-
Notifications
You must be signed in to change notification settings - Fork 1
Additional Resources
Mo Chen edited this page Jan 7, 2025
·
4 revisions
- Instructions for getting started with nav2, which uses a big launch file that could be a useful reference for creating launch files
- A more detailed overview of nav2
- A big list of tutorials from Automatic Addison, including the following.
- Guide for setting up a new robot, including
- Short explanation of ROS2 composition in the context of the Zed cameras
- Wikipedia page on conversion between Euler angles and Quaternions
Rosbags are used to record ROS data.
Basic tutorial | Advanced tutorials | Repo
- PlotJuggler: Website | Repo
- This Medium post contains some other tools (potentially outdated)
sudo apt install ros-${ROS_DISTRO}-plotjuggler-ros- Record the desired topics to some output folder:
ros2 bag record <topics> -o <output_folder>
- Example:
ros2 bag record /tf /cmd_vel -o test - A default file name will be used if the
-ooption is not used -
Warning: Using
ros2 bag record --allwill usually result in gigantic file sizes
ros2 run plotjuggler plotjuggler- Load data or stream from current topics