moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Classes | |
class | TestRobotState |
Functions | |
def | get_robot_model () |
Variables | |
dir_path = os.path.dirname(os.path.realpath(__file__)) | |
string | URDF_FILE = "{}/fixtures/panda.urdf".format(dir_path) |
string | SRDF_FILE = "{}/fixtures/panda.srdf".format(dir_path) |
def 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.
string test.unit.test_robot_state.SRDF_FILE = "{}/fixtures/panda.srdf".format(dir_path) |
Definition at line 17 of file test_robot_state.py.
string test.unit.test_robot_state.URDF_FILE = "{}/fixtures/panda.urdf".format(dir_path) |
Definition at line 16 of file test_robot_state.py.