Skip to content

Commit 8ad9a01

Browse files
Talk about meshes earlier in the README
1 parent 76e3b01 commit 8ad9a01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ cd <ws>
5454
colcon build --symlink-install
5555
```
5656

57+
> Meshes are only available for x86(_64) platforms.
58+
> You can skip them by building with these arguments:
59+
>
60+
> ```sh
61+
> colcon build --packages-skip nao_meshes pepper_meshes
62+
> ```
63+
5764
## Launch
5865
5966
To have full control of the robot with ROS,
@@ -162,13 +169,6 @@ docker build -t ros2-naoqi-driver .
162169
> colcon build --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
163170
> ```
164171
165-
> Plus, in order to avoid building the meshes (only available on x86(_64) processors):
166-
>
167-
> ```sh
168-
> colcon build --packages-skip nao_meshes pepper_meshes --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
169-
> ```
170-
171-
172172
173173
## Build status
174174

0 commit comments

Comments
 (0)