-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ export ALDE_CTC_CROSS=$AL_DIR/ctc-linux64-atom-2.5.2.74 | |
If you want to set the install directory (instead of the project root directory), set the `PEPPER_ROS_BASE_ROOT` environment variable: | ||
|
||
``` | ||
export PEPPER_ROS_BASE_ROOT=/home/mihome/pepper_root/ <-- Or wherever you want | ||
export PEPPER_ROS_BASE_ROOT=$HOME/pepper_root/ <-- Or wherever you want | ||
``` | ||
|
||
## Prepare cross-compiling environment | ||
|
@@ -73,7 +73,7 @@ By now you should have the following inside System in the current directory: | |
We're going to copy these to the robot, assuming that your robot is connected to your network, type the following: | ||
|
||
``` | ||
$ sync -avz System User [email protected]:~/ | ||
$ rsync -avz System User [email protected]:~/ | ||
``` | ||
|
||
### Run ROS 1 from inside Pepper | ||
|
@@ -131,7 +131,7 @@ Besides the ROS 1 binaries and its dependencies, we'll now a few more directorie | |
We're going to copy these to the robot, assuming that your robot is connected to your network, type the following: | ||
|
||
``` | ||
$ sync -avz System User [email protected]:~/ | ||
$ rsync -avz System User [email protected]:~/ | ||
``` | ||
|
||
### Run ROS 2 from inside Pepper | ||
|