Skip to content

Commit

Permalink
Talk about meshes earlier in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Oct 26, 2023
1 parent 76e3b01 commit 8ad9a01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ cd <ws>
colcon build --symlink-install
```

> Meshes are only available for x86(_64) platforms.
> You can skip them by building with these arguments:
>
> ```sh
> colcon build --packages-skip nao_meshes pepper_meshes
> ```
## Launch
To have full control of the robot with ROS,
Expand Down Expand Up @@ -162,13 +169,6 @@ docker build -t ros2-naoqi-driver .
> colcon build --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
> ```
> Plus, in order to avoid building the meshes (only available on x86(_64) processors):
>
> ```sh
> colcon build --packages-skip nao_meshes pepper_meshes --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
> ```
## Build status
Expand Down

0 comments on commit 8ad9a01

Please sign in to comment.