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 0b344d1 commit 1644eb4Copy full SHA for 1644eb4
test/rospy.jl
@@ -4,7 +4,7 @@ init_node("jltest", anonymous=true)
4
#Parameters
5
@test length(RobotOS.get_param_names()) > 0
6
@test has_param("rosdistro")
7
-@test chomp(get_param("rosdistro")) in ["hydro", "indigo", "jade", "kinetic"]
+@test chomp(get_param("rosdistro")) in ["hydro", "indigo", "jade", "kinetic", "lunar"]
8
@test ! has_param("some_param")
9
@test_throws KeyError get_param("some_param")
10
@test_throws KeyError delete_param("some_param")
0 commit comments