-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Please provide the following information:
- OS: (e.g. Ubuntu 20.04) Ubuntu 20.04
- ROS Distro: (e.g. Galactic) galactic
When I run the Nav2 command found in the documentation ("ros2 launch turtlebot4_navigation nav_bringup.launch.py slam:=off localization:=true map:=office.yaml") I am left with a global error "no tf data found." I also notice the comm light on the turtlebot4 turns off.
The create 3 logs say "ddsi_udp_conn_write to udp/192.168.1.126:46503 failed with retcode -3." (It repeats that with many different port numbers) I was able to save the map and actually map the environment fine but whenever I run the command found in the guide the comm light always turns off and that same error appears in the create 3 logs. I looked at issue #59 but I could not try switching the middleware as I could not find any instructions on how to configure the PC to use Fast RTPS. I am just a high school student trying to figure out the workings of how ROS2 works.