From 9cac1eef656539f8287c7fe32dde5f46348cd185 Mon Sep 17 00:00:00 2001 From: Fang Wu Date: Mon, 22 Oct 2018 14:56:39 -0400 Subject: [PATCH] Changes to be committed: change the absolute path to drone workspace modified: src/rosbuzz/buzz_scripts/include/taskallocate/bidding.bzz --- buzz_scripts/include/taskallocate/bidding.bzz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buzz_scripts/include/taskallocate/bidding.bzz b/buzz_scripts/include/taskallocate/bidding.bzz index 01fd468..96416e9 100644 --- a/buzz_scripts/include/taskallocate/bidding.bzz +++ b/buzz_scripts/include/taskallocate/bidding.bzz @@ -6,8 +6,8 @@ # ######################################## -CSV_FILENAME_AND_PATH = "/home/amber/ROS_WS/src/rosbuzz/buzz_scripts/include/taskallocate/waypoints_12.csv" -OUTPUT_FILENAME_AND_PATH = "/home/amber/bidding_output/output-" # automatically completed with 'ID.csv' +CSV_FILENAME_AND_PATH = "/home/ubuntu/ROS_DRONES_WS2/src/rosbuzz/buzz_scripts/include/taskallocate/waypoints_12.csv" +OUTPUT_FILENAME_AND_PATH = "/home/ubuntu/bidding_output/output-" # automatically completed with 'ID.csv' BID_WAIT = 40 PICTURE_WAIT = 40 BASE_ALTITUDE = 5.0