Add emulate_tty for consistent output from stdout
This commit is contained in:
parent
5c4ea27ed8
commit
4e49ecd156
@ -63,6 +63,7 @@ def generate_launch_description():
|
||||
package='ros_actor_action_server',
|
||||
executable='ros_actor_action_server',
|
||||
output='both',
|
||||
emulate_tty=True,
|
||||
),
|
||||
|
||||
Node(
|
||||
@ -72,8 +73,8 @@ def generate_launch_description():
|
||||
parameters=[
|
||||
{
|
||||
"trees": [
|
||||
get_package_share_directory('btree_trees')+'/trees/actorTree.xml',
|
||||
get_package_share_directory('btree_trees')+'/trees/robotTree.xml'
|
||||
get_package_share_directory('btree_trees')+'/trees/actorTreeCoex.xml',
|
||||
get_package_share_directory('btree_trees')+'/trees/robotTreeCoex.xml'
|
||||
],
|
||||
"areas": [
|
||||
"safeArea",
|
||||
@ -107,7 +108,8 @@ def generate_launch_description():
|
||||
"0, 0.4"
|
||||
]
|
||||
},
|
||||
]
|
||||
],
|
||||
emulate_tty=True,
|
||||
),
|
||||
|
||||
IncludeLaunchDescription(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user