Revision 83e2c28fc2487f75cb163baa48f18aa80e43c6f1 authored by Eric Lu on 31 August 2018, 14:38:54 UTC, committed by Eric Lu on 31 August 2018, 14:38:54 UTC
1 parent dd07e31
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