Skip to content

Commit

Permalink
Fix MTC unittests for new pipeline refactoring (moveit#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored and rhaschke committed Mar 7, 2024
1 parent 11c3126 commit f661c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/test_pipeline_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace moveit::task_constructor;
struct PipelinePlannerTest : public testing::Test
{
PipelinePlannerTest() {
node->declare_parameter<std::string>("STOMP.planning_plugin", "stomp_moveit/StompPlanner");
node->declare_parameter<std::vector<std::string>>("STOMP.planning_plugins", { "stomp_moveit/StompPlanner" });
};
const rclcpp::Node::SharedPtr node = rclcpp::Node::make_shared("test_pipeline_planner");
const moveit::core::RobotModelPtr robot_model = getModel();
Expand Down

0 comments on commit f661c18

Please sign in to comment.