Edit on GitHub

Experimental

WARNING
This section introduces other experimental controllers. These controllers may not fully compatible with OpenMANIPULATOR-X.

MoveIt!

MoveIt! is a set of packages for your robot to manipulate for Motion Planning, Manipulation, Inverse Kinematics, Control, 3D Perception and Collision Checking.

The following instruction describes how to install packages and to use MoveIt! with OpenMAIPULATOR-X.

Install MoveIt Packages

$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ cd ~/catkin_ws && catkin_make

Launch MoveIt!

Launch MoveIt! with the following command.

$ roslaunch open_manipulator_controllers joint_trajectory_controller.launch sim:=false

Using MoveIt! with Gazebo

Gazebo is a tool to simulate and test your robot in a virtual enviroment, without an actual robot.

Also, you can use MoveIt feature using your virtual robot in the gazebo enviroment with the following command.

For more information on Gazebo, See Simulation

Launch Gazebo Simulation

$ roslaunch open_manipulator_controllers joint_trajectory_controller.launch

MoveIt! is a set of packages for your robot to manipulate for Motion Planning, Manipulation, Inverse Kinematics, Control, 3D Perception and Collision Checking.

The following instruction describes how to install packages and to use MoveIt! with OpenMAIPULATOR-X.

Install MoveIt Packages

$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ cd ~/catkin_ws && catkin_make

Launch MoveIt!

Launch MoveIt! with the following command.

$ roslaunch open_manipulator_controllers joint_trajectory_controller.launch sim:=false

Using MoveIt! with Gazebo

Gazebo is a tool to simulate and test your robot in a virtual enviroment, without an actual robot.

Also, you can use MoveIt feature using your virtual robot in the Gazebo enviroment with the following command.

For more information on Gazebo, See Simulation

  1. Launch Gazebo simulator and RViz visualization tool
    $ roslaunch open_manipulator_controllers joint_trajectory_controller.launch
    
  2. Click on Play button at the bottom of the Gazebo simulator.

MoveIt 2 is not supported yet.
https://github.com/ROBOTIS-GIT/open_manipulator_controls

MoveIt 2 is not supported yet.
https://github.com/ROBOTIS-GIT/open_manipulator_controls

Not supported

Gravity Compensation

Let OpenMANIPULATOR-X compensate gravity forces by using the Gravity Compensation packages

This section describes how to install and use Gravity Compensation feature with OpenMANIPULATOR-X.

Install Gravity Compensation Packages

$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ cd ~/catkin_ws && catkin_make

Set Operating Mode to Current Mode

Set your DYNAMXEL’s Operating Mode to Current Mode via DYNAMIXEL Wizard 2.0

Run Gravity Compensation Package

Run the gravity compensation package with OpenMANIPULATOR-X.

$ roslaunch open_manipulator_controllers gravity_compensation_controller.launch

Let OpenMANIPULATOR-X compensate gravity forces by using the Gravity Compensation packages

This section describes how to install and use Gravity Compensation feature with OpenMANIPULATOR-X.

Install Gravity Compensation Packages

$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ cd ~/catkin_ws && catkin_make

Set Operating Mode to Current Mode

Set your DYNAMXEL’s Operating Mode to Current Mode via DYNAMIXEL Wizard 2.0

Run Gravity Compensation Package

Run the gravity compensation package with OpenMANIPULATOR-X.

$ roslaunch open_manipulator_controllers gravity_compensation_controller.launch

The Gravity Compensation is not supported yet.
https://github.com/ROBOTIS-GIT/open_manipulator_controls

The Gravity Compensation is not supported yet.
https://github.com/ROBOTIS-GIT/open_manipulator_controls

Not supported