add moveit skill with orientation constraints to launch file
This commit is contained in:
parent
ec95ec521a
commit
41522772eb
1 changed files with 13 additions and 0 deletions
|
@ -105,6 +105,19 @@ def launch_setup(context, *args, **kwargs):
|
||||||
],
|
],
|
||||||
condition=IfCondition(use_moveit),
|
condition=IfCondition(use_moveit),
|
||||||
),
|
),
|
||||||
|
ComposableNode(
|
||||||
|
package="rbs_skill_servers",
|
||||||
|
plugin="rbs_skill_actions::MoveitMtpOrientationConstraint",
|
||||||
|
name="mtp_moveit_orientation_constraint",
|
||||||
|
parameters=[
|
||||||
|
robot_description,
|
||||||
|
robot_description_semantic,
|
||||||
|
{"use_sim_time": use_sim_time},
|
||||||
|
{"base_link": base_link_name},
|
||||||
|
{"ee_link": ee_link_name},
|
||||||
|
],
|
||||||
|
condition=IfCondition(use_moveit),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue