Skip to content
Snippets Groups Projects
Commit 47c076a3 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

path as input

parent 933762be
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
BAG_PATH="/media/jvallve/DADES/bags/GAUSS/second_field_inta/selected/GAUSS_solution"
#BAG_PATH="/media/jvallve/DADES/bags/GAUSS/second_field_inta/selected/GAUSS_solution"
#cd $BAG_PATH
cd $BAG_PATH
echo "Enter path:"
read path
cd $path
echo "In folder $PWD there are the following rosbags of rpa_output:"
ls rpa_output*conf*.bag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment