Skip to content

Commit

Permalink
new datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriobonatti committed Jun 15, 2022
1 parent 41daa21 commit 577dd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 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_2p5_nonoise3/*
for i in /home/azureuser/hackathon_data_premium/hackathon_data_2p5_withpartialnoise0/*
do
# echo "$i"
rosbag reindex "$i"/*.bag.active
Expand Down
3 changes: 2 additions & 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,8 @@ def process_folder(folder, processed_dataset_path):


# define script parameters
base_folder = '/home/azureuser/hackathon_data/hackathon_data_2p5_nonoise3'
# base_folder = '/home/azureuser/hackathon_data_premium/hackathon_data_2p5_withfullnoise0'
base_folder = '/home/azureuser/hackathon_data_premium/hackathon_data_2p5_withpartialnoise0'
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 577dd6f

Please sign in to comment.