We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9831630 commit 999824eCopy full SHA for 999824e
example_1/hardware/rrbot.cpp
@@ -42,6 +42,7 @@ hardware_interface::CallbackReturn RRBotSystemPositionOnlyHardware::on_init(
42
hw_start_sec_ = stod(info_.hardware_parameters["example_param_hw_start_duration_sec"]);
43
hw_stop_sec_ = stod(info_.hardware_parameters["example_param_hw_stop_duration_sec"]);
44
hw_slowdown_ = stod(info_.hardware_parameters["example_param_hw_slowdown"]);
45
+ RCLCPP_INFO(get_logger(), "Robot hardware_component update_rate is %dHz", info_.rw_rate);
46
// END: This part here is for exemplary purposes - Please do not copy to your production code
47
48
for (const hardware_interface::ComponentInfo & joint : info_.joints)
0 commit comments