Drake
Drake C++ Documentation
robot_collision_type.h File Reference
#include <cstdint>
Include dependency graph for robot_collision_type.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 drake
 
 drake::planning
 

Enumerations

enum  RobotCollisionType : uint8_t { kNoCollision = 0x00, kEnvironmentCollision = 0x01, kSelfCollision = 0x02, kEnvironmentAndSelfCollision = kEnvironmentCollision | kSelfCollision }
 Enumerates these predicates (and their combinations): More...
 

Functions

RobotCollisionType SetInEnvironmentCollision (RobotCollisionType collision_type, bool in_environment_collision)
 
RobotCollisionType SetInSelfCollision (RobotCollisionType collision_type, bool in_self_collision)