default namespace for gazebo More...
#include <vector>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | gazebo |
Forward declarations for the common classes. | |
namespace | gazebo::physics |
namespace for physics | |
Macros | |
#define | GZ_ALL_COLLIDE 0x0FFFFFFF |
Collides with everything. | |
#define | GZ_FIXED_COLLIDE 0x00000001 |
Collides with everything else but other fixed. | |
#define | GZ_GHOST_COLLIDE 0x10000000 |
Collides with everything else but other ghost. | |
#define | GZ_NONE_COLLIDE 0x00000000 |
Collides with nothing. | |
#define | GZ_SENSOR_COLLIDE 0x00000003 |
Collides with everything else but other sensors. | |
default namespace for gazebo
#define GZ_ALL_COLLIDE 0x0FFFFFFF |
Collides with everything.
#define GZ_FIXED_COLLIDE 0x00000001 |
Collides with everything else but other fixed.
#define GZ_GHOST_COLLIDE 0x10000000 |
Collides with everything else but other ghost.
#define GZ_NONE_COLLIDE 0x00000000 |
Collides with nothing.
#define GZ_SENSOR_COLLIDE 0x00000003 |
Collides with everything else but other sensors.