ethz-asl / rotors_simulator

RotorS is a UAV gazebo simulator
1.2k stars 756 forks source link

Controlling revolute joints in OMAV3 #677

Open Amir-Ramezani opened 2 years ago

Amir-Ramezani commented 2 years ago

I am trying to control the revolute joints in OMAV3 drone in Mutlimotor_plugin branch but not sure how to do it, I can control and publish value to the rotors using the following:

$ rostopic pub /firefly/command/motor_speed mav_msgs/Actuators '{angular_velocities: [100, 100, 100, 100, 100, 100]}'

But was not successful in controlling the revolute joints for tilting the arms, any help or hint will be appreciated.