Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinSchmid7 committed Sep 12, 2023
1 parent e8b5d1a commit 5999e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/dataset_generation/extract_binary_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def do(n, dry_run):

valid_topics = ["/state_estimator/anymal_state", "/wide_angle_camera_front/img_out"]

rosbags = ["/home/rschmid/RosBags/6/images.bag",
"/home/rschmid/RosBags/6/2023-03-02-11-13-08_anymal-d020-lpc_mission_0.bag",
"/home/rschmid/RosBags/6/2023-03-02-11-13-08_anymal-d020-lpc_mission_1.bag"]
rosbags = ["/home/rschmid/RosBags/6_proc/images.bag",
"/home/rschmid/RosBags/6_proc/2023-03-02-11-13-08_anymal-d020-lpc_mission_0.bag",
"/home/rschmid/RosBags/6_proc/2023-03-02-11-13-08_anymal-d020-lpc_mission_1.bag"]

output_bag_wvn = s + "_wvn.bag"
output_bag_tf = s + "_tf.bag"
Expand Down
2 changes: 1 addition & 1 deletion wild_visual_navigation/utils/dataset_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# "stop": 500,
# "comment": "",
# },
ROOT_DIR = "/home/rschmid/RosBags/6"
ROOT_DIR = "/home/rschmid/RosBags/6_proc"
perugia_dataset = [
{
"name": "6",
Expand Down

0 comments on commit 5999e1d

Please sign in to comment.