Revision af7c88671e8cedf36d2b6a3f68d4271c1b804bc4 authored by Eric Lu on 09 July 2018, 12:50:30 UTC, committed by Eric Lu on 09 July 2018, 12:50:30 UTC
2 parent s 355ae68 + e3d64f7
Raw File
localization.sh
# This script is used to start localization nodes on camera towers in side Duckietown

# source environment
source ~/duckietown/environment.sh

# Make sure that the master of each camera is your server computer
# change "duckietown1" to your server computer
source ~/duckietown/set_ros_master.sh duckietown1

# launch camera node
roslaunch duckietown camera.launch veh:=$HOSTNAME

back to top