Moveit 2 joint position control with keyboard

Based on Jazzy and compatible to Humble

Install moveit2

Step by step souce code install:

Or you can use Binary Install as a simple option:

Create ROS package

Coding for python node

Inside the panda_joint_control folder in the package, create a file named panda_joint_controller.py and add following code:

Edit setup.py

Build the package

Test and Run

For Moveit2 Humble, launch the demo as follows:

For Moveit2 Jazzy, launch the demo as follows:

Run the code that we just created:

Press key 1 - 7 to control robot arm's joint movement.

Last updated