Open
Description
HSR in Gazebo for /omni_base_controller/command_velocity topic is very strange.
To clarify the issue, after launching the simulation, I ran the following command on another terminal in case of linear.x = 1.0.
ros2 topic pub -r 10 -t 50 /omni_base_controller/command_velocity geometry_msgs/msg/Twist "{linear: {x: 1.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0 , z: 0.0}}"
Result:
- linear.x = 1.0 : moves forward (normal?)
- linear.x = -1.0: moves backward and then turn
- linear.y = 1.0 : turns left backward 90 degrees, then moves sideways
- angular.z = 1.0: No movement at all
See screencast for linear.y = 1.0.
https://drive.google.com/file/d/1-8tSIVygn3Aq7K3vI5kEcAj2Co07CGmu/view?usp=sharing
How can I solve this problem?
Has anyone else encountered this problem?
Metadata
Metadata
Assignees
Labels
No labels