Skip to content

Commit

Permalink
Merge pull request #95 from space-ros/don't-limit-parallel-workers
Browse files Browse the repository at this point in the history
Don't limit parallel workers in moveit2 build (#77)
  • Loading branch information
EzraBrooks authored Dec 28, 2023
2 parents 91b8e7a + 4edb462 commit 76cd412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RUN cd src/octomap_msgs && git apply octomap_fix.diff

# Build MoveIt2
RUN /bin/bash -c 'source ${SPACEROS_DIR}/install/setup.bash \
&& 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-'

# Add a couple sample GUI apps for testing
RUN sudo apt-get install -y \
Expand Down

0 comments on commit 76cd412

Please sign in to comment.