Skip to content

Dantemiwa/diablo_sdk_ros1_intern

 
 

Repository files navigation

DIABLO SDK

License language platform

语言:English / 中文

​ 基于树莓派串口通信的 DIABLO 机器人二次开发控制接口。您可以通过 SDK 对机器人进行精准的定量控制,或者使用网络遥控的方式对机器人进行远程控制。


Platform Support 支持平台

  • Linux

Dependencies 环境依赖

Quick Start 快速开始

  1. 创建ros工程文件夹
#make sure you have build all dependence.
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace

#clone API source code
git clone https://github.com/DDTRobot/diablo-sdk-v1.git

cd ~/catkin_ws
catkin_make

Example 使用例程

About

diablo sdk with Ros and you can also choose to compile through source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.4%
  • C 10.5%
  • CMake 2.1%
  • Python 1.0%