-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
We should avoid leaving todos in code, that's just a recipe for never doing anything about those issues ever.
The following TODO note should be transformed into an issue, or solved.
docker/space_robots/Dockerfile
Lines 49 to 60 in 76cd412
| # TODO(anyone): remove demo-pkgs.txt, no packages left after exclusions | |
| # Generate repos file for demo dependencies, excluding packages from Space ROS core. | |
| # COPY --chown=${USERNAME}:${USERNAME} demo-pkgs.txt /tmp/ | |
| # COPY --chown=${USERNAME}:${USERNAME} excluded-pkgs.txt /tmp/ | |
| # RUN rosinstall_generator \ | |
| # --rosdistro ${ROSDISTRO} \ | |
| # --deps \ | |
| # --exclude-path ${SPACEROS_DIR}/src \ | |
| # --exclude-path ${MOVEIT2_DIR}/src \ | |
| # --exclude $(cat /tmp/excluded-pkgs.txt) -- \ | |
| # -- $(cat /tmp/demo-pkgs.txt) \ | |
| # > /tmp/demo_generated_pkgs.repos |
The following commented code should also be removed (it's duplicated below):
docker/space_robots/Dockerfile
Line 76 in 76cd412
| # RUN vcs import src < /tmp/demo_generated_pkgs.repos |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels