rotors_simulator
rotors_simulator copied to clipboard
Velocity controller
is there any way to control the linear and angular velocity of the UAV?
Please see https://github.com/ethz-asl/rotors_simulator/issues/490
The standard controllers that come with rotors are position controllers, not velocity controllers. You would have to write your own.
@helenol Do you have any suggestion what to use to implement a velocity controller with RotorS?