Difference between revisions of "Simulation with Gazebo + PX4 SITL + ROS"

From Bambi
Jump to: navigation, search
(justify choice)
 
Line 2: Line 2:
  
 
Because of the good integration of ROS with Gazebo, we needed flight stack that could support this choice. The PX4 flight-stack, especially concering the Software-In-The-Loop simulation seems to be better developed and documented than the one of ardupilot.
 
Because of the good integration of ROS with Gazebo, we needed flight stack that could support this choice. The PX4 flight-stack, especially concering the Software-In-The-Loop simulation seems to be better developed and documented than the one of ardupilot.
 +
 +
=Useful Links=
 +
*[https://medium.com/@Dronesmith/why-we-chose-px4-vs-apm-as-lucis-default-firmware-ea39f4514bef Lucy developers choose PX4 against ArduPilot]

Revision as of 11:25, 4 August 2018

First of all we have chosen ROS, because it is a quasi standard in robotics and provides a mature abstraction level and healthy environment (tutorials, documentation, etc) for our development needs. For ROS, the most widely used 3D simulator is Gazebo.

Because of the good integration of ROS with Gazebo, we needed flight stack that could support this choice. The PX4 flight-stack, especially concering the Software-In-The-Loop simulation seems to be better developed and documented than the one of ardupilot.

Useful Links