Skip to content

(Sim) Very strange movement for /omni_base_controller/command_velocity topic #10

Open
@y-masutani

Description

@y-masutani

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

Screenshot from 2024-03-04 16-52-21

How can I solve this problem?
Has anyone else encountered this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions