Skip to content

rutgers/avr_bridge

This branch is 11 commits ahead of, 36 commits behind codyps/avr_bridge:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c1aea1 · May 21, 2011
May 20, 2011
Feb 1, 2011
May 21, 2011
May 20, 2011
Feb 10, 2011
Feb 10, 2011
Feb 1, 2011
Feb 1, 2011
Feb 1, 2011
May 20, 2011
May 20, 2011

Repository files navigation

avr_bridge

by Adam Stambler of Rutgers University

avr_bridge is meant to simplify the use of an Arduino and avr processors
in a ROS based robot by providing a partial ROS implementation in avr c++.
In hobbyist robotics, these microcontrollers are often used to read sensors
and perform low level motor control. Every time a robot needs to interface
with an AVR board, a new communication system is written. Typically they
all use a usb-to-serial converter and either a custom binary or text 
based protocol. AVR bridge replaces these custom protocols with an 
automatically generated ROS communication stack that allows the AVR 
processors to directly publish or subscribe to ROS topics. 

for tutorials and more information, see 

www.ros.org/wiki/avr_bridge



Funding for this software was provided as a part of a research
a grant (R01ES014717) from the National Institute of Environmental 
Health Sciences. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.0%
  • C++ 25.3%
  • Python 20.7%