Georacer / last_letter

A collection of ROS packages for UAV simulation and autopilot development
GNU General Public License v3.0
36 stars 16 forks source link

Investigate the need for more precise physics integrators #7

Open Georacer opened 9 years ago

Georacer commented 9 years ago

What do other types of integration methods offer in terms of accuracy and speed, such as second-order, trapezoidal etc?

Georacer commented 9 years ago

There may not be any need for anything else more than a simple Forward Euler (the current integrator), as indicated here (Chapter 7): [1] K. Krigsman and J. Nilsson, “Code generation for efficient real-time execution of diagnostic residual generators,” University of Linkoppings, 2004. This integrator offers significantly high stability margins.

Georacer commented 5 years ago

This will be closed once Gazebo is employed as the Physics engine.