Fixed actor plugin deadlock.
This commit is contained in:
@@ -49,7 +49,8 @@ def generate_launch_description():
|
||||
|
||||
Node(
|
||||
package='ros_actor_action_server',
|
||||
executable='ros_actor_action_server'
|
||||
executable='ros_actor_action_server',
|
||||
output='both',
|
||||
),
|
||||
|
||||
IncludeLaunchDescription(
|
||||
@@ -58,11 +59,11 @@ def generate_launch_description():
|
||||
),
|
||||
),
|
||||
|
||||
#IncludeLaunchDescription(
|
||||
# PythonLaunchDescriptionSource(
|
||||
# str(moveit_config.package_path / "launch/move_group.launch.py")
|
||||
# ),
|
||||
#),
|
||||
IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource(
|
||||
str(moveit_config.package_path / "launch/move_group.launch.py")
|
||||
),
|
||||
),
|
||||
|
||||
RegisterEventHandler(
|
||||
event_handler=OnProcessExit(
|
||||
|
||||
Reference in New Issue
Block a user