|
Wheelchair
[Models]
The WheelChair model simulates a robotic wheelchair.
- libgazebo interfaces
This model supports the position interface.
- Player drivers
Position information is available through the gz_position driver.
- Attributes
The following attributes are supported.
- id (string)
- The model ID string (used by libgazebo to identify models).
- Default: (empty)
- xyz (float tuple, meters)
- Model position (x, y, z, in meters).
- Default: 0 0 0
- rpy (float tuple, degrees)
- Model orientation in Euler angles: roll, pitch, yaw.
- Default: 0 0 0
- Bodies
The following bodies are created by this model.
- canonical
- The canonical (default) body.
- Example
<model:Pioneer2AT>
<xyz>0 0 0</xyz>
</model:Pioneer2AT>
- Authors
Pranav Srivastava
|