Skip to content

Commit

Permalink
adope @esteve comments from #18
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 27, 2022
1 parent 29d3b30 commit 84c925b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84c925b

Please sign in to comment.