Running Multi Robot in Gazebo and Real Robot
Are you interested in knowing how to get multiple robots running in gazebo and in the real world on the turtlebots?
Launching on Gazebo
Launching Real
# export ROS_MASTER_URI=http://100.74.60.34:11311
export ROS_MASTER_URI=http://100.66.118.56:11311
# export ROS_IP=100.66.118.56
export ROS_IP=100.74.60.34
# Settings for a physical robot
$(bru mode real)
# $(bru name robb -m 100.99.186.125)
# $(bru name robc -m 100.117.252.97)
$(bru name robc -m $(myvpnip))
# $(bru name robb -m $(myvpnip))Last updated
Was this helpful?




