diff --git a/src/Ros2ForUnity/Scripts/ROS2ForUnity.cs b/src/Ros2ForUnity/Scripts/ROS2ForUnity.cs index 4ba7cfd..7d2c317 100644 --- a/src/Ros2ForUnity/Scripts/ROS2ForUnity.cs +++ b/src/Ros2ForUnity/Scripts/ROS2ForUnity.cs @@ -203,7 +203,7 @@ public string GetROSVersionSourced() /// private void CheckROSSupport(string ros2Codename) { - List supportedVersions = new List() { "foxy", "galactic", "humble", "rolling" }; + List supportedVersions = new List() { "foxy", "galactic", "humble", "jazzy", "rolling" }; var supportedVersionsString = String.Join(", ", supportedVersions); if (string.IsNullOrEmpty(ros2Codename)) {