Skip to content

Commit

Permalink
autoware-on-linux xx1 ver-20240104
Browse files Browse the repository at this point in the history
  • Loading branch information
sykwer committed Jan 3, 2024
1 parent e46255e commit c7bf8f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
neighborhood_search_method: 0

# Number of threads used for parallel computing
num_threads: 4
num_threads: 2

# The covariance of output pose
# Do note that this covariance matrix is empirically derived
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
max_area_matrix:
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
[ 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #UNKNOWN
0.000, 0.000, 36.000, 0.000, inf, 0.000, 0.000, 0.000, #CAR
0.000, 0.000, 0.000, 0.000, inf, 0.000, 0.000, 0.000, #TRUCK
0.000, 0.000, 0.000, 0.000, inf, 0.000, 0.000, 0.000, #BUS
0.000, 0.000, 36.000, 0.000, 10000.0, 0.000, 0.000, 0.000, #CAR
0.000, 0.000, 0.000, 0.000, 10000.0, 0.000, 0.000, 0.000, #TRUCK
0.000, 0.000, 0.000, 0.000, 10000.0, 0.000, 0.000, 0.000, #BUS
0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #TRAILER
0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #MOTORBIKE
0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #BICYCLE
Expand Down
4 changes: 2 additions & 2 deletions autoware_launch/launch/pointcloud_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def add_launch_arg(name: str, default_value=None):
pointcloud_container = ComposableNodeContainer(
name=LaunchConfiguration("container_name"),
namespace="/",
package="rclcpp_components",
executable=LaunchConfiguration("container_executable"),
package="rclcpp_component_container_callback_isolated",
executable="component_container_callback_isolated",
composable_node_descriptions=[],
output="screen",
)
Expand Down

0 comments on commit c7bf8f3

Please sign in to comment.