Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.68 KB

Robot Configurations

Provides a single repository for robot configurations used in lab projects/studies with non-standard MoveIt configurations and/or robot descriptions.

Note that for the Authr release we have simplified the package to only the necessary modules.

Workflow

To install, simply clone the repository into your catkin workspace and install the relevant dependencies for the robot being used (see below). Note that MoveIt should be installed.

When extending this repository, ensure that contributions do not fail to build when dependencies are not installed. As an example, if using a UR5 then Panda dependencies should not be required for catkin_make to successfully build. A notable exception is for MoveIt, which if not installed may necessitate deletion of *_moveit_config directories.

Robots

  • UR 3 + Robotiq 85
  • UR 5 + Robotiq 85
  • UR 10 + Robotiq 85
  • Franka Emika Panda

Dependencies