fix some errors after merge
This commit is contained in:
parent
c8fb83c7a1
commit
da19232a36
2 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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"});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue