Skip to content

Commit 9761277

Browse files
committed
Add Kinetic ROS distro
1 parent e14adf0 commit 9761277

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
@@ -4,7 +4,7 @@ init_node("jltest", anonymous=true)
44
#Parameters
55
@test length(RobotOS.get_param_names()) > 0
66
@test has_param("rosdistro")
7-
@test chomp(get_param("rosdistro")) in ["hydro", "indigo", "jade"]
7+
@test chomp(get_param("rosdistro")) in ["hydro", "indigo", "jade", "kinetic"]
88
@test ! has_param("some_param")
99
@test_throws KeyError get_param("some_param")
1010
@test_throws KeyError delete_param("some_param")

0 commit comments

Comments
 (0)