Skip to content

Commit 72645a3

Browse files
committed
update aliases
1 parent cb6f4d5 commit 72645a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

gazebo/ArmPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#define ANIMATION_STEPS 1000
6464

6565
// Set Debug Mode
66-
#define DEBUG true
66+
#define DEBUG false
6767

6868
// Lock base rotation DOF (Add dof in header file if off)
6969
#define LOCKBASE true

udasetup.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/usr/bin/env bash
2+
# Call from .student_bashrc
3+
# source /home/workspace/RoboND-DeepRL-Project/udasetup.sh
24
# Manually source this file using:
3-
# sudo source /home/workspace/RoboND-DeepRL-Project/udasetup.sh
5+
# sudo -s source /home/workspace/RoboND-DeepRL-Project/udasetup.sh
46

5-
sudo apt-get install libignition-math2-dev
7+
#alias apm="sudo apt-get install libignition-math2-dev"
68

79
alias gitcon="git config --global credential.helper 'cache --timeout=999999'; git config --global user.name 'rwbot'; git config --global user.email 'rwbotx@gmail.com'"
810

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

1518
alias gcm="cdc; git checkout master"
1619
alias gcw="cdc; git checkout workspaces"

0 commit comments

Comments
 (0)