Skip to content

Commit d9ebc58

Browse files
committed
Merge branch 'master' of https://github.com/rwbot/RoboND-DeepRL-Project into workspaces
2 parents 956d703 + 72645a3 commit d9ebc58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

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

@@ -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)