All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contributionThe rapyuta.io docker runtime now uses the hostname of the device as the ROS_MASTER_URI. This will allow you to open rviz or echo topics on robots from the local network. All old devices will be updated on reboot.
Running deployments will continue to work.
Ubuntu(16.04 and 18.04) by default resolves the hostname to localhost. If you do change this behaviour on the host OS, roscore will not be able to start. A simple way to check if roscore can be started is to do nslookup $(hostname)
if it returns a DNS record you are probably good to go.
Welcome to the July 29, 2020 release of the rapyuta.io platform.