[Documentation] [TitleIndex] [WordIndex

Package Summary

Integration of the Arduino Nicla Vision board in the ROS world. Sensors data from the Nicla Vision is collected and trasmited to the relevant ROS topics

A ROS package for the Arduino Nicla Vision board

Description

This ROS package enables the Arduino Nicla Vision board to be ready-to-use in the ROS world!

The implemented architecture is described in the above image: the Arduino Nicla Vision board streams the sensors data to a ROS-running machine through TCP/UDP socket. This package will be running on the ROS-running machine, allowing to deserialize the received info, and stream it in the corresponding ROS topics

Here a list of the available sensors with their respective ROS topics:

The user can easily configure this package, by launch parameters, to receive sensors data via either UDP or TCP socket connections, specifying also the socket IP address. Moreover, the user can decide which sensor to be streamed within the ROS environment. In this repository you can find the Python code optimised for receiving the data by the board, and subsequently publishing it through ROS topics.

Package List

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Citation

If you use this work or take inspiration from it, please cite (publication in progress)


Check full information here


2024-08-10 13:48