moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Classes | |
class | TestRobotState |
Functions | |
get_robot_model () | |
Variables | |
dir_path = os.path.dirname(os.path.realpath(__file__)) | |
str | URDF_FILE = "{}/fixtures/panda.urdf".format(dir_path) |
str | SRDF_FILE = "{}/fixtures/panda.srdf".format(dir_path) |
test.unit.test_robot_state.get_robot_model | ( | ) |
Helper function that returns a RobotModel instance.
Definition at line 20 of file test_robot_state.py.
test.unit.test_robot_state.dir_path = os.path.dirname(os.path.realpath(__file__)) |
Definition at line 15 of file test_robot_state.py.
str test.unit.test_robot_state.SRDF_FILE = "{}/fixtures/panda.srdf".format(dir_path) |
Definition at line 17 of file test_robot_state.py.
str test.unit.test_robot_state.URDF_FILE = "{}/fixtures/panda.urdf".format(dir_path) |
Definition at line 16 of file test_robot_state.py.