ros2 support for turtlebot3_cartographer
See original GitHub issueISSUE TEMPLATE ver. 0.2.0
-
Which TurtleBot3 you have?
- Burger
- [x ] Waffle
- Waffle Pi
-
Which SBC(Single Board Computer) is working on TurtleBot3?
- Raspberry Pi 3
- [x ] Intel Joule 570x
- etc (PLEASE, WRITE DOWN YOUR SBC HERE)
-
Which OS you installed in SBC?
- [x ] Ubuntu MATE 16.04 or later
- Raspbian
- etc (PLEASE, WRITE DOWN YOUR OS)
-
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)
-
Write down software version and firmware version
- Software version: [x.x.x]
- Firmware version: [x.x.x]
-
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
- 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]
- 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:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works now, thanks!
@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