__init__.py
Go to the documentation of this file.
1 ## @mainpage MoveIt! Python Bindings
2 ## moveit_python is a set of pure python bindings to MoveIt! using the ROS API.
3 
4 from planning_scene_interface import PlanningSceneInterface
5 from pick_place_interface import PickPlaceInterface
6 from move_group_interface import MoveGroupInterface
7 from fake_group_interface import FakeGroupInterface
8 
9 __all__ = ["PlanningSceneInterface", "PickPlaceInterface", "MoveGroupInterface", "FakeGroupInterface"]


moveit_python
Author(s): Michael Ferguson
autogenerated on Wed Jun 5 2019 21:51:17