update
This commit is contained in:
parent
a2bebb5be9
commit
49afcce5b2
|
|
@ -61,7 +61,9 @@ namespace custom_planner
|
||||||
|
|
||||||
initialized_ = true;
|
initialized_ = true;
|
||||||
printf("[custom_planner] Initialized successfully");
|
printf("[custom_planner] Initialized successfully");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CustomPlanner::makePlan(const robot_protocol_msgs::Order& msg,
|
bool CustomPlanner::makePlan(const robot_protocol_msgs::Order& msg,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user