Ignition Gazebo

API Reference

3.5.0
Physics.hh File Reference

Go to the source code of this file.

Classes

class  Physics
 Base class for a System. More...
 

Namespaces

 ignition
 This library is part of the Ignition Robotics project.
 
 ignition::gazebo
 Gazebo is a leading open source robotics simulator, that provides high fidelity physics, rendering, and sensor simulation.
 
 ignition::gazebo::systems
 Namespace for all System plugins. Refer to the System class for more information about systems.
 

Functions

template<typename PolicyT , typename ToFeatureList , typename MinimumFeatureList , template< typename, typename > class ToEntity, template< typename, typename > class MinimumEntity>
physics::EntityPtr< ToEntity< PolicyT, ToFeatureList > > entityCast (Entity _entity, const physics::EntityPtr< MinimumEntity< PolicyT, MinimumFeatureList >> &_minimumEntity, std::unordered_map< Entity, physics::EntityPtr< ToEntity< PolicyT, ToFeatureList >>> &_castMap)
 Helper function to cast from an entity type with minimum features to an entity with a different set of features. When the entity is cast successfully, it is added to _castMap so that subsequent casts will use the entity from the map. More...