Skip to content

Commit

Permalink
Remove drones dockerfile setup
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh committed Jan 31, 2025
1 parent bde95cb commit 44a6fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BTDI/Dockerfile.mini_humble
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN git clone --depth 1 https://github.com/JdeRobot/bt-studio.git -b $BT_STUDIO

# Compiling and sourcing the workspace
WORKDIR /home/ws
RUN /bin/bash -c "source /home/drones_ws/install/setup.bash; rosdep install --from-paths src --ignore-src -r --rosdistro humble -y"
RUN /bin/bash -c "source /home/drones_ws/install/setup.bash"
RUN /bin/bash -c "source /opt/ros/humble/setup.bash; colcon build --symlink-install"

# build frontend
Expand Down

0 comments on commit 44a6fbf

Please sign in to comment.