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

keroe/neato_robot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neato Drivers

This repository contains ROS drivers for Neato's robotic vacuums.

Usage

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

roscd
cd src
git clone https://github.com/jmtatsch/neato_robot.git
cd ..
rosdep update
rosdep install neato_robot
catkin_make

Changes in this fork

  • The driver has been update to support Neato's Botvac D5 Connected, most functionality should work with other Neato's too.
  • It publishes most sensor data including distance sensors, magnetic sensors, acceleration data, etc.
  • and contains elementary safety features: stopping at walls, stairs and Neato's magnetic strips.
  • LDS, Sounds, and Leds can be set via service call
  • This ROS node works with Kinetic.
  • Add config to control the Neato with a joystick.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 96.4%
  • CMake 3.6%