Skip to content

Commit 27df02b

Browse files
committed
Change allowed ROS distros to only currently supported ones
1 parent 4df0ab0 commit 27df02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rospy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ init_node("jltest", anonymous=true)
66
#Parameters
77
@test length(RobotOS.get_param_names()) > 0
88
@test has_param("rosdistro")
9-
@test chomp(get_param("rosdistro")) in ["hydro", "indigo", "jade", "kinetic", "lunar", "melodic"]
9+
@test chomp(get_param("rosdistro")) in ["kinetic", "melodic", "noetic"]
1010
@test ! has_param("some_param")
1111
@test_throws KeyError get_param("some_param")
1212
@test_throws KeyError delete_param("some_param")

0 commit comments

Comments
 (0)