Classes | |
class | ManipulationStation |
A system that represents the complete manipulation station, including exactly one robotic arm (a Kuka IIWA LWR), one gripper (a Schunk WSG 50), and anything a user might want to load into the model. More... | |
class | ManipulationStationHardwareInterface |
A System that connects via message-passing to the hardware manipulation station. More... | |
Enumerations | |
enum | IiwaCollisionModel { kNoCollision, kBoxCollision } |
Determines which sdf is loaded for the IIWA in the ManipulationStation. More... | |
enum | SchunkCollisionModel { kBox, kBoxPlusFingertipSpheres } |
Determines which schunk model is used for the ManipulationStation. More... | |
enum | Setup { kNone, kManipulationClass, kClutterClearing, kPlanarIiwa } |
Determines which manipulation station is simulated. More... | |
|
strong |
Determines which sdf is loaded for the IIWA in the ManipulationStation.
Enumerator | |
---|---|
kNoCollision | |
kBoxCollision |
|
strong |
Determines which schunk model is used for the ManipulationStation.
Enumerator | |
---|---|
kBox | |
kBoxPlusFingertipSpheres |
|
strong |