Giter Site home page Giter Site logo

cartographer_mir's Introduction

Cartographer ROS for Mobile Industrial Robots Platforms

Build Status Documentation Status Apache 2 license.

Purpose

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This repository provides Cartographer SLAM for Mobile Industrial Robots platforms via Cartographer ROS.

Documentation

You will find complete documentation for using Cartographer ROS with Mobile Industrial Robots platforms at our Read the Docs site.

Contributing

You can find information about contributing to Cartographer ROS's MiR platforms support at our Contribution page.

cartographer_mir's People

Contributors

gaschler avatar pifon2a avatar sebastianklose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cartographer_mir's Issues

Key 'collate_landmarks' was used the wrong number of times

I'm learning the cartographer these days. I have successfully run the 2D backpack demo and the 3D backpack demo. However, I face a problem when I run the Static Landmarks demo.
Here is the problem.
I have install the "cartographer_mir" successfully. When I try to launch the landmarks demo as guided by https://google-cartographer-ros.readthedocs.io/en/latest/demos.html:
roslaunch cartographer_mir offline_mir_100_rviz.launch bag_filename:=${HOME}/Downloads/landmarks_demo_uncalibrated.bag
, I meet the following error:

[...../offline_mir_100_rviz.launch] requires the 'bag_filenames' arg to be set

So I checked the "offline_mir_100_rviz.launch" file and found that the arg name is 'bag_filenames' instead of ‘bag_filename’. So a 's' is missing in the commend line shown in https://google-cartographer-ros.readthedocs.io/en/latest/demos.html.

However, I meet another error when I fix this problem:

[FATAL] [1542782924.721540472]: F1121 14:48:44.000000 27311 lua_parameter_dictionary.cc:410] Check failed: 1 == reference_counts_.count(key) (1 vs. 0) Key 'collate_landmarks' was used the wrong number of times.

I checked the configurations file: /cartographer_mir/cartographer_mir/configuration_files/mir-100-mapping.lua. I found that the parameter "collate_landmarks" is set to be false. So I modify it to be true as following:
TRAJECTORY_BUILDER.collate_landmarks = true

However, the error is same:

[FATAL] [1542782924.721540472]: F1121 14:48:44.000000 27311 lua_parameter_dictionary.cc:410] Check failed: 1 == reference_counts_.count(key) (1 vs. 0) Key 'collate_landmarks' was used the wrong number of times.

Could someone to help me? I don't know what's the problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.