Skip to content

Commit

Permalink
Update system compiler to open a new xterm terminal per node
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Nov 14, 2023
1 parent 0f160b5 commit 4552d11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def generate_launch_description():
«(component as RosNode).name» = Node(
package="«((component as RosNode).from.eContainer.eContainer as AmentPackageImpl).name»",
executable="«((component as RosNode).from.eContainer as Artifact).name»",
prefix = 'xterm -e',
output='screen',
name="«(component as RosNode).name»"
)

Expand Down

0 comments on commit 4552d11

Please sign in to comment.