Fixed actor plugin deadlock.

This commit is contained in:
Bastian Hofmann
2023-02-23 13:58:02 +00:00
parent c1f72961f3
commit 329d3fe6ec
4 changed files with 33 additions and 25 deletions

View File

@@ -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(