Skip to content

Commit

Permalink
[WIP] disable rostest without mini_quadrotor
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Oct 28, 2023
1 parent 0996ba0 commit 460f7ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions robots/dragon/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_rostest(dragon_jacobian.test ARGS headless:=true)
add_rostest(dragon_control.test ARGS headless:=true) # old control method: hydrus-like LQI mode
add_rostest(dragon_control.test ARGS headless:=true full_vectoring_mode:=true) # new control method
# add_rostest(dragon_jacobian.test ARGS headless:=true)
# add_rostest(dragon_control.test ARGS headless:=true) # old control method: hydrus-like LQI mode
# add_rostest(dragon_control.test ARGS headless:=true full_vectoring_mode:=true) # new control method
6 changes: 3 additions & 3 deletions robots/hydrus/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_rostest(hydrus_jacobian.test ARGS headless:=true)
add_rostest(hydrus_control.test ARGS headless:=true)
add_rostest(tilted_hydrus_control.test ARGS headless:=true)
# add_rostest(hydrus_jacobian.test ARGS headless:=true)
# add_rostest(hydrus_control.test ARGS headless:=true)
# add_rostest(tilted_hydrus_control.test ARGS headless:=true)
4 changes: 2 additions & 2 deletions robots/hydrus_xi/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_rostest(hydrus_xi_jacobian.test ARGS headless:=true)
# add_rostest(hydrus_xi_jacobian.test ARGS headless:=true)
# alternative build command:
# add_rostest_gtest(hydrus_xi_jacobian_test hydrus_xi_jacobian.test hydrus_xi/jacobian_test.cpp)
# target_link_libraries(hydrus_xi_jacobian_test hydrus_xi_fully_actuated_robot_model ${catkin_LIBRARIES} ${GTEST_LIBRARIES})

add_rostest(hydrus_xi_hex_branch_control.test ARGS headless:=true)
# add_rostest(hydrus_xi_hex_branch_control.test ARGS headless:=true)

0 comments on commit 460f7ff

Please sign in to comment.