We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91b8e7a + 4edb462 commit 76cd412Copy full SHA for 76cd412
moveit2/Dockerfile
@@ -125,7 +125,7 @@ RUN cd src/octomap_msgs && git apply octomap_fix.diff
125
126
# Build MoveIt2
127
RUN /bin/bash -c 'source ${SPACEROS_DIR}/install/setup.bash \
128
- && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status- --parallel-workers 1'
+ && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status-'
129
130
# Add a couple sample GUI apps for testing
131
RUN sudo apt-get install -y \
0 commit comments