Closed alsora closed 3 years ago
Currently we have a node called wheel_status_publisher_node that exposes these except for wheel_base:
/wheel_status_publisher_node: encoder_resolution publish_rate ticks_topic use_sim_time velocity_topic wheel_radius
Closing as duplicate of https://github.com/iRobotEducation/create3_sim/issues/39
In the create3 robot, a node currently exposes the following ROS 2 parameters:
wheels_radius
wheel_base
wheels_encoder_resolution
Is there a way to access them from the simulated model? Or do we have to hard-code them in the node? Note that the node name must match the one used in the create3 robot (currently it's
static_transform
but I think it should be changed).