top of page

ROS Distributed Computation

  • yingnan4
  • 2022年9月14日
  • 讀畢需時 1 分鐘

1. Make sure all machines are connected to the same network.


2. edit /etc/hosts:

command: gedit /etc/hosts

Master:

<slave IP> <slave name>

Slave:

<master IP> <master name>


3. set static IP address:

Master:

command: gedit ~/.bashrc

add:

export ROS_MASTER_URI=http://<Master IP>:11311

export ROS_HOSTNAME=<Master IP>


Slave:

command: gedit ~/.bashrc

add:

export ROS_MASTER_URI=http://<Master IP>:11311

export ROS_HOSTNAME=<Slave IP>

 
 
 

最新文章

查看全部
Fresh Noetic Installation

1.2.4 安装 ROS Ubuntu 安装完毕后,就可以安装 ROS 操作系统了,大致步骤如下: 配置ubuntu的软件和更新; 设置安装源; 设置key; 安装; 配置环境变量。 1.配置ubuntu的软件和更新 配置ubuntu的软件和更新,允许安装不经认证的软件。...

 
 
 
Full Demonstration

The full demonstration runs on distributed computing typology, that is, robot with raspberry pi is the master collecting all data and...

 
 
 

留言


bottom of page