We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d1cad1 + e3ae28d commit 2b5194eCopy full SHA for 2b5194e
scripts/deploy/tasks/install.py
@@ -134,7 +134,7 @@ def _install_rosdeps(self, connections: Group) -> GroupResult:
134
remote_src_path = os.path.join(self._remote_workspace, "src")
135
print_debug(f"Gathering rosdep install commands in {remote_src_path}")
136
137
- cmd = f"rosdep update && rosdep install --simulate --default-yes --ignore-src --from-paths {remote_src_path}"
+ cmd = f"rosdep update --include-eol-distros && rosdep install --simulate --default-yes --ignore-src --from-paths {remote_src_path}"
138
print_debug(f"Calling {cmd}")
139
try:
140
gather_results = connections.run(cmd, hide=hide_output())
0 commit comments