Skip to content

lmtrovi/simple_moveit_interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_moveit_interface

This python class is a wrapper around MoveIt's moveit_commander python interface to simplify the scripting of robotic applications with ROS and MoveIt.

Offered methods

Motions

  • Execute a motion plan
  • Move to a 6D pose
  • Move to a 3D position
  • Move to a predefined fixed pose
  • Move to a named TF pose
  • Move to the position of a named TF pose
  • Move to a joint state
  • Move in x/y/z direction
  • Move in x/y/z direction in a straight line
  • Rotate around x/y/z
  • Move a cartesian path to pose

Planning scene

  • Initialize the planning scene
  • Add a simple ground to the scene
  • Add a box to the scene
  • Wait for an object to be spawned

Usage

See the example code in test_moveit_interface.py

Links

About

Wrapper around MoveIt's moveit_commander python interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.0%
  • CMake 25.0%