#include <Frame.hpp>
◆ Frame() [1/3]
| smurf::Frame::Frame |
( |
const std::string & |
name, |
|
|
const std::vector< urdf::Visual > & |
visuals |
|
) |
| |
◆ Frame() [2/3]
| smurf::Frame::Frame |
( |
const std::string & |
name | ) |
|
◆ Frame() [3/3]
◆ addCollidable()
◆ addCollision()
| void smurf::Frame::addCollision |
( |
const urdf::Collision & |
collision | ) |
|
◆ addVisual()
| void smurf::Frame::addVisual |
( |
const urdf::Visual & |
visual | ) |
|
◆ getCollidables() [1/2]
Collidables are the objects defined in the SMURF model that extend the information from the URDF.
◆ getCollidables() [2/2]
| void smurf::Frame::getCollidables |
( |
std::vector< smurf::Collidable > & |
Collidables | ) |
const |
◆ getCollisions()
| std::vector< urdf::Collision > & smurf::Frame::getCollisions |
( |
| ) |
|
Collisions are the objects defined for collision detection in the URDF model.
◆ getGroupId()
| int smurf::Frame::getGroupId |
( |
| ) |
const |
|
inline |
◆ getHasInertial()
| bool smurf::Frame::getHasInertial |
( |
| ) |
const |
|
inline |
◆ getInertial()
◆ getName()
| const std::string smurf::Frame::getName |
( |
| ) |
const |
|
inline |
◆ getVisuals() [1/2]
| void smurf::Frame::getVisuals |
( |
std::vector< urdf::Visual > & |
Visuals | ) |
const |
◆ getVisuals() [2/2]
| std::vector< urdf::Visual > & smurf::Frame::getVisuals |
( |
| ) |
|
◆ setGroupId()
| void smurf::Frame::setGroupId |
( |
int |
id | ) |
|
|
inline |
◆ setInertial()
◆ setVisuals()
| void smurf::Frame::setVisuals |
( |
const std::vector< urdf::Visual > & |
visuals | ) |
|
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-tools-smurf-0.20180405/src/Frame.hpp
- /build/rock-master-18.09-tools-smurf-0.20180405/src/Frame.cpp