pycram.robot_descriptions.boxy_description

Module Contents

Classes

BoxyDescription

The RobotDescription as an abstract class which needs to be inherited from to implement

class pycram.robot_descriptions.boxy_description.BoxyDescription

Bases: pycram.robot_description.RobotDescription

The RobotDescription as an abstract class which needs to be inherited from to implement a robot description for specific object. It implements different functions to add and get chains of different objects types which inherit of the class ChainDescription. Moreover, it allows to model the robot with its odom_frame, base_frame, base_link and torso links and joints. Different cameras can be added and static transforms and poses can be added too.

Initialises the robot description with the given frames.