Skip to content

au-crustcrawler/au_crustcrawler_moveit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

au_crustcrawler_moveit

Installation of Moveit package

sudo apt-get install ros-hydro-moveit-full

Moveit configuration for the crustcrawler ax12 depends on the au_crustcrawler_base package

This package provides a default configuration of moveit for the crustcrawler robot

Play with robot in rviz

roslaunch au_crustcrawler_moveit demo.launch

note: remember to tick the "Allow Approximate IK solutions" checkbox (lower left of image).

Use it with the real robot

roslaunch au_crustcrawler_base base.launch

Wait for the motor to be initialised

In another terminal window

roslaunch au_crustcrawler_base meta.launch

and then

roslaunch au_crustcrawler_moveit real_robot.launch

Use the interactive marker to move the tip of the robot to a new position and to go the Planning Tab in the lower left area and click "plan & execute", the robot should now move to the commanded position.

Controlling the robot using the moveit python API

The robot can also be commanded using the moveit group python API.

see example

Note that the trajectories generated by moveit via the python API are automatically visualised in RVIZ.

About

Moveit configuration for the crustcrawler ax12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages