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
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Hello, im using the JointGroupVelocityController to control a 4-wheeled-robot. Each of these wheels is connected to the body by an robot arm, which an rotate to lift the body up and down.
I want to create a simulation in Gazebo and control the arms with the velocity controller. For now i can control the velocity of the arms but when i want to lift the body by rotating the arm into the ground, the arms stop rotating, instead of lifting up the body. It seems like there is not enough torque. My effort limit is set to "10000", but when i am subscribing to the /robot_states-topic the effort is always zero.
So my question is, in which way i can set the effort for velocity control to lift the robot body with the velocity controller?