ilpincy / argos3

A parallel, multi-engine simulator for heterogeneous swarm robotics
http://www.argos-sim.info/
268 stars 121 forks source link

Fixes for Quadrotor/Eyebot model #224

Closed frefolli closed 3 months ago

frefolli commented 3 months ago

src/plugins/simulator/physics_engines/pointmass3d/pointmass3d_quadrotor_model.cpp

Inside this file an assignment for getting desired speed data was missing, I added it.

src/plugins/robots/eye-bot/simulator/pointmass3d_eyebot_model.cpp

The speed actuator for eye-bot wasn't carefully configured: the coefficient weren't enough for it to move the drone by an inch! I've set this parameters to values comparable to the ones of position actuator.

Warnings

This branch contains the renaming of a test workflow file of yours that i masked since I didn't need it for my course's project. So I ask you to incorporate my fixes by hand since they are rather trivial.

ilpincy commented 3 months ago

This looks great, thank you so much for your contribution!