Skip to content

Modified driver to support a wider range of neato models and firmware versions.

Notifications You must be signed in to change notification settings

jlohse/neato_robot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neato Drivers

This repository contains the Neato ROS drivers, catkinized, and ready for ROS Hydro and newer.

Usage

You can check this out into your catkin workspace as follows:

cd <ws>/src
git clone https://github.com/jlohse/neato_robot.git
cd <ws>
catkin_make
source <ws>/devel/setup.bash

Changes in this fork

  • The driver has been changed from the original version in order to support a wider range of neato models and firmware versions.
  • This node works with Indigo. The required third parameter to rospy.Publisher() has been supplied.
  • A minor issue in xv11::setMotors() has been fixed. Due to incorrect indentation in that function neato used to slowly crawl forward.

About

Modified driver to support a wider range of neato models and firmware versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%