elephantrobotics / mycobot_ros

A ros package for myCobot.
BSD 3-Clause "New" or "Revised" License
166 stars 83 forks source link

Support Moveit for real arm #48

Open tongtybj opened 2 years ago

tongtybj commented 2 years ago

Enable use moveit to control a real arm

Features

Notes

https://user-images.githubusercontent.com/3666095/146381158-b96b264f-fc43-4e8f-bc57-6bad7333aab0.mp4

Usage

## Terminal1:
$ roslaunch mycobot_communication mycobot_interface.launch
## Terminal2:
$ roslaunch mycobot_280_moveit demo.launch

You can also try from moveit_commander instead of the inveractive_marker in RViz:

## Terminal3:
$ rosrun mycobot_280_moveit moveit_commander_sample.py
tongtybj commented 2 years ago

Enable moveit for MyCobot Pro 320.

New Usage:

MyCobot 280:

$ roslaunch mycobot_280 startup.launch
$ roslaunch mycobot_280_moveit demo.launch

MyCobot Pro 320:

$ roslaunch mycobot_320 startup.launch
$ roslaunch mycobot_320_moveit demo.launch
fedorenchik commented 1 year ago

This was closed by GitHub automatically, but should probably be merged.

k-okada commented 1 year ago

@wangWking @weijian sould someone reveiw this PR?