Skip to content

Forked from the original frankjoshua/rosserial_arduino_lib with added support for STM32F4 Microcontrollers over USB

Notifications You must be signed in to change notification settings

auvsociety/rosserial_arduino_custommsgs_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Serial Arduino library

Purpose

Installing ROS Serial library into and Arduino IDE can be an involved task. See instructions http://wiki.ros.org/rosserial. If you don't already have ROS installed on your workstation it's difficult to build due to the Catkin workspace requirement. This repo packages the library for the Arduino IDE and PlatformIO in an expected format.

ROS Serial Description

rosserial is a protocol for wrapping standard ROS serialized messages and multiplexing multiple topics and services over a character device such as a serial port or network socket.

Use an Arduino as a ROS publisher/subscriber

Works with http://wiki.ros.org/rosserial, requires a rosserial node to connect

Updating

There is a script to pull in the current changes from https://github.com/ros-drivers/rosserial. It creates a Docker container with ROS and Catkin setup. It then downloads the current version of ROS Serial from Github and builds the libraries. Finally it overwrites the current src files with the new build. Currently there is no automatic testing. So it must be manually tested (to involved to discuss here).

./update.sh

Reporting issues

If this repo is out of date feel free to report an issue. However pull requests should be directed to https://github.com/ros-drivers/rosserial. Any changes to this repo would be overwritten by incoming changes from upstream.

License

Apache 2.0

Author Information

Joshua Frank @frankjoshua77
http://roboticsascode.com

About

Forked from the original frankjoshua/rosserial_arduino_lib with added support for STM32F4 Microcontrollers over USB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%