moveit_task_constructor/core/test
Captain Yoshi fdc06c3b91
Reduce stop time due to preempt (#598)
The preempt_request_ flag was only checked at the top-level task container before each compute iteration.
As a single sweep might take a while, we should check the flag before computing each stage.
2024-07-19 15:46:12 +02:00
..
CMakeLists.txt Add property to enable/disable pruning at runtime (#590) 2024-07-06 16:51:14 +02:00
gtest_value_printers.cpp Introduce clang-format (#102) 2019-07-18 11:04:35 +02:00
gtest_value_printers.h extended unittest for serial connection validation 2018-02-18 14:03:57 +01:00
models.cpp fix test helper 2021-11-10 13:12:21 +01:00
models.h Add missing semicolons after cleanup of MoveIt 2021-05-29 00:38:43 +02:00
move_relative.test Add unittest cartesianCollisionMinMaxDistance (#538) 2024-05-27 16:16:57 +02:00
move_to.test add some tests for MoveTo 2021-11-10 13:12:21 +01:00
pick_pa10.cpp Introduce clang-format (#102) 2019-07-18 11:04:35 +02:00
pick_pa10.test fix tests 2018-10-16 23:14:58 +02:00
pick_pr2.cpp Introduce clang-format (#102) 2019-07-18 11:04:35 +02:00
pick_pr2.test Fix trailing white space 2021-04-23 23:49:50 +02:00
pick_ur5.cpp fix pick_ur5 test 2021-05-12 19:21:19 +02:00
pick_ur5.test Fix trailing white space 2021-04-23 23:49:50 +02:00
stage_mockups.cpp Cosmetic fixes 2024-03-09 11:11:01 +01:00
stage_mockups.h Reduce stop time due to preempt (#598) 2024-07-19 15:46:12 +02:00
test_container.cpp Reduce stop time due to preempt (#598) 2024-07-19 15:46:12 +02:00
test_cost_queue.cpp Drop Melodic support 2024-05-23 14:08:49 +02:00
test_cost_terms.cpp Silence gcc's overloaded-virtual warnings 2024-07-11 09:50:35 +02:00
test_fallback.cpp Add unittest for #581 2024-07-17 15:10:53 +02:00
test_interface_state.cpp Rename Interface::Status FAILED -> ARMED 2021-11-21 14:00:50 +01:00
test_mockups.cpp DelayingWrapper stage to delay solution shipping in unit tests 2023-10-20 09:23:32 +02:00
test_move_relative.cpp Add unittest cartesianCollisionMinMaxDistance (#538) 2024-05-27 16:16:57 +02:00
test_move_to.cpp Connect: ensure end-state matches goal state (#532) 2024-02-25 16:58:56 +01:00
test_properties.cpp clang-tidy: modernize-use-override 2020-06-11 11:03:50 +02:00
test_pruning.cpp Add property to enable/disable pruning at runtime (#590) 2024-07-06 16:51:14 +02:00
test_serial.cpp Rename ros-planning org 2024-05-25 21:30:30 +02:00
test_stage.cpp Simplify formatting code with https://github.com/fmtlib (#499) 2024-05-25 19:12:42 +02:00
test_stage.launch adapt tests to new moveit_resources layout (#200) 2020-08-20 11:04:18 +02:00