2cats / stm32_kobuki

The embedded side implement for kobuki_driver [ Kobuki / Turtlebot 2 ]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F103 Client For Kobuki / Turtlebot 2

Introduction

This the embedded side implement for kobuki_driver. The Protocol Specification can be found HERE. The porject now contains basic control logic as an example of usage. The main principle of implementing this protocol library is to keep the API both simple and safe.

Documentation

Currently,API-Usage now is written in the header file.

Test

Ubuntu14.04 indigo

$ export TURTLEBOT_SERIAL_PORT=/dev/ttyUSB0
$ roslaunch turtlebot_bringup minimal.launch --screen
$ rqt -s kobuki_dashboard

About

The embedded side implement for kobuki_driver [ Kobuki / Turtlebot 2 ]


Languages

Language:C 99.5%Language:C++ 0.4%Language:Objective-C 0.1%