Skip to content

shuto1441/dobot_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dobot_ros

This repository contains the Dobot Magician API code and ROS drivers, repackaged in a more ROSified way.

Requirement

  • Ubuntu 20.04
  • ROS noetic

Installation

cd ~/catkin_ws/src
git clone https://github.com/shuto1441/dobot_ros.git
cd ../
catkin build

Usage

Launch the Server

DobotServer.cpp is required to run dobot's server. Please rewrite the port name.

rosrun dobot_driver DobotServer Portname

Launch the Sample Python Code

rosrun dobot_py tk_controller.py

Launch the Sample C++ Code

rosrun dobot_bringup DobotClient_JOG

Author

Reference

https://afrel.co.jp/dobot/

About

Dobot Magician ROS stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.6%
  • C 16.1%
  • Python 8.7%
  • CMake 1.6%