Skip to content

Commit

Permalink
simplify launch file
Browse files Browse the repository at this point in the history
Signed-off-by: hakuturu583 <[email protected]>
  • Loading branch information
hakuturu583 committed May 1, 2024
1 parent 9a80811 commit 31b11a0
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,8 @@ def description():
namespace="simulation",
output="screen",
parameters=[{"use_sim_time": use_sim_time}]+make_parameters(),
prefix=make_launch_prefix(),
on_exit=ShutdownOnce(),
prefix="perf record -F 10000",
condition=IfCondition(enable_perf),
),
Node(
package="openscenario_interpreter",
executable="openscenario_interpreter_node",
namespace="simulation",
output="screen",
parameters=[{"use_sim_time": use_sim_time}]+make_parameters(),
on_exit=ShutdownOnce(),
condition=UnlessCondition(enable_perf),
),
Node(
package="openscenario_preprocessor",
Expand Down

0 comments on commit 31b11a0

Please sign in to comment.