Some other USB driver must operate inside the WiFi device. Since the Neato is echoing every character in terminal emulators it appears unusual single character USB packets are used, tacked onto an old serial port system in the Neato - older system boards had a serial header on the board which could be used, removed in later boards. I am talking about the sensors salvaged from Neato Robotics robots. If you want a snippet that works with the more recent 360 Laser Distance Sensor LDS-01, it is not here. The LIDAR has two connectors, one for the motor and one for the communication (serial port). Here is a photo of one of my specimen connected to a PC via a usb-to-serial ftdi.
Sciologness The most complete collection of drivers for your computer! |
Drivers Catalog ⇒ Port Devices ⇒ Neato Robotics ⇒ Neato Robotics USB Port (COM13) Drivers Installer for Neato Robotics USB Port (COM13)If you don’t want to waste time on hunting after the needed driver for your PC, feel free to use a dedicated self-acting installer. It will select only qualified and updated drivers for all hardware parts all alone. To download SCI Drivers Installer, follow this link.
Neato Robotics USB Port (COM13): Drivers List2 drivers are found for ‘Neato Robotics USB Port (COM13)’. To download the needed driver, select it from the list below and click at ‘Download’ button. Please, ensure that the driver version totally corresponds to your OS requirements in order to provide for its operational accuracy.
Neato Robotics USB Port (COM13): Supported Models of LaptopsWe have compiled a list of popular laptops models applicable for the installation of ‘Neato Robotics USB Port (COM13)’. By clicking at the targeted laptop model, you’ll be able to look through a comprehensive list of compatible devices.
|
|
Only released in EOL distros:
neato_robot: 2dnav_neato | neato_driver | neato_nodeThis package contains a node that connects to the Neato Robotics XV-11. It enables control of motors through a geometry_msgs/Twist topic and publishes laser scans and odometry.
- Author: Michael Ferguson
- License: BSD
- Source: svn https://albany-ros-pkg.googlecode.com/svn/trunk/neato_robot
This package contains a node that connects to the Neato Robotics XV-11. It enables control of motors through a geometry_msgs/Twist topic and publishes laser scans and odometry.
- Author: Michael Ferguson
- License: BSD
- Source: svn https://albany-ros-pkg.googlecode.com/svn/trunk/neato_robot
Used by (2)
A node wrapper for the neato_driver package
- Maintainer: Michael Ferguson <ferguson AT cs.albany DOT edu>
- Author: Michael Ferguson
- License: BSD
- Source: git https://github.com/mikeferguson/neato_robot.git (branch: groovy-devel)
Used by (2)
A node wrapper for the neato_driver package
- Maintainer: Michael Ferguson <ferguson AT cs.albany DOT edu>
- Author: Michael Ferguson
- License: BSD
- Source: git https://github.com/mikeferguson/neato_robot.git (branch: hydro-devel)
Neato Robotics Port Devices Driver Download
Contents
- ROS API
- neato.py
Neato Robotics Port Devices Drivers
Overview
This package provides a node wrapper for the neato_driver code. It allows control of the Neato XV-11.
ROS API
neato.py
Provides an ROS interface to the Neato XV-11 robot.Subscribed Topics
/cmd_vel (geometry_msgs/Twist)- Velocity commands for the mobile base
Published Topics
/base_scanNeato Robotics Port Devices Driver List
(sensor_msgs/LaserScan)- Laser output from the Neato robot.
- Odometry output from the Neato robot.
Parameters
~port (strNeato Robotics Port Devices Driver
, default: /dev/ttyUSB0)Neato Robotics Port Devices Driver Update
- Name of serial port to use.
Running
Plug in your neato. Then run:
Find the neato device (ours was ID 2108:780b). Then:
You should now have a /dev/ttyUSBX like device connected. You can start the neato node by:
This loads the node and a static TF transformer for base_laser to base_link.