Skip to content

Commit

Permalink
Use frame_count=5 in rcb4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Nov 1, 2024
1 parent 0db3535 commit f82c0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/kxr_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ if(CATKIN_ENABLE_TESTING)
endif()
add_rostest(test/kxr_controller.test ARGS namespace:="")
add_rostest(test/kxr_controller.test ARGS namespace:="robot_a")
add_rostest(test/kxr_controller.test ARGS namespace:="" use_rcb4:=true)
add_rostest(test/kxr_controller.test ARGS namespace:="robot_a" use_rcb4:=true)
add_rostest(test/kxr_controller.test ARGS namespace:="" use_rcb4:=true frame_count:=5)
add_rostest(test/kxr_controller.test ARGS namespace:="robot_a" use_rcb4:=true frame_count:=5)
endif()

0 comments on commit f82c0fb

Please sign in to comment.