Neato Robotics Port Devices Driver

  



Neato Robotics Port Devices Driver

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.

Device:Neato Robotics USB Port (COM13) Drivers Installer
Version:2.0.0.18
Date:2021-02-12
File Size:1.12 Mb
Supported OS:Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8
Download Drivers Installer

Neato Robotics USB Port (COM13): Drivers List

2 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.

Version:1.0.0.0Download
Date:2009-08-08
File Size:7.74K
Supported OS:Windows XP, Windows Vista 32 & 64bit, Windows 7 32 & 64bit, Windows 8 32 & 64bit

Neato Robotics USB Port (COM13): Supported Models of Laptops

We 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.

#ManufacturerModelDevices
1LenovoThinkCentre M90p (5498WBM)33 Devices List
2HPHP Pavilion tx1000 (GH933EA#UUW)31 Devices List
Apple Showcases New iMac with the Highest Resolution Ever
SilverStone FW and FQ Fans: an Ideal Balance between Efficiency and Tranquility
Cisco Boasts 3-Band Linksys EA9200 Wi-Fi Router
Meet an Overclocked GTX 980 AMP! Extreme Edition Video Card from Zotac
Robotics

Only released in EOL distros:

neato_robot: 2dnav_neato | neato_driver | neato_node
Package LinksDependencies (6)

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
neato_robot: 2dnav_neato | neato_driver | neato_node
Package LinksDependencies (6)

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
neato_robot: neato_2dnav | neato_driver | neato_node
Package LinksDependencies (7)
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)
neato_robot: neato_2dnav | neato_driver | neato_node
Package LinksDependencies (7)
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

  1. ROS API
    1. 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_scan

Neato Robotics Port Devices Driver List

(sensor_msgs/LaserScan)
  • Laser output from the Neato robot.
/odom (nav_msgs/Odometry)
  • Odometry output from the Neato robot.
Neato Robotics Port Devices Driver

Parameters

~port (str

Neato Robotics Port Devices Driver

Neato robotics port devices driver update, 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.