Skip to content

Commit

Permalink
updatd path
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriobonatti committed May 20, 2022
1 parent c445f06 commit 92c81f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mushr_rhc_ros/src/fix_bags.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for i in /home/azureuser/hackathon_data/hackathon_data/*
for i in /home/azureuser/hackathon_data/hackathon_data_2p5_nonoise3/*
do
# echo "$i"
rosbag reindex "$i"/*.bag.active
Expand Down
2 changes: 1 addition & 1 deletion mushr_rhc_ros/src/process_recording_sim_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def process_folder(folder, processed_dataset_path):


# define script parameters
base_folder = '/home/azureuser/hackathon_data/hackathon_data_slow_nonoise'
base_folder = '/home/azureuser/hackathon_data/hackathon_data_2p5_nonoise3'
output_folder_name = 'processed_withpose2'
folders_list = sorted(glob.glob(os.path.join(base_folder, '*')))
total_n_folders = len(folders_list)
Expand Down

0 comments on commit 92c81f2

Please sign in to comment.