Only released in EOL distros:
Package Summary
Driver for Nanotron radio ranging sensors which uses the Swarm API firmware. This driver will publish range measurements between the host node and other nodes available in the wireless sensor network.
- Maintainer status: developed
- Maintainer: Felipe R.Fabresse <felramfab AT gmail DOT com>
- Author: Felipe Ramón Fabresse, Alfredo Vázquez Reyes, Fernando Caballero Benitez
- License: BSD
- Source: git https://github.com/felramfab/rangeonly_driver.git (branch: indigo-devel)
Overview
This package is part of the ROS stack rangeonly_driver. It provides a driver for Nanotron range-only sensors based on Swarm API firmware. The ROS driver has been developed at the University of Seville in the Robotics, Vision and Control research group (GRVC). This driver also provides a custom ROS message for range-only sensors (see message rangeonly_msgs/P2PRange on package rangeonly_msgs).
This package is part of the ROS stack rangeonly_driver. It provides a driver for Nanotron range-only sensors based on Swarm API firmware. The ROS driver has been developed at the University of Seville in the Robotics, Vision and Control research group (GRVC). This driver also provides a custom ROS message for range-only sensors (see message nanotron_swarm/P2PRange of this rosbuild package).
In the case of Nanotron devices, these devices are based on the Time of Flight of radio signals to measure the distance between a pair of devices.
Applications
Examples of usage of this driver can be found in:
Aerial robot dataset for indoor and outdoor applications such as localization or Range-Only Simultaneous Localization And Mapping (RO-SLAM).
RTLS application from Nanotron company (sensor manufacturer): http://nanotron.com/EN/index.php
Nodes
nanotron_swarm
nanotron_swarm takes the ranging data from usb-serial interface and transforms it in P2PRange ROS messages. The node uses the swarm API firmware which consist on a serial port API.Published Topics
range (rangeonly_msgs/P2PRange)- The range-only mesaurements.
nanotron_swarm
nanotron_swarm takes the ranging data from usb-serial interface and transforms it in P2PRange ROS messages. The node uses the swarm API firmware which consist on a serial port API.Published Topics
range (nanotron_swarm/P2PRange)- The range-only mesaurements.
Parameters
Report a Bug
Use GitHub to report bugs or submit feature requests. [View active issues]