Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: cleanup
on:
pull_request:
branches:
- main
- dev
on: push

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion docker/ros/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN apt-get update && apt-get install -y \

# Initialize rosdep
RUN rosdep init
RUN rosdep update
RUN rosdep update

# Source ROS2 and workspace in bashrc
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> /root/.bashrc