write move action with moveit
This commit is contained in:
parent
21d58b5992
commit
8c6b912e00
7 changed files with 102 additions and 55 deletions
|
@ -86,7 +86,7 @@ def generate_launch_description():
|
|||
arguments=["rasms_arm_controller", "--controller-manager", "/controller_manager"],
|
||||
)
|
||||
|
||||
"""load_controllers = []
|
||||
load_controllers = []
|
||||
for controller in [
|
||||
"rasms_arm_controller",
|
||||
"joint_state_broadcaster",
|
||||
|
@ -97,17 +97,17 @@ def generate_launch_description():
|
|||
shell=True,
|
||||
output="screen",
|
||||
)
|
||||
]"""
|
||||
]
|
||||
|
||||
return LaunchDescription(
|
||||
launch_args +
|
||||
#load_controllers +
|
||||
load_controllers +
|
||||
[
|
||||
controller_manager,
|
||||
robot_state_publisher,
|
||||
joint_state_publisher,
|
||||
static_tf,
|
||||
joint_state_broadcaster,
|
||||
rasms_arm_controller
|
||||
rasms_arm_controller,
|
||||
joint_state_publisher
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue