Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rogeriobonatti/mushr_rhc
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriobonatti committed Aug 11, 2022
2 parents 83bd487 + 577dd6f commit c06d9cf
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 c06d9cf

Please sign in to comment.