FKIE Multimaster
Get Started
Setup
Install the fkie_multimaster.
Enable multicast
- For all computers on a local ROS network, and for all ROS networks, first check if the multicast feature is enabled using the following command. It should return 0.
- Else, edit the /etc/sysctl.conf file and add the following line.
Enable IP forwarding
- Enable ip foewarding on both systems. Check if the below command returns 1.
- Else,edit the /etc/sysctl.conf file and add the following line, or uncomment it if it already exists, and change its default value.
Host name and IP address binding
- For all computers on a local ROS network, and for all ROS networks, add these line to the /etc/hosts file.
Change the ROS_MASTER_URI variable
- Export ROS_MASTER_URI of respective systems to their bash scripts.
Usage
- After setup, run these commands on xavier (indivdual terminals).
- Run these commands on control station (indivdual terminals).