Skip to content

Commit

Permalink
Fix MTC unittests for new pipeline refactoring (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Dec 8, 2023
1 parent 5319a65 commit 8fc2016
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 8fc2016

Please sign in to comment.