question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ros2 support for turtlebot3_cartographer

See original GitHub issue

ISSUE TEMPLATE ver. 0.2.0

  1. Which TurtleBot3 you have?

    • Burger
    • [x ] Waffle
    • Waffle Pi
  2. Which SBC(Single Board Computer) is working on TurtleBot3?

    • Raspberry Pi 3
    • [x ] Intel Joule 570x
    • etc (PLEASE, WRITE DOWN YOUR SBC HERE)
  3. Which OS you installed in SBC?

    • [x ] Ubuntu MATE 16.04 or later
    • Raspbian
    • etc (PLEASE, WRITE DOWN YOUR OS)
  4. Which OS you installed in Remote PC?

    • Ubuntu 16.04 LTS (Xenial Xerus)
    • [x ] Ubuntu 18.04 LTS (Bionic Beaver)
    • Linux Mint 18.x
    • etc (PLEASE, WRITE DOWN YOUR OS)
  5. Write down software version and firmware version

    • Software version: [x.x.x]
    • Firmware version: [x.x.x]
  6. Write down the commands you used in order

robot@NUC1804:~/turtlebot3_ws/src/turtlebot3/turtlebot3_cartographer$ ros2 launch `ros2 pkg prefix turtlebot3_cartographer`/share/turtlebot3_cartographer/launch/turtlebot3_cartographer.py
  1. Copy and Paste your error message on terminal
[ERROR] [launch.LaunchService]: Caught exception in launch (see debug for traceback): executable 'occupancy_grid_node' not found on the libexec directory '/home/robot/cartographer_ws/install/cartographer_ros/lib/cartographer_ros' 
[INFO] [launch]: process[cartographer_node-1]: started with pid [29031]
[INFO] [launch]: sending signal 'SIGINT' to process[cartographer_node-1]
  1. Please, describe detailedly what difficulty you are in

I have teleop working on my turtlebot3 running ROS2 now. So now I want to run cartographer. I see you recently made commits to add occupancy_grid_node to the launch file. When I try to run I get errors. It looks like occupancy_grid_node is not yet ported. Is there any way to run turtlebot3_cartographer yet? If not, what is the status and when do you expect that to work?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mkhansenbotcommented, Mar 7, 2019

Works now, thanks!

1reaction
routifulcommented, Feb 8, 2019

@mkhansen-intel Yes, it worked for my PC. qos in which map subscriber in map_generator.cpp was set default. So I modified qos of map publisher to be set default.

https://github.com/ros-planning/navigation2/blob/3f65576a98330de0cb832d2c344474b2b604142d/nav2_map_server/src/map_generator.cpp#L55

Read more comments on GitHub >

github_iconTop Results From Across the Web

ros2_i_training/ROS2-Cartographer.md at main · ros ... - GitHub
In this way the map is fixed and the robot will move relative to it. The scanner of the Turtlebot3 covers 360 degrees...
Read more >
turtlebot3_cartographer - ROS Index
Changelog for package turtlebot3_cartographer ; 2.1.5 (2022-05-26) · revise ROS2 Cartographer excutable & name ; 2.1.4 (2022-02-08). none ; 2.1.3 (2021-09-02).
Read more >
SLAM - TurtleBot3 - ROBOTIS e-Manual
The Cartographer package developed by Google supports ROS1 Kinetic with 0.2.0 ... The SLAM in ROS2 uses Cartographer ROS which provides configuration ...
Read more >
[ROS2 Q&A] 223 - How to get robot position using transforms ...
We need to launch the cartographer node to get the map frame published, but before that, let's change the ~/ros2_ws/src/turtlebot3/ ...
Read more >
Package not found snap error - Snapcraft forum
I just build and published ros2 packages in snap repo with the hlep of ... apps: turtlebot3-cartographer: command: opt/ros/foxy/bin/ros2 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found