You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't send two consecutive velocity commands to the mimic joint gripper. I prepared a minimal reproducible version of the demo code difference
After I start the mimic gripper example with this command: ros2 launch ign_ros2_control_demos gripper_mimic_joint_example.launch.py
I send positive velocity which closes the gripper with the following command. ros2 topic pub /gripper_controller/commands std_msgs/msg/Float64MultiArray "data: [1.0]"
When I send negative velocity there is no change in the gripper position. ros2 topic pub /gripper_controller/commands std_msgs/msg/Float64MultiArray "data: [-1.0]"
The text was updated successfully, but these errors were encountered:
I was able to reproduce your issue with humble+gazebo fortress, I was even able to reproduce it with position interface and set data: [1.0]. It seems that it gets stuck in the end stop (1.0 is beyond the limit).
I can't send two consecutive velocity commands to the mimic joint gripper. I prepared a minimal reproducible version of the demo code difference
After I start the mimic gripper example with this command:
ros2 launch ign_ros2_control_demos gripper_mimic_joint_example.launch.py
I send positive velocity which closes the gripper with the following command.
ros2 topic pub /gripper_controller/commands std_msgs/msg/Float64MultiArray "data: [1.0]"
When I send negative velocity there is no change in the gripper position.
ros2 topic pub /gripper_controller/commands std_msgs/msg/Float64MultiArray "data: [-1.0]"
The text was updated successfully, but these errors were encountered: