File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ cd <ws>
54
54
colcon build --symlink-install
55
55
```
56
56
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
+
57
64
# # Launch
58
65
59
66
To have full control of the robot with ROS,
@@ -162,13 +169,6 @@ docker build -t ros2-naoqi-driver .
162
169
> colcon build --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
163
170
> ` ` `
164
171
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
-
172
172
173
173
# # Build status
174
174
You can’t perform that action at this time.
0 commit comments