RECENT POSTS
- micro-ROS is a special guest @ BOSCH research blog!
- micro-ROS @ ROS-Industrial Conference 2020!
- micro-ROS Agent on snap!
- New demo - micro-ROS enabling smart warehouse duties
- Roadmap for ROS 2 Galactic
- micro-ROS lands on Arduino
- New demo - ROS 2 to micro-ROS TCP tunneling via Integration Service
- micro-ROS goes AIoT!
- New support for graphs
- micro-ROS @ ROS World 2020!
- All posts ...
A brand new discovery mechanism in micro-ROS
Sep 30, 2020 francesca-finocchiaro
micro-ROS is now implementing client/server handshaking by discovery!
The discovery mechanism allows micro-ROS Clients to discover Agents in the network by UDP. If a Client doesn’t know of any Agent beforehand, it sends a discovery call by multicast and the reachable Agents respond by sending information about them, such as their IP and port. The Client matches automatically with the first Agent that provides information, and the communication between the matched entities proceeds in the usual way.
micro-ROS inherits its discovery mechanism from the Micro XRCE-DDS library, which is then implemented in the RMW layer. Discovery is accessible by default at the Client level when using UDP transport, and can be activated in the Agent by using the -d
flag when running it from terminal with the snap command:
micro-xrce-dds-agent udp4 <args> -d
If you’re running instead the daemonized version of the Agent via the provided snap service, you can turn on the discovery mechanism like this:
snap set micro-xrce-dds-agent discovery="true"
Find here an example showing how to use this new feature!
Share on:- Older
- Newer