Skip to content

Commit 2b5194e

Browse files
committed
Merge branch 'main' into feature/jazzy-ubuntu2404-devcontainer
2 parents 5d1cad1 + e3ae28d commit 2b5194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/tasks/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _install_rosdeps(self, connections: Group) -> GroupResult:
134134
remote_src_path = os.path.join(self._remote_workspace, "src")
135135
print_debug(f"Gathering rosdep install commands in {remote_src_path}")
136136

137-
cmd = f"rosdep update && rosdep install --simulate --default-yes --ignore-src --from-paths {remote_src_path}"
137+
cmd = f"rosdep update --include-eol-distros && rosdep install --simulate --default-yes --ignore-src --from-paths {remote_src_path}"
138138
print_debug(f"Calling {cmd}")
139139
try:
140140
gather_results = connections.run(cmd, hide=hide_output())

0 commit comments

Comments
 (0)