The definition of a disabled/enabled collision between two links.
More...
#include <model.h>
|
std::string | link1_ |
| The name of the first link (as in URDF) of the disabled collision. More...
|
|
std::string | link2_ |
| The name of the second link (as in URDF) of the disabled collision. More...
|
|
std::string | reason_ |
| The reason why the collision check was disabled/enabled. More...
|
|
The definition of a disabled/enabled collision between two links.
Definition at line 246 of file model.h.
◆ link1_
std::string srdf::Model::CollisionPair::link1_ |
The name of the first link (as in URDF) of the disabled collision.
Definition at line 249 of file model.h.
◆ link2_
std::string srdf::Model::CollisionPair::link2_ |
The name of the second link (as in URDF) of the disabled collision.
Definition at line 252 of file model.h.
◆ reason_
std::string srdf::Model::CollisionPair::reason_ |
The reason why the collision check was disabled/enabled.
Definition at line 255 of file model.h.
The documentation for this struct was generated from the following file: