mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
more todo
This commit is contained in:
parent
6d6f185870
commit
90b0b006eb
@ -122,6 +122,7 @@ bool MoveRelative::compute(const InterfaceState &state, planning_scene::Planning
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Cartesian targets require the link name
|
// Cartesian targets require the link name
|
||||||
|
// TODO: use ik_frame property as in ComputeIK
|
||||||
std::string link_name = props.get<std::string>("link");
|
std::string link_name = props.get<std::string>("link");
|
||||||
const moveit::core::LinkModel* link;
|
const moveit::core::LinkModel* link;
|
||||||
if (link_name.empty())
|
if (link_name.empty())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user