How to set the Effort while using JointGroupVelocityController in Gazebo #276
Description
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?
Hopefully i can find some help here.