mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
fix typo
This commit is contained in:
parent
789b94c2ac
commit
d33aec2715
@ -39,7 +39,7 @@ moveit::task_constructor::Task::Task(){
|
||||
| moveit_msgs::PlanningSceneComponents::OBJECT_COLORS;
|
||||
|
||||
if(!client.call(req, res)){
|
||||
throw Exception("Task failed to aquire current PlanningScene");
|
||||
throw Exception("Task failed to acquire current PlanningScene");
|
||||
}
|
||||
|
||||
scene_.reset(new planning_scene::PlanningScene(rml_->getModel()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user