File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Run()
114114 # ssh and run script from rover --WORKS
115115 gnome-terminal --tab -x bash -c " echo -n -e '\033]0;$roverIP \007';
116116 ssh -t swarmie@$roverIP 'echo 'Running $roverIP ';
117- cd SwarmBaseCode-ROS /misc;
117+ cd $dirName /misc;
118118 ./rover_onboard_node_launch.sh $hostName ;
119119 exit 1;
120120 exit 1;
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ nohup > logs/$HOSTNAME"_transform_log.txt" rosrun tf static_transform_publisher
5757echo " rosrun video_stream_opencv"
5858
5959# nohup rosrun video_stream_opencv video_stream __name:=$HOSTNAME\_CAMERA _video_stream_provider:=/dev/video0 /camera:=/$HOSTNAME/camera/image _camera_info_url:=file://${HOME}/SwarmBaseCode-ROS/camera_info head_camera.yaml _width:=320 _height:=240 &
60- nohup > logs/$HOSTNAME " _USBCAM_log.txt" rosrun usb_cam usb_cam_node __name:=$HOSTNAME \_ CAMERA /$HOSTNAME \_ CAMERA/image_raw:=/$HOSTNAME /camera/image _camera_info_url:=file://$HOME /SwarmBaseCode-ROS /camera_info/head_camera.yaml _image_width:=320 _image_height:=240 &
61-
60+ nohup > logs/$HOSTNAME " _USBCAM_log.txt" rosrun usb_cam usb_cam_node __name:=$HOSTNAME \_ CAMERA /$HOSTNAME \_ CAMERA/image_raw:=/$HOSTNAME /camera/image _camera_info_url:=file://$( realpath .. ) /camera_info/head_camera.yaml _image_width:=320 _image_height:=240 &
61+ echo $( realpath .. ) /camera_info/head_camera.yaml
6262# deprecated; we are replacing the usb cam with opencv cam
6363# mage_raw:=/$HOSTNAME/camera/image _camera_info_url:=file://${HOME}/rover_workspace/camera_info/head_camera.yaml _image_width:=320 _image_height:=240 &
6464
You can’t perform that action at this time.
0 commit comments