Skip to content

Commit 6463d2c

Browse files
f0reachARRrobomic
authored andcommitted
Add jazzy as supported distribution
1 parent 096e46c commit 6463d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ros2ForUnity/Scripts/ROS2ForUnity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public string GetROSVersionSourced()
203203
/// </summary>
204204
private void CheckROSSupport(string ros2Codename)
205205
{
206-
List<string> supportedVersions = new List<string>() { "foxy", "galactic", "humble", "rolling" };
206+
List<string> supportedVersions = new List<string>() { "foxy", "galactic", "humble", "jazzy", "rolling" };
207207
var supportedVersionsString = String.Join(", ", supportedVersions);
208208
if (string.IsNullOrEmpty(ros2Codename))
209209
{

0 commit comments

Comments
 (0)