Skip to content

Commit

Permalink
apply Agnocast
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc committed Nov 26, 2024
1 parent cd07852 commit 6012c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ def create_parameter_dict(*args):
executable=LaunchConfiguration("container_executable"),
composable_node_descriptions=nodes,
output="both",
additional_env={
'LD_PRELOAD': 'libagnocast_heaphook.so',
'MEMPOOL_SIZE': '1073741824', # 1GB
},
)

driver_component = ComposableNode(
Expand Down

0 comments on commit 6012c97

Please sign in to comment.