slim71 / SpartanLIFT

MSc thesis regarding the application of a teleoperated multi-UAV system for cooperative payload transport.
Apache License 2.0
1 stars 0 forks source link

Get a simulation working #5

Open slim71 opened 11 months ago

slim71 commented 11 months ago

Once the leader election is done, I'll need to move to simulations because of the fleet-managing component of the project. This will of course be a must for the project itself, but it would also be useful early on to actually see how the fleet behaves.

The goal is to have at least 2-3 copters in a simulation and getting to move them manually and together, with a single input.

slim71 commented 11 months ago

As for now, the models modified and included have been tested in an empty world in Gazebo and they do work. Minimal tests were conducted:

slim71 commented 8 months ago

A simple pre-arm checks + arm operation is working both with a single agent and in the overall example simulation at commit 098a912

slim71 commented 6 months ago

Multi-agent synchronized operations are now achievable, as per commit 2a70004

slim71 commented 1 month ago

Rendezvous is complete, even though it might require some fine-tuning in the future. For now, it is found at commit a0d386a