Skip to content

Commit

Permalink
update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbot committed Jan 13, 2019
1 parent cb6f4d5 commit 72645a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gazebo/ArmPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define ANIMATION_STEPS 1000

// Set Debug Mode
#define DEBUG true
#define DEBUG false

// Lock base rotation DOF (Add dof in header file if off)
#define LOCKBASE true
Expand Down
7 changes: 5 additions & 2 deletions udasetup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env bash
# Call from .student_bashrc
# source /home/workspace/RoboND-DeepRL-Project/udasetup.sh
# Manually source this file using:
# sudo source /home/workspace/RoboND-DeepRL-Project/udasetup.sh
# sudo -s source /home/workspace/RoboND-DeepRL-Project/udasetup.sh

sudo apt-get install libignition-math2-dev
#alias apm="sudo apt-get install libignition-math2-dev"

alias gitcon="git config --global credential.helper 'cache --timeout=999999'; git config --global user.name 'rwbot'; git config --global user.email '[email protected]'"

Expand All @@ -11,6 +13,7 @@ alias cdcb="cd /home/workspace/RoboND-DeepRL-Project/build"
alias cdcbz="cd /home/workspace/RoboND-DeepRL-Project/build/x86_64/bin"
alias cdcmk="cdcb; make" #goes to catkin_ws, runs catkin_make, waits until it's made, then sources devel/setup.bash
alias rr="cdcbz; ./gazebo-arm.sh"
alias rro="cdcbz; ./gazebo-arm.sh >> /home/workspace/RoboND-DeepRL-Project/output.txt"

alias gcm="cdc; git checkout master"
alias gcw="cdc; git checkout workspaces"
Expand Down

0 comments on commit 72645a3

Please sign in to comment.