Skip to content

Commit

Permalink
Merge pull request #6 from Wiktor-99/rolling-control-fix
Browse files Browse the repository at this point in the history
Use gz control from source
  • Loading branch information
Wiktor-99 authored Jan 30, 2025
2 parents 9e7bd08 + 0fdb60e commit 4adf452
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ RUN sudo wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrin
ros-$ROS_DISTRO-ros2-controllers \
ros-$ROS_DISTRO-rmw-cyclonedds-cpp \
ros-$ROS_DISTRO-gripper-controllers \
ros-$ROS_DISTRO-gz-ros2-control \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN . /opt/ros/${ROS_DISTRO}/setup.sh && \
mkdir -p /gz_ros2_control_ws/src && \
cd /gz_ros2_control_ws/src && \
git clone --branch $ROS_DISTRO https://github.com/ros-controls/gz_ros2_control && \
cd /gz_ros2_control_ws && \
colcon build
ENV DEBIAN_FRONTEND=dialog

ARG WORKSPACE
Expand Down

0 comments on commit 4adf452

Please sign in to comment.