Add support for MoveIt2 robots #1280
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this does
This PR adds support for robots using MoveIt2, the manipulation platform for ROS 2. It opens the door to use LeRobot with many MoveIt2-compatible robot arms, such as ones from Universal Robots, Franka Robotics, KUKA, and more. Example support for the Annin Robotics AR4 is added since that's the arm that I have.
Demo video of keyboard teleoperation with an AR4 arm:
lerobot_demo.mp4
This PR features:
How it was tested
tests/robots/test_moveit2.py
.How to checkout & try? (for the reviewer)
Let me know if you'd like to try it with a MoveIt2 arm in simulation!