Skip to content
Snippets Groups Projects
Commit 0d47c40f authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Update dotfiles

parent 1d9787b7
No related branches found
No related tags found
No related merge requests found
...@@ -25,15 +25,15 @@ function sourcews(){ ...@@ -25,15 +25,15 @@ function sourcews(){
# Source the current workspace # Source the current workspace
function sourcethis(){ function sourcethis(){
pwd_bck=${PWD}
roshome && source ./devel/setup.${ext} && smon roshome && source ./devel/setup.${ext} && smon
cd ${pwd_bck}
} }
# Automatic catkin build # Automatic catkin build
function cb() { function cb() {
pwd_bck=${PWD}
catkin build --summarize "$@" catkin build --summarize "$@"
sourcethis() sourcethis
cd ${pwd_bck}
} }
# Clean workspace (delete the generated folders, then catkin build) # Clean workspace (delete the generated folders, then catkin build)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment