Collaborative robots

21 views
Skip to first unread message

naj...@hotmail.fr

unread,
Apr 6, 2020, 5:21:15 PM4/6/20
to BeagleBoard

Hello, 

How can I explore the possibilities of several EduMip robots collaborating on a given task ?

Thanks

jonnymo

unread,
Apr 6, 2020, 5:31:39 PM4/6/20
to Beagle Board
If you are using a ROS image, you could create a ROS master and then a share Topic which each bot subscribes to and communicate through.

The other option is to use something like MQTT which has basically the same principle as ROS; MQTT server and shared topic.

Cheers,

Jon

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/48b09125-2758-4dd5-a6b4-53e762fffabb%40googlegroups.com.

Bernard Fischer

unread,
Apr 6, 2020, 8:07:43 PM4/6/20
to beagl...@googlegroups.com
How would MQTT work? As I understand it, with MQTT any  number of objects can subscribe to a topic.  How would specific robots talk to each other?  Have a common topic for all, then specific topics for each one?

thanks



--
Take care,
Ben Fischer

jonnymo

unread,
Apr 6, 2020, 8:32:54 PM4/6/20
to Beagle Board
You could have a common topic or separate publish and subscribe topics and a specific trigger key for each bot. If you need to specify a bot, then you could add something like 'bot1' and the rest of the message for a specific bot. 

Same, Same with ROS.

Jon

Reply all
Reply to author
Forward
0 new messages