Closed YasmineMoumou closed 3 years ago
This is because those methods are currently not implemented (simply for lack of time and use). Implementing them is not too hard, it boils down to setting the speeds rather than the positions in the PointMass3D models. If you feel like checking it out, the code to change is here:
This would be nice since there is a 3rd year undergrad project at Polytechnique Montréal where we use ARGoS to simulate drones!
This has been fixed a few days ago, I'm making a new release today.
The methods setRotationalSpeed() and setLinearVelocity() provided by the quadrotor_speed actuator (by GetActuator) don't work. When we try giving a velocity or a rotation to our drones, they do not move. We are only able to control their movement when we replace it with a quadrotor_position actuator and we affect its position.