We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55c2fc commit 684f0a7Copy full SHA for 684f0a7
turludock/generate_templated_files.py
@@ -258,6 +258,9 @@ def generate_ros_autocomplete_fix(ros_version_codename: str) -> str:
258
This file is responsible for introducing a fix for zsh autocomplete.
259
https://github.com/ros2/ros2cli/issues/534#issuecomment-957516107
260
261
+ This has the hidden assumption that a ROS2 version is always coupled to a Ubuntu version.
262
+ The fix should actually be on the Ubuntu version and not the ROS2 version.
263
+
264
Args:
265
ros_version_codename (str): The ROS version as codename.
266
0 commit comments