test
test_cleanup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
import
rospy
4
from
moveit_ros_planning_interface._moveit_move_group_interface
import
(
5
MoveGroupInterface,
6
)
7
8
group = MoveGroupInterface(
"manipulator"
,
"robot_description"
, rospy.get_namespace())
planning_interface
Author(s): Ioan Sucan
autogenerated on Thu Nov 21 2024 03:25:12