How to access sub parameter value from rosparam server via c++ ?
I have the following yaml file loaded
bi_tick_odometry_node:
- wheel_separation: 0.45
- wheel_radius: 0.05
- motor_ticks: 8192
- gear_ratio: 45
Need help in accessing the value of wheel_seperation
Asked by Shiva_uchiha on 2022-07-06 07:50:01 UTC
Answers
see the tutorial at http://wiki.ros.org/roscpp_tutorials/Tutorials/Parameters
Asked by Mike Scheutzow on 2022-07-08 19:22:05 UTC
Comments