Skip to content

Files

Latest commit

8364fc9 · Dec 3, 2018

History

History
8 lines (7 loc) · 927 Bytes
·

introduction-of-the-physics-plugins.md

File metadata and controls

8 lines (7 loc) · 927 Bytes
·

Introduction of the Physics Plugins

This chapter describes Webots capability to add a physics plugin to a simulation. A physics plugin is a user-implemented shared library which is loaded by Webots at run-time, and which gives access to the low-level API of the ODE physics engine. A physics plugin can be used, for example, to gather information about the simulated bodies (position, orientation, linear or angular velocity, etc.), to add forces and torques, to add extra joints, e.g., "ball & socket" or "universal joints" to a simulation. For example with a physics plugin it is possible to design an aerodynamics model for a flying robot, a hydrodynamics model for a swimming robot, etc. Moreover, with a physics plugin you can implement your own collision detection system and define non-uniform friction parameters on some surfaces. Note that physics plugins can be programmed only in C or C++.