ROS2 Learning
05 Parameters Directory Reference
Directory dependency graph for 05 Parameters:
CPP/05 Parameters

Files

file  parameters.cpp
 A node to declare and get parameters Here the parameters are the message data for two publisher It's possible to change them at run time using the commad line "ros2 param set /set_parameter_node vehicle_speed 100" "ros2 param set /set_parameter_node vehicle_type car" or using a launch file.