forked from jsk-ros-pkg/jsk_aerial_robot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] disable rostest without mini_quadrotor
- Loading branch information
1 parent
0996ba0
commit 460f7ff
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|