Others¶
ros2 bag¶
ros2 bag
is a command line tool that should already be included in your ROS2 setup. You can use it to record the data passed on topics and replay the data later on.
Recording and playing back data
From ROS1 to ROS2¶
ROS2 Cheat Sheet¶
A collection of ROS2-related cheats sheet
Node Communication¶
Each node can send and receive data from other nodes via topics, services, actions, or parameters.
Writing a simple service and client (C++)
Writing a simple service and client (Python)
Using parameters in a class (C++)
Using parameters in a class (Python)
Writing an action server and client (C++)
Writing an action server and client (Python)
Parameter Descriptor & Slider¶
If you're interested in how to describe a parameter, control a parameter with a slider, set limits for a parameter, see "rcl_interfaces".