/mycobot_ros

Unofficial myCobot ROS & MoveIt packages

Primary LanguageC++MIT LicenseMIT

1. Overview

CI

Unofficial myCobot moveit repositiry

2. Environment

item value
OS Ubuntu 20.04
ROS noetic
HW myCobot 280 M5Stack

3. Installation

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/yamachaso/mycobot_ros.git
$ rosdep install --from-paths . --ignore-src -r -y
$ cd ..
$ catkin build

4. Usage

4-1. Fake Controller

$ roslaunch mycobot_bringup bringup.launch sim:=true is_fake:=true
  • Appearance
  • Node Graph fake

4-2. Simple Controller + Gazebo

$ roslaunch mycobot_bringup bringup.launch sim:=true
  • Appearance
  • Node Graph simple_gazebo

4-3. Simple Controller + Real Robot

$ roslaunch mycobot_bringup bringup.launch
  • Node Graph simple_real_robot

5. License

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is licensed under the MIT license.

Acknowledgements