Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview of Integration in Architecture

Image RemovedImage Added

In this architecture, the simulator would act as a LOS Driver, where similar to how LOS could be configured to use certain drivers, it could instead interface with the simulator. The simulator in this case would simulate inputs to ZP through the LOS interface which would include controls and sensor data. The simulator would also receive actuator controls from ZP through LOS interface to change the state of the simulated aircraft.

...

Link: https://www.mathworks.com/products/simulink.html

...

Pros

...

Cons

...

The simulator in ZeroPilot 1.0 used a Simulink model, which allows an advantage of reusing the same idea/concepts rather than using a new simulator and starting from scratch. This would save a bit of confusion and time.

There are a number of resources for programming a drone using Simulink, whereas Chrono and MuJuCo do not. Having available resources on programming drones using the said simulator can be useful and helpful when starting out. In terms of ease of use, Simulink works by using block diagrams which can be more useful rather than writing lines of code when it comes to visualizing the system.  

Chrono and MuJuCo

Link: https://projectchrono.org/

...

Pros

...

Cons

MuJuCo

Link: https://mujoco.org/

...

Pros

...

As mentioned previously, there are not many resources on Chrono and MuJuCo in terms of simulating a drone. The simulators work by writing code, compared to connecting visual blocks in Simulink, which is more likely not to be prefered.

Chosen Simulator

MATLAB/Simulink will be used for the simulator in ZeroPilot 3.0 due to the previous use of it in the simulator for ZeroPilot 1.0 (passed down knowledge), ease of use (visual blocks of code), and availability of training and resources for our case of using a drone.

Resources

Resources below can be found which can be used for learning more about simulation, from describing the geometry of the drone and using simulation programs (e.g. Simulink) to simulate drones. The resources are included within learning and researching of finding the best simulation program. Update: MATLAB/Simulink is now the chosen simulation program.

• Drone Simulation

...