fix some errors after merge

This commit is contained in:
Splinter1984 2022-01-19 23:20:45 +08:00
parent c8fb83c7a1
commit da19232a36
2 changed files with 1 additions and 2 deletions

View file

@ -162,7 +162,6 @@ namespace task_planner
RCLCPP_INFO(LOGGER, "Planning success");
move_group_interface.execute(my_plan);
move_group_interface.move();
counter_++;
} else {
RCLCPP_WARN(LOGGER, "Failed to generate a plan");

View file

@ -37,7 +37,7 @@ public:
void init_knowledge()
{
problem_expert_->addInstance(plansys2::Instance{"rasmt", "robot"});
problem_expert_->addInstance(plansys2::Instance{"rasmt_arm_group", "robot"});
problem_expert_->addInstance(plansys2::Instance{"one", "zone"});
}