test scene for pick and place
This commit is contained in:
parent
b4339edc19
commit
91f159e289
18 changed files with 219 additions and 133 deletions
|
@ -67,6 +67,10 @@ def generate_launch_description():
|
|||
executable="spawner.py",
|
||||
arguments=["rasmt_hand_controller", "--controller-manager", "/controller_manager"],
|
||||
)
|
||||
action_server_controller_hand_node = Node(
|
||||
package="robossembler_servers",
|
||||
executable="gripper_cmd_node"
|
||||
)
|
||||
|
||||
return LaunchDescription(
|
||||
launch_args + [
|
||||
|
@ -74,5 +78,6 @@ def generate_launch_description():
|
|||
robot_state_publisher,
|
||||
joint_state_broadcaster,
|
||||
controller_arm,
|
||||
controller_hand
|
||||
controller_hand,
|
||||
action_server_controller_hand_node
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue