Skip to content

Instantly share code, notes, and snippets.

@mkakh
Last active June 6, 2024 14:05
Show Gist options
  • Save mkakh/2df1b17cb68f9f65dd26f44b604c3026 to your computer and use it in GitHub Desktop.
Save mkakh/2df1b17cb68f9f65dd26f44b604c3026 to your computer and use it in GitHub Desktop.
$ rm -rf autoware autoware_data/ .ansible/ .ros/
$ sudo apt update -y 
$ sudo apt upgrade -y

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  libde265-dev libjs-jquery-ui libpathplan4 libopenexr-dev graphviz
  libavdevice58 libgvpr2 libgvc6 ffmpeg libopenexr25 python3-scipy
  libpostproc55 libcgraph6 libswscale-dev libcdt5 libavcodec58 libavutil56
  libswscale5 libavutil-dev liblab-gamut1 libswresample3 libavformat58
  libpmix-dev libavformat-dev libavcodec-dev libde265-0 libpmix2
  libswresample-dev libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following packages have been kept back:
  bind9-dnsutils bind9-host bind9-libs libcudnn8 libcudnn8-dev libnvinfer-dev
  libnvinfer-headers-dev libnvinfer-headers-plugin-dev libnvinfer-plugin-dev
  libnvonnxparsers-dev python3-update-manager update-manager
  update-manager-core
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
$ git clone https://github.com/autowarefoundation/autoware.git  && cd autoware

Cloning into 'autoware'...
remote: Enumerating objects: 63423, done.
remote: Counting objects: 100% (701/701), done.
remote: Compressing objects: 100% (281/281), done.
remote: Total 63423 (delta 459), reused 542 (delta 364), pack-reused 62722
Receiving objects: 100% (63423/63423), 211.91 MiB | 12.70 MiB/s, done.
Resolving deltas: 100% (33740/33740), done.
Setting up the build environment can take up to 1 hour.
>  Are you sure you want to run setup? [y/N] /home/hasegawa/.local/bin is already in PATH.

⚠️  All pipx binary directories have been added to PATH. If you are sure you
want to proceed, try again with the '--force' flag.

Otherwise pipx is ready to go! ✨ 🌟 ✨
creating virtual environment...
installing ansible from spec 'ansible==6.*'...
done! ✨ 🌟 ✨
Installing to existing venv 'ansible'
  installed package ansible 6.7.0, installed using Python 3.10.12
  These apps are now globally available
    - ansible
    - ansible-community
    - ansible-config
    - ansible-connection
    - ansible-console
    - ansible-doc
    - ansible-galaxy
    - ansible-inventory
    - ansible-playbook
    - ansible-pull
    - ansible-test
    - ansible-vault
�ansible-galaxy collection install -f -r /home/hasegawa/autoware/ansible-galaxy-requirements.yaml �
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Installing 'autoware.dev_env:0.1.0' to '/home/hasegawa/.ansible/collections/ansible_collections/autoware/dev_env'
Created collection for autoware.dev_env:0.1.0 at /home/hasegawa/.ansible/collections/ansible_collections/autoware/dev_env
autoware.dev_env:0.1.0 was installed successfully
�ansible-playbook autoware.dev_env.universe --ask-become-pass --extra-vars install_devel=y --extra-vars data_dir=/home/hasegawa/autoware_data --extra-vars rosdistro=humble --extra-vars rmw_implementation=rmw_cyclonedds_cpp --extra-vars base_image=ros:humble-ros-base-jammy --extra-vars cuda_version=12.3 --extra-vars cudnn_version=8.9.5.29-1+cuda12.2 --extra-vars tensorrt_version=8.6.1.6-1+cuda12.0 --extra-vars pre_commit_clang_format_version=17.0.5 �
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'
[WARNING]: running playbook inside collection autoware.dev_env
[Warning] Some Autoware components depend on the CUDA, cuDNN and TensorRT NVIDIA libraries which have end-user license agreements that should be reviewed before installation.
Install NVIDIA libraries? [y/N]: [Warning] Should the ONNX model files and other artifacts be downloaded alongside setting up the development environment.
Download artifacts? [y/N]: 
PLAY [Set up source development environments for Autoware Universe] ************

TASK [Gathering Facts] *********************************************************
ok: [localhost]

TASK [Verify OS] ***************************************************************
skipping: [localhost]

TASK [Print args] **************************************************************
ok: [localhost] => {
    "msg": [
        {
            "rosdistro": "humble"
        },
        {
            "rmw_implementation": "rmw_cyclonedds_cpp"
        },
        {
            "cuda_version": "12.3"
        },
        {
            "cudnn_version": "8.9.5.29-1+cuda12.2"
        },
        {
            "tensorrt_version": "8.6.1.6-1+cuda12.0"
        }
    ]
}

TASK [Show a warning if the NVIDIA libraries will not be installed] ************
skipping: [localhost]

TASK [autoware.dev_env.ros2 : Install dependencies for setting up apt sources] ***
ok: [localhost]

TASK [autoware.dev_env.ros2 : Authorize ROS GPG key] ***************************
ok: [localhost]

TASK [autoware.dev_env.ros2 : Save result of 'dpkg --print-architecture'] ******
ok: [localhost]

TASK [autoware.dev_env.ros2 : Save result of 'source /etc/os-release && echo $UBUNTU_CODENAME'] ***
ok: [localhost]

TASK [autoware.dev_env.ros2 : Add ROS 2 apt repository to source list] *********
ok: [localhost]

TASK [autoware.dev_env.ros2 : Hold check of ros-humble-desktop] ****************
ok: [localhost]

TASK [autoware.dev_env.ros2 : Install ros-humble-desktop] **********************
ok: [localhost]

TASK [autoware.dev_env.ros2 : Display warning if ROS 2 package is held] ********
ok: [localhost] => {
    "msg": "ROS package 'ros-humble-desktop' is apt-mark hold. Skipping installation."
}

TASK [autoware.dev_env.ros2 : Add PATH to .bashrc] *****************************
ok: [localhost]

TASK [autoware.dev_env.ros2_dev_tools : Install apt packages] ******************
ok: [localhost]

TASK [autoware.dev_env.ros2_dev_tools : Run 'sudo rosdep init'] ****************
ok: [localhost]

TASK [autoware.dev_env.rmw_implementation : Get dash-case name of rmw_implementation] ***
ok: [localhost]

TASK [autoware.dev_env.rmw_implementation : Hold check of ros-humble-rmw-cyclonedds-cpp] ***
ok: [localhost]

TASK [autoware.dev_env.rmw_implementation : Install ros-humble-rmw-cyclonedds-cpp] ***
ok: [localhost]

TASK [autoware.dev_env.rmw_implementation : Display warning if ROS 2 RMW package is held] ***
ok: [localhost] => {
    "msg": "ROS 2 RMW package 'ros-humble-rmw-cyclonedds-cpp' is apt-mark hold. Skipping installation."
}

TASK [autoware.dev_env.rmw_implementation : Add RMW_IMPLEMENTATION to .bashrc] ***
ok: [localhost]

TASK [autoware.dev_env.gdown : Install gdown to download files from CMakeLists.txt] ***
ok: [localhost]

TASK [autoware.dev_env.build_tools : Install ccache] ***************************
ok: [localhost]

TASK [autoware.dev_env.build_tools : Add CCACHE_DIR to .bashrc] ****************
ok: [localhost]

TASK [autoware.dev_env.build_tools : Export CC to ccache] **********************
ok: [localhost]

TASK [autoware.dev_env.build_tools : Export CXX to ccache] *********************
ok: [localhost]

TASK [autoware.dev_env.build_tools : Create ccache directory] ******************
ok: [localhost]

TASK [autoware.dev_env.build_tools : Source .bashrc] ***************************
ok: [localhost]

TASK [autoware.dev_env.geographiclib : Install geographiclib-tools] ************
ok: [localhost]

TASK [autoware.dev_env.geographiclib : Install egm2008-1] **********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Get CUDA architecture name] **********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Remove old /etc/apt/sources.list.d/cuda.list] ****
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA keyring] ****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Get dash-case name of cuda_version] **************
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA devel libraries except for cuda-drivers] ***
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA libraries except for cuda-drivers] ***
skipping: [localhost]

TASK [autoware.dev_env.cuda : Install extra CUDA libraries for x86_64] *********
ok: [localhost]

TASK [autoware.dev_env.cuda : Install cuda-drivers] ****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Add PATH to .bashrc] *****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Add LD_LIBRARY_PATH to bashrc] *******************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create Vulkan directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create OpenGL directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create OpenCL directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Register Vulkan GPU vendors] *********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for Vulkan GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.cuda : Register OpenGL GPU vendors] *********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for OpenGL GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.cuda : Register OpenCL GPU vendors] *********************
changed: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for OpenCL GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.pacmod : Install apt-transport-https] *******************
ok: [localhost]

TASK [autoware.dev_env.pacmod : Save result of 'lsb_release -sc'] **************
ok: [localhost]

TASK [autoware.dev_env.pacmod : Add AutonomouStuff apt repository to source list] ***
ok: [localhost]

TASK [autoware.dev_env.pacmod : Add AutonomouStuff rosdep yaml] ****************
ok: [localhost]

TASK [autoware.dev_env.cuda : Get CUDA architecture name] **********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Remove old /etc/apt/sources.list.d/cuda.list] ****
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA keyring] ****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Get dash-case name of cuda_version] **************
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA devel libraries except for cuda-drivers] ***
ok: [localhost]

TASK [autoware.dev_env.cuda : Install CUDA libraries except for cuda-drivers] ***
skipping: [localhost]

TASK [autoware.dev_env.cuda : Install extra CUDA libraries for x86_64] *********
ok: [localhost]

TASK [autoware.dev_env.cuda : Install cuda-drivers] ****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Add PATH to .bashrc] *****************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Add LD_LIBRARY_PATH to bashrc] *******************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create Vulkan directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create OpenGL directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Create OpenCL directory] *************************
ok: [localhost]

TASK [autoware.dev_env.cuda : Register Vulkan GPU vendors] *********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for Vulkan GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.cuda : Register OpenGL GPU vendors] *********************
ok: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for OpenGL GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.cuda : Register OpenCL GPU vendors] *********************
changed: [localhost]

TASK [autoware.dev_env.cuda : Set permissions for OpenCL GPU vendors] **********
ok: [localhost]

TASK [autoware.dev_env.tensorrt : Install cuDNN and TensorRT] ******************
ok: [localhost]

TASK [autoware.dev_env.tensorrt : Install cuDNN and TensorRT Dev] **************
ok: [localhost]

TASK [autoware.dev_env.tensorrt : Prevent CUDA-related packages from upgrading] ***
ok: [localhost] => (item=libcudnn8)
ok: [localhost] => (item=libnvinfer8)
ok: [localhost] => (item=libnvinfer-plugin8)
ok: [localhost] => (item=libnvparsers8)
ok: [localhost] => (item=libnvonnxparsers8)

TASK [autoware.dev_env.tensorrt : Prevent CUDA-related Dev packages from upgrading] ***
ok: [localhost] => (item=libcudnn8-dev)
ok: [localhost] => (item=libnvinfer-dev)
ok: [localhost] => (item=libnvinfer-plugin-dev)
ok: [localhost] => (item=libnvinfer-headers-dev)
ok: [localhost] => (item=libnvinfer-headers-plugin-dev)
ok: [localhost] => (item=libnvparsers-dev)
ok: [localhost] => (item=libnvonnxparsers-dev)

TASK [autoware.dev_env.dev_tools : Install Git LFS] ****************************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Check if git lfs is installed] **************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Setup Git LFS] ******************************
skipping: [localhost]

TASK [autoware.dev_env.dev_tools : Install pre-commit] *************************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Install clang-format] ***********************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Install Go] *********************************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Hold check of ros-humble-plotjuggler-ros] ***
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Install plotjuggler] ************************
ok: [localhost]

TASK [autoware.dev_env.dev_tools : Display warning if plotjuggler-ros package is held] ***
ok: [localhost] => {
    "msg": "ROS package 'ros-humble-plotjuggler-ros' is apt-mark hold. Skipping installation."
}

TASK [autoware.dev_env.artifacts : Create yabloc_pose_initializer directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download yabloc_pose_initializer/resources.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Extract yabloc_pose_initializer/resources.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create image_projection_based_fusion directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download image_projection_based_fusion/pts_voxel_encoder_pointpainting.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download image_projection_based_fusion/pts_backbone_neck_head_pointpainting.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download image_projection_based_fusion/detection_class_remapper.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download image_projection_based_fusion/pointpainting_ml_package.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create lidar_apollo_instance_segmentation directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_apollo_instance_segmentation/vlp-16.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_apollo_instance_segmentation/hdl-64.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_apollo_instance_segmentation/vls-128.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create lidar_centerpoint directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/pts_voxel_encoder_centerpoint.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/pts_backbone_neck_head_centerpoint.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/pts_voxel_encoder_centerpoint_tiny.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/pts_backbone_neck_head_centerpoint_tiny.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/centerpoint_ml_package.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/centerpoint_ml_package.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/centerpoint_sigma_ml_package.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/detection_class_remapper.param.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download lidar_centerpoint/deploy_metadata.yaml] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create tensorrt_yolox directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-tiny.onnx] ****
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-opt.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-opt.EntropyV2-calibration.table] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-T4-960x960-pseudo-finetune.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-T4-960x960-pseudo-finetune.EntropyV2-calibration.table] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/label.txt] **********
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.EntropyV2-calibration.table] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download tensorrt_yolox/semseg_color_map.csv] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create traffic_light_classifier directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_mobilenetv2_batch_1.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_mobilenetv2_batch_4.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_mobilenetv2_batch_6.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_efficientNet_b1_batch_1.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_efficientNet_b1_batch_4.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/traffic_light_classifier_efficientNet_b1_batch_6.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/ped_traffic_light_classifier_mobilenetv2_batch_1.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/ped_traffic_light_classifier_mobilenetv2_batch_4.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/ped_traffic_light_classifier_mobilenetv2_batch_6.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/lamp_labels.txt] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_classifier/lamp_labels_ped.txt] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create traffic_light_fine_detector directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_fine_detector/tlr_car_ped_yolox_s_batch_1.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_fine_detector/tlr_car_ped_yolox_s_batch_4.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_fine_detector/tlr_car_ped_yolox_s_batch_6.onnx] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download traffic_light_fine_detector/tlr_labels.txt] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create tvm_utility/models directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download yolo_v2_tiny-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create yolo_v2_tiny folder in tvm_utility/models of /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Extract yolo_v2_tiny-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create lidar_centerpoint_tvm/models directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download centerpoint_encoder-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create centerpoint_encoder folder in lidar_centerpoint_tvm/models of /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Extract centerpoint_encoder-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download centerpoint_backbone-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create centerpoint_backbone folder in lidar_centerpoint_tvm/models of /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Extract centerpoint_backbone-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create lidar_apollo_segmentation_tvm/models directory inside /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Download baidu_cnn-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Create baidu_cnn folder in lidar_apollo_segmentation_tvm/models of /home/hasegawa/autoware_data] ***
changed: [localhost]

TASK [autoware.dev_env.artifacts : Extract baidu_cnn-x86_64-llvm-3.0.0-20221221.tar.gz] ***
changed: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=143  changed=66   unreachable=0    failed=0    skipped=5    rescued=0    ignored=0   

Completed.
$ mkdir src
 
$ vcs import src < autoware.repos
.............................
=== src/core/autoware.core (git) ===
Cloning into '.'...
=== src/core/autoware_adapi_msgs (git) ===
Cloning into '.'...
=== src/core/autoware_common (git) ===
Cloning into '.'...
=== src/core/autoware_internal_msgs (git) ===
Cloning into '.'...
=== src/core/autoware_msgs (git) ===
Cloning into '.'...
=== src/core/external/autoware_auto_msgs (git) ===
Cloning into '.'...
=== src/launcher/autoware_launch (git) ===
Cloning into '.'...
=== src/param/autoware_individual_params (git) ===
Cloning into '.'...
=== src/sensor_component/external/nebula (git) ===
Cloning into '.'...
=== src/sensor_component/external/sensor_component_description (git) ===
Cloning into '.'...
=== src/sensor_component/external/tamagawa_imu_driver (git) ===
Cloning into '.'...
=== src/sensor_component/external/transport_drivers (git) ===
Cloning into '.'...
=== src/sensor_kit/awsim_labs_sensor_kit_launch (git) ===
Cloning into '.'...
=== src/sensor_kit/external/awsim_sensor_kit_launch (git) ===
Cloning into '.'...
=== src/sensor_kit/sample_sensor_kit_launch (git) ===
Cloning into '.'...
=== src/universe/autoware.universe (git) ===
Cloning into '.'...
=== src/universe/external/ament_cmake (git) ===
Cloning into '.'...
=== src/universe/external/eagleye (git) ===
Cloning into '.'...
=== src/universe/external/glog (git) ===
Cloning into '.'...
=== src/universe/external/llh_converter (git) ===
Cloning into '.'...
=== src/universe/external/morai_msgs (git) ===
Cloning into '.'...
=== src/universe/external/muSSP (git) ===
Cloning into '.'...
=== src/universe/external/ndt_omp (git) ===
Cloning into '.'...
=== src/universe/external/pointcloud_to_laserscan (git) ===
Cloning into '.'...
=== src/universe/external/rtklib_ros_bridge (git) ===
Cloning into '.'...
=== src/universe/external/tier4_ad_api_adaptor (git) ===
Cloning into '.'...
=== src/universe/external/tier4_autoware_msgs (git) ===
Cloning into '.'...
=== src/vehicle/external/pacmod_interface (git) ===
Cloning into '.'...
=== src/vehicle/sample_vehicle_launch (git) ===
Cloning into '.'...
$ rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO

ERROR: your rosdep installation has not been initialized yet.  Please run:

    rosdep update

$ rosdep update
reading in sources list data from /etc/ros/rosdep/sources.list.d
Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yaml
Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml
Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml
Hit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml
Hit https://raw.githubusercontent.com/ros/rosdistro/master/releases/fuerte.yaml
Hit https://s3.amazonaws.com/autonomoustuff-repo/autonomoustuff-public-humble.yaml
Query rosdistro index https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yaml
Skip end-of-life distro "ardent"
Skip end-of-life distro "bouncy"
Skip end-of-life distro "crystal"
Skip end-of-life distro "dashing"
Skip end-of-life distro "eloquent"
Skip end-of-life distro "foxy"
Skip end-of-life distro "galactic"
Skip end-of-life distro "groovy"
Add distro "humble"
Skip end-of-life distro "hydro"
Skip end-of-life distro "indigo"
Add distro "iron"
Skip end-of-life distro "jade"
Add distro "jazzy"
Skip end-of-life distro "kinetic"
Skip end-of-life distro "lunar"
Skip end-of-life distro "melodic"
Add distro "noetic"
Add distro "rolling"
updated cache in /home/hasegawa/.ros/rosdep/sources.cache

$ rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
#All required rosdeps installed successfully
$ MAKEFLAGS="-j2 -l2" colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

[0.947s] WARNING:colcon.colcon_core.package_selection:Some selected packages are already built in one or more underlay workspaces:
	'ament_cmake_auto' is in: /opt/ros/humble
	'ament_cmake_test' is in: /opt/ros/humble
	'ament_cmake_gtest' is in: /opt/ros/humble
	'ament_cmake_core' is in: /opt/ros/humble
	'ament_cmake_gmock' is in: /opt/ros/humble
	'ament_cmake_pytest' is in: /opt/ros/humble
	'ament_cmake' is in: /opt/ros/humble
If a package in a merged underlay workspace is overridden and it installs headers, then all packages in the overlay must sort their include directories by workspace order. Failure to do so may result in build failures or undefined behavior at run time.
If the overridden package is used by another package in any underlay, then the overriding package in the overlay must be API and ABI compatible or undefined behavior at run time may occur.

If you understand the risks and want to override a package anyways, add the following to the command line:
	--allow-overriding ament_cmake ament_cmake_auto ament_cmake_core ament_cmake_gmock ament_cmake_gtest ament_cmake_pytest ament_cmake_test

This may be promoted to an error in a future release of colcon-override-check.
Starting >>> ament_cmake_core
Finished <<< ament_cmake_core [0.77s]
Starting >>> ament_cmake_libraries
Starting >>> ament_cmake_export_libraries
Starting >>> ament_cmake_python
Starting >>> ament_cmake_include_directories
Starting >>> ament_cmake_export_definitions
Starting >>> ament_cmake_export_include_directories
Starting >>> ament_cmake_export_link_flags
Starting >>> ament_cmake_version
Finished <<< ament_cmake_include_directories [0.46s]
Finished <<< ament_cmake_libraries [0.48s]
Finished <<< ament_cmake_version [0.48s]
Starting >>> ament_cmake_export_dependencies
Starting >>> ament_cmake_target_dependencies
Finished <<< ament_cmake_export_include_directories [0.50s]
Finished <<< ament_cmake_python [0.51s]
Finished <<< ament_cmake_export_link_flags [0.50s]
Finished <<< ament_cmake_export_definitions [0.52s]
Starting >>> ament_cmake_test
Finished <<< ament_cmake_export_libraries [0.53s]
Starting >>> ament_cmake_export_interfaces
Starting >>> ament_cmake_export_targets
Finished <<< ament_cmake_target_dependencies [0.49s]
Finished <<< ament_cmake_export_dependencies [0.49s]
Finished <<< ament_cmake_export_targets [0.46s]
Finished <<< ament_cmake_export_interfaces [0.47s]
Finished <<< ament_cmake_test [0.81s]
Starting >>> ament_cmake_gtest
Starting >>> autoware_lint_common
Starting >>> ament_cmake_google_benchmark
Starting >>> ament_cmake_nose
Starting >>> ament_cmake_pytest
Starting >>> ament_cmake_vendor_package
Finished <<< autoware_lint_common [0.46s]
Finished <<< ament_cmake_nose [0.46s]
Finished <<< ament_cmake_gtest [0.49s]
Starting >>> ament_cmake_gen_version_h
Starting >>> ament_cmake_gmock
Finished <<< ament_cmake_vendor_package [0.51s]
Finished <<< ament_cmake_google_benchmark [0.84s]
Finished <<< ament_cmake_pytest [0.90s]
Finished <<< ament_cmake_gmock [0.44s]
Finished <<< ament_cmake_gen_version_h [6.95s]
Starting >>> ament_cmake
Finished <<< ament_cmake [0.43s]
Starting >>> ament_cmake_auto
Starting >>> tensorrt_common
Starting >>> velodyne_description
Starting >>> morai_msgs
Finished <<< ament_cmake_auto [0.51s]
Starting >>> autoware_cmake
Starting >>> autoware_common_msgs
Starting >>> autoware_planning_msgs
Starting >>> autoware_perception_msgs
Starting >>> tier4_debug_msgs
Starting >>> autoware_internal_msgs
Starting >>> autoware_adapi_v1_msgs
Starting >>> autoware_map_msgs
Starting >>> autoware_control_msgs
Starting >>> tier4_map_msgs
Starting >>> tier4_v2x_msgs
Starting >>> tier4_rtc_msgs
Starting >>> tier4_external_api_msgs
Starting >>> autoware_system_msgs
Starting >>> glog
Starting >>> boost_io_context
Starting >>> nebula_common
Starting >>> nebula_msgs
Starting >>> pandar_msgs
Starting >>> robosense_msgs
Starting >>> rtklib_msgs
Finished <<< velodyne_description [0.85s]
Starting >>> boost_tcp_driver
Finished <<< autoware_cmake [0.91s]
Starting >>> autoware_utils
Finished <<< tensorrt_common [8.84s]
Starting >>> osqp_interface
Finished <<< autoware_common_msgs [12.2s]
Starting >>> tier4_system_msgs
Finished <<< rtklib_msgs [13.0s]
Starting >>> tier4_control_msgs
Finished <<< tier4_map_msgs [13.3s]
Starting >>> tier4_localization_msgs
Finished <<< nebula_msgs [14.5s]
Starting >>> signal_processing
Finished <<< autoware_internal_msgs [15.0s]
Starting >>> autoware_auto_common
--- stderr: nebula_common
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_common [16.3s]
Starting >>> autoware_point_types
Finished <<< boost_io_context [16.3s]
Starting >>> tier4_pcl_extensions
Finished <<< robosense_msgs [18.8s]
Starting >>> continental_msgs
Finished <<< pandar_msgs [19.1s]
Starting >>> autoware_ad_api_specs
Finished <<< autoware_ad_api_specs [1.38s]
Starting >>> boost_udp_driver
Finished <<< autoware_system_msgs [21.8s]
Starting >>> continental_srvs
Finished <<< autoware_control_msgs [24.4s]
Starting >>> cuda_utils
Finished <<< cuda_utils [1.62s]
Starting >>> eagleye_msgs
Finished <<< autoware_point_types [10.8s]
Starting >>> autoware_auto_geometry_msgs
Finished <<< tier4_v2x_msgs [28.4s]
Starting >>> kalman_filter
Finished <<< osqp_interface [20.4s]
Starting >>> eagleye_coordinate
Finished <<< autoware_utils [29.5s]
Starting >>> mussp
Finished <<< tier4_localization_msgs [17.2s]
Starting >>> autoware_testing
Finished <<< signal_processing [16.2s]
Starting >>> velodyne_monitor
Finished <<< autoware_testing [1.38s]
Starting >>> autoware_sensing_msgs
Finished <<< boost_tcp_driver [32.4s]
Starting >>> tier4_simulation_msgs
Finished <<< autoware_auto_common [21.6s]
Starting >>> image_transport_decompressor
Finished <<< mussp [6.97s]
Starting >>> fake_test_node
Finished <<< autoware_planning_msgs [40.4s]
Starting >>> autoware_vehicle_msgs
Finished <<< continental_msgs [24.6s]
Starting >>> tier4_planning_msgs
--- stderr: eagleye_coordinate
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/geoid_per_minute.cpp: In function ‘double** read_geoid_map()’:
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/geoid_per_minute.cpp:61:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   61 |     for (int i = 2; i < row; i++)
      |                     ~~^~~~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/geoid_per_minute.cpp:82:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   82 |         if (j >= column)
      |             ~~^~~~~~~~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/convertheight.cpp: In member function ‘double ConvertHeight::convert2altitude()’:
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/convertheight.cpp:51:45: warning: catching polymorphic type ‘const class GeographicLib::GeographicErr’ by value [-Wcatch-value=]
   51 |   catch (const GeographicLib::GeographicErr err)
      |                                             ^~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/convertheight.cpp: In member function ‘double ConvertHeight::convert2ellipsoid()’:
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_core/coordinate/src/convertheight.cpp:67:45: warning: catching polymorphic type ‘const class GeographicLib::GeographicErr’ by value [-Wcatch-value=]
   67 |   catch (const GeographicLib::GeographicErr err)
      |                                             ^~~
---
Finished <<< eagleye_coordinate [14.7s]
Starting >>> nebula_decoders
Finished <<< autoware_auto_geometry_msgs [19.6s]
Starting >>> autoware_auto_perception_msgs
Finished <<< continental_srvs [25.0s]
Starting >>> autoware_adapi_version_msgs
Finished <<< glog [46.9s]
Starting >>> autoware_auto_mapping_msgs
Finished <<< autoware_map_msgs [47.5s]
Starting >>> lanelet2_extension
Finished <<< autoware_sensing_msgs [15.8s]
Starting >>> ndt_omp
Finished <<< tier4_control_msgs [38.2s]
Starting >>> tier4_vehicle_msgs
Finished <<< tier4_debug_msgs [52.4s]
Starting >>> pointcloud_to_laserscan
Finished <<< tier4_rtc_msgs [54.3s]
Starting >>> rtc_interface
Finished <<< tier4_pcl_extensions [38.6s]
Starting >>> tamagawa_imu_driver
Finished <<< tier4_simulation_msgs [22.2s]
Starting >>> learning_based_vehicle_model
Finished <<< autoware_adapi_version_msgs [10.9s]
Starting >>> perception_utils
Finished <<< image_transport_decompressor [21.4s]
Starting >>> topic_state_monitor
Finished <<< perception_utils [1.89s]
Starting >>> tree_structured_parzen_estimator
Finished <<< kalman_filter [34.4s]
Starting >>> tvm_utility
Finished <<< velodyne_monitor [33.3s]
Starting >>> tensorrt_classifier
Finished <<< learning_based_vehicle_model [9.89s]
Starting >>> control_evaluator
Finished <<< tree_structured_parzen_estimator [6.65s]
Starting >>> glog_component
Finished <<< rtc_interface [12.7s]
Starting >>> yabloc_monitor
Finished <<< tvm_utility [8.24s]
Starting >>> autoware_auto_control_msgs
Finished <<< autoware_auto_mapping_msgs [24.6s]
Starting >>> autoware_auto_planning_msgs
Finished <<< fake_test_node [36.3s]
Starting >>> autoware_auto_system_msgs
--- stderr: tensorrt_classifier
CMake Warning (dev) at CMakeLists.txt:11 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable TENSORRT_ROOT is set to:

    /usr

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< tensorrt_classifier [11.2s]
Starting >>> llh_converter
Finished <<< glog_component [11.5s]
Starting >>> pose2twist
Finished <<< autoware_perception_msgs [1min 21s]
Starting >>> tier4_perception_msgs
Finished <<< llh_converter [6.70s]
Starting >>> object_range_splitter
Finished <<< topic_state_monitor [26.8s]
Starting >>> tier4_vehicle_launch
Finished <<< control_evaluator [20.9s]
Starting >>> autoware_localization_msgs
Finished <<< tier4_vehicle_launch [1.29s]
Starting >>> awsim_labs_sensor_kit_description
Finished <<< awsim_labs_sensor_kit_description [1.26s]
Starting >>> awsim_sensor_kit_description
Finished <<< tamagawa_imu_driver [33.6s]
Starting >>> camera_description
Finished <<< awsim_sensor_kit_description [1.38s]
Starting >>> eagleye_can_velocity_converter
Finished <<< camera_description [1.20s]
Starting >>> eagleye_tf
Finished <<< eagleye_tf [1.29s]
Starting >>> imu_description
Finished <<< eagleye_msgs [1min 5s]
Starting >>> eagleye_navigation
Finished <<< imu_description [1.20s]
Starting >>> eagleye_geo_pose_fusion
Finished <<< autoware_vehicle_msgs [52.9s]
Starting >>> shift_decider
Finished <<< autoware_auto_control_msgs [22.8s]
Starting >>> individual_params
Finished <<< yabloc_monitor [27.1s]
Starting >>> livox_description
Finished <<< individual_params [1.34s]
Starting >>> pandar_description
Finished <<< livox_description [1.23s]
Starting >>> radar_description
Finished <<< pandar_description [1.27s]
Starting >>> sample_sensor_kit_description
Finished <<< radar_description [1.21s]
Starting >>> sample_vehicle_description
Finished <<< sample_sensor_kit_description [1.31s]
Starting >>> sample_vehicle_launch
Finished <<< sample_vehicle_description [1.40s]
Starting >>> vls_description
Finished <<< autoware_localization_msgs [12.3s]
Starting >>> autoware_mission_details_overlay_rviz_plugin
Finished <<< sample_vehicle_launch [1.27s]
Starting >>> autoware_perception_rviz_plugin
Finished <<< vls_description [1.35s]
Starting >>> bag_time_manager_rviz_plugin
Finished <<< pose2twist [22.0s]
Starting >>> bluetooth_monitor
Finished <<< object_range_splitter [20.5s]
Starting >>> boost_serial_driver
--- stderr: eagleye_can_velocity_converter
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/can_velocity_converter/src/can_velocity_converter.cpp: In function ‘void can_callback(can_msgs::msg::Frame_<std::allocator<void> >::ConstSharedPtr)’:
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/can_velocity_converter/src/can_velocity_converter.cpp:55:14: warning: comparison of integer expressions of different signedness: ‘const _id_type’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
   55 |   if(msg->id == can_id){
      |      ~~~~~~~~^~~~~~~~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/can_velocity_converter/src/can_velocity_converter.cpp:77:38: warning: suggest parentheses around ‘-’ inside ‘>>’ [-Wparentheses]
   77 |       if(tmp_unsigned_data >> length - 1 == 0 ){
      |                               ~~~~~~~^~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/can_velocity_converter/src/can_velocity_converter.cpp:81:51: warning: left shift of negative value [-Wshift-negative-value]
   81 |         tmp_signed_data = tmp_unsigned_data | (~0 << length);
      |                                                ~~~^~~~~~~~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/can_velocity_converter/src/can_velocity_converter.cpp:72:35: warning: ‘can_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   72 |     tmp_unsigned_data = (can_data >> (msg->dlc * 8 - start_bit - length)) & data_mask;
      |                          ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
Finished <<< eagleye_can_velocity_converter [15.4s]
Starting >>> diagnostic_converter
Finished <<< tier4_vehicle_msgs [53.7s]
Starting >>> dummy_infrastructure
Finished <<< autoware_auto_system_msgs [37.6s]
Starting >>> duplicated_node_checker
Finished <<< pointcloud_to_laserscan [1min 4s]
Starting >>> livox_tag_filter
Finished <<< boost_udp_driver [1min 39s]
Starting >>> nebula_hw_interfaces
Finished <<< tier4_system_msgs [1min 47s]
Starting >>> diagnostic_graph_utils
--- stderr: eagleye_geo_pose_fusion
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/geo_pose_fusion/src/geo_pose_fusion.cpp: In function ‘void fix_callback(sensor_msgs::msg::NavSatFix_<std::allocator<void> >::ConstSharedPtr)’:
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/geo_pose_fusion/src/geo_pose_fusion.cpp:110:21: warning: ‘localization_quat.tf2::Quaternion::<unnamed>.tf2::QuadWord::m_floats[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  110 |   _quat = tf2::toMsg(localization_quat);
      |           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/geo_pose_fusion/src/geo_pose_fusion.cpp:110:21: warning: ‘localization_quat.tf2::Quaternion::<unnamed>.tf2::QuadWord::m_floats[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/geo_pose_fusion/src/geo_pose_fusion.cpp:110:21: warning: ‘localization_quat.tf2::Quaternion::<unnamed>.tf2::QuadWord::m_floats[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/hasegawa/autoware/src/universe/external/eagleye/eagleye_util/geo_pose_fusion/src/geo_pose_fusion.cpp:110:21: warning: ‘localization_quat.tf2::Quaternion::<unnamed>.tf2::QuadWord::m_floats[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
---
Finished <<< eagleye_geo_pose_fusion [27.8s]
Starting >>> component_state_monitor
--- stderr: bag_time_manager_rviz_plugin
CMake Warning (dev) at CMakeLists.txt:7 (find_package):
  Ignoring EXACT since no version is requested.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< bag_time_manager_rviz_plugin [21.5s]
Starting >>> diagnostic_graph_aggregator
Finished <<< shift_decider [29.0s]
Starting >>> polar_grid
Finished <<< dummy_infrastructure [21.8s]
Starting >>> qp_interface
Finished <<< duplicated_node_checker [15.7s]
Starting >>> radar_scan_to_pointcloud2
--- stderr: nebula_decoders
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_decoders [1min 32s]
Starting >>> radar_threshold_filter
Finished <<< component_state_monitor [17.3s]
Starting >>> radar_tracks_noise_filter
Finished <<< autoware_mission_details_overlay_rviz_plugin [43.3s]
Starting >>> rtc_replayer
Finished <<< diagnostic_converter [40.8s]
Starting >>> rtklib_bridge
Finished <<< polar_grid [23.1s]
Starting >>> stop_filter
Finished <<< tier4_perception_msgs [1min 6s]
Starting >>> traffic_light_classifier
--- stderr: livox_tag_filter
** WARNING ** io features related to pcap will be disabled
---
Finished <<< livox_tag_filter [30.6s]
Starting >>> tier4_datetime_rviz_plugin
Finished <<< boost_serial_driver [46.3s]
Starting >>> time_utils
Finished <<< bluetooth_monitor [49.8s]
Starting >>> bytetrack
Finished <<< time_utils [2.40s]
Starting >>> common_awsim_labs_sensor_launch
Finished <<< common_awsim_labs_sensor_launch [1.33s]
Starting >>> common_awsim_sensor_launch
Finished <<< autoware_auto_planning_msgs [1min 21s]
Starting >>> autoware_auto_vehicle_msgs
Finished <<< common_awsim_sensor_launch [1.33s]
Starting >>> component_interface_tools
Finished <<< rtklib_bridge [10.2s]
Starting >>> eagleye_fix2kml
Finished <<< radar_scan_to_pointcloud2 [31.1s]
Starting >>> twist2accel
Finished <<< rtc_replayer [21.2s]
Starting >>> vehicle_velocity_converter
Finished <<< autoware_auto_perception_msgs [1min 56s]
Finished <<< diagnostic_graph_utils [44.4s]
Finished <<< radar_threshold_filter [28.3s]
Finished <<< radar_tracks_noise_filter [27.6s]
Finished <<< tier4_datetime_rviz_plugin [18.3s]
Finished <<< qp_interface [39.4s]
Finished <<< stop_filter [21.6s]
Finished <<< eagleye_fix2kml [17.9s]
Finished <<< component_interface_tools [23.0s]
Finished <<< twist2accel [21.0s]
Finished <<< vehicle_velocity_converter [17.5s]
Finished <<< tier4_planning_msgs [2min 18s]
Starting >>> tier4_autoware_utils
Starting >>> tier4_api_msgs
Starting >>> tier4_auto_msgs_converter
Starting >>> autoware_external_velocity_limit_selector
Starting >>> autoware_overlay_rviz_plugin
Finished <<< tier4_auto_msgs_converter [1.57s]
Finished <<< diagnostic_graph_aggregator [1min 6s]
Finished <<< autoware_external_velocity_limit_selector [18.5s]
--- stderr: nebula_hw_interfaces
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_hw_interfaces [1min 22s]
Starting >>> nebula_ros
--- stderr: ndt_omp
** WARNING ** io features related to pcap will be disabled
In file included from /home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:2:
/home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp_impl.hpp: In instantiation of ‘void pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::estimateRigidTransformationBFGS(const PointCloudSource&, const std::vector<int, std::allocator<int> >&, const PointCloudTarget&, const std::vector<int, std::allocator<int> >&, Eigen::Matrix4f&) [with PointSource = pcl::PointXYZ; PointTarget = pcl::PointXYZ; pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::PointCloudSource = pcl::PointCloud<pcl::PointXYZ>; pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::PointCloudTarget = pcl::PointCloud<pcl::PointXYZ>; Eigen::Matrix4f = Eigen::Matrix<float, 4, 4>]’:
/home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:4:24:   required from here
/home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp_impl.hpp:215:31: warning: ‘BFGSSpace::Status BFGS<FunctorType>::testGradient(BFGS<FunctorType>::Scalar) [with FunctorType = pclomp::GeneralizedIterativeClosestPoint<pcl::PointXYZ, pcl::PointXYZ>::OptimizationFunctorWithIndices; BFGS<FunctorType>::Scalar = double]’ is deprecated: Use `testGradient()` instead (It will be removed in PCL 1.13) [-Wdeprecated-declarations]
  215 |     result = bfgs.testGradient(gradient_tol);
      |              ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp.h:45,
                 from /home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:1:
/usr/include/pcl-1.12/pcl/registration/bfgs.h:164:21: note: declared here
  164 |   BFGSSpace::Status testGradient(Scalar) { return testGradient(); }
      |                     ^~~~~~~~~~~~
In file included from /home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:2:
/home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp_impl.hpp: In instantiation of ‘void pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::estimateRigidTransformationBFGS(const PointCloudSource&, const std::vector<int, std::allocator<int> >&, const PointCloudTarget&, const std::vector<int, std::allocator<int> >&, Eigen::Matrix4f&) [with PointSource = pcl::PointXYZI; PointTarget = pcl::PointXYZI; pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::PointCloudSource = pcl::PointCloud<pcl::PointXYZI>; pclomp::GeneralizedIterativeClosestPoint<PointSource, PointTarget>::PointCloudTarget = pcl::PointCloud<pcl::PointXYZI>; Eigen::Matrix4f = Eigen::Matrix<float, 4, 4>]’:
/home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:5:24:   required from here
/home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp_impl.hpp:215:31: warning: ‘BFGSSpace::Status BFGS<FunctorType>::testGradient(BFGS<FunctorType>::Scalar) [with FunctorType = pclomp::GeneralizedIterativeClosestPoint<pcl::PointXYZI, pcl::PointXYZI>::OptimizationFunctorWithIndices; BFGS<FunctorType>::Scalar = double]’ is deprecated: Use `testGradient()` instead (It will be removed in PCL 1.13) [-Wdeprecated-declarations]
  215 |     result = bfgs.testGradient(gradient_tol);
      |              ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /home/hasegawa/autoware/src/universe/external/ndt_omp/include/pclomp/gicp_omp.h:45,
                 from /home/hasegawa/autoware/src/universe/external/ndt_omp/src/pclomp/gicp_omp.cpp:1:
/usr/include/pcl-1.12/pcl/registration/bfgs.h:164:21: note: declared here
  164 |   BFGSSpace::Status testGradient(Scalar) { return testGradient(); }
      |                     ^~~~~~~~~~~~
---
Finished <<< ndt_omp [2min 35s]
Finished <<< tier4_external_api_msgs [3min 26s]
Starting >>> tier4_api_utils
Starting >>> autoware_external_api_msgs
Starting >>> external_cmd_selector
Starting >>> tier4_hmi_msgs
Finished <<< eagleye_navigation [2min 0s]
Starting >>> eagleye_gnss_converter
Starting >>> eagleye_rt
Starting >>> eagleye_geo_pose_converter
Finished <<< bytetrack [1min 2s]
Finished <<< tier4_api_utils [5.91s]
Starting >>> joy_controller
Finished <<< autoware_adapi_v1_msgs [3min 34s]
Starting >>> component_interface_utils
Starting >>> component_interface_specs
Starting >>> emergency_handler
Starting >>> autoware_iv_internal_api_adaptor
Starting >>> ad_api_visualizers
Starting >>> vehicle_door_simulator
Starting >>> mrm_comfortable_stop_operator
Starting >>> mrm_handler
Finished <<< ad_api_visualizers [1.70s]
Starting >>> tier4_state_rviz_plugin
Finished <<< component_interface_utils [5.39s]
Starting >>> automatic_pose_initializer
Finished <<< tier4_hmi_msgs [14.4s]
Starting >>> hazard_status_converter
Finished <<< autoware_external_api_msgs [14.8s]
Starting >>> system_diagnostic_monitor
Finished <<< system_diagnostic_monitor [1.57s]
Starting >>> tier4_adapi_rviz_plugin
Finished <<< tier4_api_msgs [43.8s]
Starting >>> awapi_awiv_adapter
Finished <<< vehicle_door_simulator [12.0s]
Starting >>> tier4_camera_view_rviz_plugin
Finished <<< autoware_perception_rviz_plugin [2min 7s]
Finished <<< eagleye_geo_pose_converter [17.8s]
Finished <<< traffic_light_classifier [1min 26s]
Finished <<< mrm_comfortable_stop_operator [18.7s]
Finished <<< component_interface_specs [19.4s]
Starting >>> autoware_iv_external_api_adaptor
Finished <<< hazard_status_converter [15.1s]
Finished <<< automatic_pose_initializer [21.3s]
Finished <<< joy_controller [29.5s]
Finished <<< external_cmd_selector [37.3s]
Finished <<< eagleye_gnss_converter [37.4s]
Finished <<< morai_msgs [4min 10s]
Finished <<< emergency_handler [37.3s]
Finished <<< mrm_handler [39.3s]
Finished <<< tier4_camera_view_rviz_plugin [29.0s]
Finished <<< lanelet2_extension [3min 28s]
Starting >>> traffic_light_utils
Starting >>> geography_utils
Starting >>> yabloc_common
Starting >>> map_height_fitter
Starting >>> map_projection_loader
Starting >>> costmap_generator
Starting >>> map_tf_generator
Starting >>> traffic_light_arbiter
Starting >>> traffic_light_multi_camera_fusion
Starting >>> traffic_light_visualization
Starting >>> lanelet2_extension_python
Starting >>> lanelet2_map_preprocessor
Starting >>> tier4_traffic_light_rviz_plugin
Finished <<< autoware_auto_vehicle_msgs [1min 49s]
Starting >>> autoware_auto_msgs
Finished <<< autoware_auto_msgs [1.35s]
Finished <<< tier4_adapi_rviz_plugin [49.1s]
Finished <<< traffic_light_utils [15.5s]
Finished <<< geography_utils [19.2s]
Starting >>> gnss_poser
Starting >>> map_loader
Starting >>> geo_pose_projector
Finished <<< autoware_overlay_rviz_plugin [1min 33s]
Finished <<< autoware_iv_internal_api_adaptor [1min 16s]
Finished <<< tier4_traffic_light_rviz_plugin [34.0s]
Finished <<< traffic_light_arbiter [35.6s]
Finished <<< map_height_fitter [37.5s]
Starting >>> ad_api_adaptors
Finished <<< geo_pose_projector [25.6s]
Finished <<< tier4_state_rviz_plugin [1min 26s]
Finished <<< traffic_light_multi_camera_fusion [45.6s]
--- stderr: lanelet2_extension_python
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:12,
                 from /usr/include/boost/python/converter/arg_to_python.hpp:15,
                 from /usr/include/boost/python/call.hpp:15,
                 from /usr/include/boost/python/object_core.hpp:14,
                 from /usr/include/boost/python/args.hpp:22,
                 from /usr/include/boost/python.hpp:11,
                 from /home/hasegawa/autoware/src/core/autoware_common/tmp/lanelet2_extension_python/src/utility.cpp:24:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:12,
                 from /usr/include/boost/python/converter/arg_to_python.hpp:15,
                 from /usr/include/boost/python/call.hpp:15,
                 from /usr/include/boost/python/object_core.hpp:14,
                 from /usr/include/boost/python/args.hpp:22,
                 from /usr/include/boost/python.hpp:11,
                 from /home/hasegawa/autoware/src/core/autoware_common/tmp/lanelet2_extension_python/src/projection.cpp:22:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:12,
                 from /usr/include/boost/python/converter/arg_to_python.hpp:15,
                 from /usr/include/boost/python/call.hpp:15,
                 from /usr/include/boost/python/object_core.hpp:14,
                 from /usr/include/boost/python/args.hpp:22,
                 from /usr/include/boost/python.hpp:11,
                 from /home/hasegawa/autoware/src/core/autoware_common/tmp/lanelet2_extension_python/src/regulatory_elements.cpp:28:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
---
Finished <<< lanelet2_extension_python [49.8s]
Finished <<< gnss_poser [31.0s]
Finished <<< map_projection_loader [51.3s]
Finished <<< tier4_autoware_utils [2min 6s]
Starting >>> interpolation
Starting >>> vehicle_info_util
Starting >>> planning_test_utils
Starting >>> objects_of_interest_marker_interface
Starting >>> pointcloud_preprocessor
Starting >>> grid_map_utils
Starting >>> localization_util
Starting >>> dummy_perception_publisher
Starting >>> shape_estimation
Starting >>> crosswalk_traffic_light_estimator
Starting >>> detected_object_feature_remover
Starting >>> ekf_localizer
Starting >>> fault_injection
Finished <<< traffic_light_visualization [1min 2s]
Starting >>> gyro_odometer
--- stderr: map_tf_generator
** WARNING ** io features related to pcap will be disabled
---
Finished <<< map_tf_generator [1min 8s]
Starting >>> lidar_apollo_instance_segmentation
Finished <<< vehicle_info_util [18.2s]
Starting >>> freespace_planning_algorithms
Finished <<< detected_object_feature_remover [25.8s]
Starting >>> global_parameter_loader
Finished <<< objects_of_interest_marker_interface [27.3s]
Starting >>> object_velocity_splitter
Finished <<< global_parameter_loader [1.65s]
Starting >>> pose_instability_detector
Finished <<< ad_api_adaptors [44.5s]
Starting >>> radar_crossing_objects_noise_filter
Finished <<< grid_map_utils [32.1s]
Starting >>> radar_fusion_to_detected_object
Finished <<< planning_test_utils [34.8s]
Starting >>> route_handler
--- stderr: lanelet2_map_preprocessor
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
---
Finished <<< lanelet2_map_preprocessor [1min 30s]
Starting >>> system_error_monitor
Finished <<< localization_util [39.8s]
Starting >>> landmark_manager
Finished <<< fault_injection [43.1s]
Starting >>> system_monitor
Finished <<< crosswalk_traffic_light_estimator [51.4s]
Starting >>> traffic_light_map_based_detector
Finished <<< costmap_generator [1min 45s]
Starting >>> ndt_scan_matcher
Finished <<< object_velocity_splitter [29.1s]
Starting >>> traffic_light_occlusion_predictor
Finished <<< landmark_manager [24.2s]
Starting >>> ar_tag_based_localizer
Finished <<< radar_crossing_objects_noise_filter [44.1s]
Starting >>> lidar_apollo_segmentation_tvm
Finished <<< gyro_odometer [1min 7s]
Starting >>> tier4_sensing_launch
Finished <<< interpolation [1min 16s]
Starting >>> motion_utils
Finished <<< tier4_sensing_launch [1.90s]
Starting >>> object_recognition_utils
--- stderr: yabloc_common
** WARNING ** io features related to pcap will be disabled
---
Finished <<< yabloc_common [2min 11s]
Starting >>> sampler_common
Finished <<< radar_fusion_to_detected_object [48.2s]
Starting >>> raw_vehicle_cmd_converter
Finished <<< route_handler [50.3s]
Starting >>> yabloc_particle_filter
Finished <<< system_error_monitor [51.6s]
Starting >>> yabloc_image_processing
Finished <<< awapi_awiv_adapter [2min 55s]
Starting >>> yabloc_pose_initializer
Finished <<< lidar_apollo_instance_segmentation [1min 19s]
Starting >>> dummy_diag_publisher
Finished <<< pose_instability_detector [1min 13s]
Starting >>> goal_distance_calculator
Finished <<< traffic_light_map_based_detector [56.1s]
Starting >>> image_diagnostics
Finished <<< dummy_diag_publisher [24.9s]
Starting >>> imu_corrector
Finished <<< shape_estimation [2min 10s]
Starting >>> kinematic_evaluator
Finished <<< image_diagnostics [29.0s]
Starting >>> lidar_centerpoint_tvm
Finished <<< goal_distance_calculator [36.8s]
Starting >>> localization_error_monitor
Finished <<< ekf_localizer [2min 18s]
Starting >>> localization_evaluator
Finished <<< lidar_apollo_segmentation_tvm [1min 5s]
Starting >>> mrm_emergency_stop_operator
Finished <<< traffic_light_occlusion_predictor [1min 24s]
Starting >>> radar_static_pointcloud_filter
Finished <<< raw_vehicle_cmd_converter [1min 5s]
Starting >>> external_cmd_converter
Finished <<< object_recognition_utils [1min 12s]
Starting >>> detected_object_validation
Finished <<< mrm_emergency_stop_operator [27.2s]
Starting >>> lidar_centerpoint
--- stderr: freespace_planning_algorithms
lto-wrapper: warning: using serial compilation of 3 LTRANS jobs
---
Finished <<< freespace_planning_algorithms [2min 29s]
Starting >>> tensorrt_yolox
--- stderr: yabloc_pose_initializer
CMake Warning (dev) at CMakeLists.txt:12 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable PCL_ROOT is set to:

    /usr

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< yabloc_pose_initializer [1min 17s]
Starting >>> cluster_merger
Finished <<< sampler_common [1min 32s]
Starting >>> bezier_sampler
Finished <<< radar_static_pointcloud_filter [36.2s]
Starting >>> frenet_planner
Finished <<< ar_tag_based_localizer [1min 53s]
Starting >>> multi_object_tracker
Finished <<< localization_error_monitor [42.1s]
Starting >>> object_merger
--- stderr: map_loader
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
---
Finished <<< map_loader [3min 41s]
Starting >>> radar_object_clustering
Finished <<< kinematic_evaluator [1min 2s]
Starting >>> radar_object_tracker
Finished <<< external_cmd_converter [47.5s]
Starting >>> tracking_object_merger
Finished <<< imu_corrector [1min 14s]
Starting >>> tier4_map_launch
Finished <<< dummy_perception_publisher [3min 14s]
Starting >>> radar_tracks_msgs_converter
Finished <<< tier4_map_launch [1.75s]
Starting >>> simple_object_merger
Finished <<< localization_evaluator [1min 3s]
Starting >>> tier4_system_rviz_plugin
Finished <<< frenet_planner [34.5s]
Starting >>> tier4_vehicle_rviz_plugin
Finished <<< cluster_merger [47.4s]
Starting >>> traffic_light_recognition_marker_publisher
Finished <<< bezier_sampler [48.1s]
Starting >>> autoware_pose_covariance_modifier
Finished <<< simple_object_merger [27.0s]
Starting >>> elevation_map_loader
Finished <<< ndt_scan_matcher [2min 51s]
Starting >>> lidar_apollo_segmentation_tvm_nodes
Finished <<< autoware_iv_external_api_adaptor [5min 0s]
Starting >>> obstacle_collision_checker
Finished <<< radar_tracks_msgs_converter [35.6s]
Starting >>> pacmod_interface
Finished <<< radar_object_clustering [42.8s]
Starting >>> tier4_localization_rviz_plugin
--- stderr: tensorrt_yolox
CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0104 is not set: CMAKE_CUDA_ARCHITECTURES now detected for NVCC,
  empty CUDA_ARCHITECTURES not allowed.  Run "cmake --help-policy CMP0104"
  for policy details.  Use the cmake_policy command to set the policy and
  suppress this warning.

  CUDA_ARCHITECTURES is empty for target "tensorrt_yolox_gpu_preprocess".
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< tensorrt_yolox [1min 6s]
Starting >>> traffic_light_fine_detector
Finished <<< autoware_pose_covariance_modifier [26.6s]
Starting >>> tier4_perception_rviz_plugin
Finished <<< lidar_centerpoint_tvm [1min 50s]
Starting >>> steer_offset_estimator
Finished <<< traffic_light_recognition_marker_publisher [37.0s]
Finished <<< tier4_system_rviz_plugin [53.1s]
Finished <<< lidar_apollo_segmentation_tvm_nodes [36.8s]
Finished <<< object_merger [1min 27s]
Finished <<< traffic_light_fine_detector [37.2s]
Finished <<< steer_offset_estimator [33.2s]
Finished <<< tracking_object_merger [1min 31s]
--- stderr: yabloc_image_processing
CMake Warning (dev) at CMakeLists.txt:15 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable PCL_ROOT is set to:

    /usr

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< yabloc_image_processing [3min 23s]
Finished <<< tier4_localization_rviz_plugin [1min 3s]
--- stderr: elevation_map_loader
CMake Warning at CMakeLists.txt:16 (find_package):
  By not providing "Findrosbag2_storage_sqlite3.cmake" in CMAKE_MODULE_PATH
  this project has asked CMake to find a package configuration file provided
  by "rosbag2_storage_sqlite3", but CMake did not find one.

  Could not find a package configuration file provided by
  "rosbag2_storage_sqlite3" with any of the following names:

    rosbag2_storage_sqlite3Config.cmake
    rosbag2_storage_sqlite3-config.cmake

  Add the installation prefix of "rosbag2_storage_sqlite3" to
  CMAKE_PREFIX_PATH or set "rosbag2_storage_sqlite3_DIR" to a directory
  containing one of the above files.  If "rosbag2_storage_sqlite3" provides a
  separate development package or SDK, be sure it has been installed.


---
Finished <<< elevation_map_loader [1min 13s]
Finished <<< tier4_perception_rviz_plugin [52.0s]
Finished <<< motion_utils [3min 45s]
Starting >>> autoware_planning_test_manager
Starting >>> lane_departure_checker
Starting >>> path_sampler
Starting >>> trajectory_follower_base
Starting >>> mission_planner
Starting >>> autoware_planning_topic_converter
Starting >>> default_ad_api
Starting >>> map_based_prediction
Starting >>> path_distance_calculator
Starting >>> planning_evaluator
Starting >>> pose_initializer
Starting >>> simple_planning_simulator
Finished <<< obstacle_collision_checker [1min 24s]
Starting >>> surround_obstacle_checker
--- stderr: yabloc_particle_filter
CMake Warning (dev) at CMakeLists.txt:9 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable PCL_ROOT is set to:

    /usr

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< yabloc_particle_filter [3min 55s]
Starting >>> pose_estimator_arbiter
Finished <<< detected_object_validation [2min 57s]
Starting >>> vehicle_cmd_gate
Finished <<< autoware_planning_topic_converter [30.8s]
Starting >>> autoware_remaining_distance_time_calculator
--- stderr: nebula_ros
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_ros [7min 20s]
Starting >>> nebula_examples
Finished <<< path_distance_calculator [32.5s]
Starting >>> nebula_tests
Finished <<< tier4_vehicle_rviz_plugin [2min 5s]
Starting >>> accel_brake_map_calibrator
[Processing: accel_brake_map_calibrator, autoware_planning_test_manager, autoware_remaining_distance_time_calculator, default_ad_api, eagleye_rt, lane_departure_checker, lidar_centerpoint, map_based_prediction, mission_planner, multi_object_tracker, nebula_examples, nebula_tests, pacmod_interface, path_sampler, planning_evaluator, pointcloud_preprocessor, pose_estimator_arbiter, pose_initializer, radar_object_tracker, simple_planning_simulator, surround_obstacle_checker, system_monitor, trajectory_follower_base, vehicle_cmd_gate]
Finished <<< autoware_planning_test_manager [1min 10s]
Starting >>> autoware_velocity_smoother
--- stderr: system_monitor
In file included from /usr/include/boost/bind.hpp:30,
                 from /usr/include/boost/property_tree/json_parser/detail/parser.hpp:7,
                 from /usr/include/boost/property_tree/json_parser/detail/read.hpp:13,
                 from /usr/include/boost/property_tree/json_parser.hpp:16,
                 from /home/hasegawa/autoware/src/universe/autoware.universe/system/system_monitor/src/cpu_monitor/cpu_monitor_base.cpp:26:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
---
Finished <<< system_monitor [5min 31s]
Starting >>> autoware_path_optimizer
Finished <<< lidar_centerpoint [3min 34s]
Starting >>> freespace_planner
Finished <<< autoware_remaining_distance_time_calculator [53.1s]
Starting >>> obstacle_cruise_planner
Finished <<< path_sampler [1min 28s]
Starting >>> obstacle_stop_planner
Finished <<< surround_obstacle_checker [1min 22s]
Starting >>> planning_validator
Finished <<< map_based_prediction [1min 37s]
Starting >>> scenario_selector
Finished <<< lane_departure_checker [1min 38s]
Starting >>> autoware_behavior_path_planner_common
Finished <<< accel_brake_map_calibrator [1min 3s]
Starting >>> tier4_system_launch
Finished <<< tier4_system_launch [2.70s]
Starting >>> path_smoother
Finished <<< pose_initializer [1min 41s]
Starting >>> control_performance_analysis
Finished <<< radar_object_tracker [3min 44s]
Starting >>> control_validator
Finished <<< trajectory_follower_base [2min 16s]
Starting >>> mpc_lateral_controller
Finished <<< planning_evaluator [2min 28s]
Starting >>> pid_longitudinal_controller
--- stderr: nebula_examples
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_examples [1min 56s]
Starting >>> pure_pursuit
Finished <<< simple_planning_simulator [2min 32s]
Starting >>> tier4_simulator_launch
Finished <<< tier4_simulator_launch [1.81s]
Starting >>> operation_mode_transition_manager
Finished <<< freespace_planner [1min 25s]
Starting >>> perception_online_evaluator
Finished <<< control_validator [1min 6s]
Starting >>> predicted_path_checker
Finished <<< pose_estimator_arbiter [2min 44s]
Starting >>> reaction_analyzer
Finished <<< mission_planner [3min 6s]
Starting >>> smart_mpc_trajectory_follower
Finished <<< pacmod_interface [4min 17s]
Starting >>> tier4_planning_rviz_plugin
Finished <<< scenario_selector [1min 31s]
Starting >>> raindrop_cluster_filter
Finished <<< control_performance_analysis [1min 30s]
Starting >>> obstacle_velocity_limiter
Finished <<< smart_mpc_trajectory_follower [6.58s]
Finished <<< path_smoother [1min 43s]
Finished <<< pure_pursuit [58.8s]
Finished <<< pid_longitudinal_controller [1min 2s]
Finished <<< vehicle_cmd_gate [3min 16s]
Finished <<< raindrop_cluster_filter [37.3s]
--- stderr: nebula_tests
** WARNING ** io features related to pcap will be disabled
---
Finished <<< nebula_tests [3min 19s]
Starting >>> nebula_sensor_driver
Finished <<< autoware_path_optimizer [2min 39s]
Finished <<< nebula_sensor_driver [1.30s]
Starting >>> common_sensor_launch
Finished <<< common_sensor_launch [1.37s]
Finished <<< autoware_velocity_smoother [2min 48s]
Starting >>> behavior_velocity_planner_common
Finished <<< obstacle_stop_planner [2min 43s]
Finished <<< operation_mode_transition_manager [1min 38s]
Finished <<< planning_validator [2min 46s]
Finished <<< multi_object_tracker [6min 28s]
Finished <<< predicted_path_checker [1min 32s]
Finished <<< obstacle_cruise_planner [3min 10s]
Finished <<< perception_online_evaluator [1min 52s]
Finished <<< default_ad_api [4min 48s]
Starting >>> tier4_autoware_api_launch
Finished <<< tier4_autoware_api_launch [1.32s]
Finished <<< tier4_planning_rviz_plugin [1min 53s]
Finished <<< mpc_lateral_controller [2min 47s]
Starting >>> trajectory_follower_node
--- stderr: eagleye_rt
In file included from /home/hasegawa/autoware/src/universe/external/eagleye/eagleye_rt/src/tf_converted_imu.cpp:44:
/opt/ros/humble/include/tf2_sensor_msgs/tf2_sensor_msgs.h:32:2: warning: #warning This header is obsolete, please include tf2_sensor_msgs/tf2_sensor_msgs.hpp instead [-Wcpp]
   32 | #warning This header is obsolete, please include tf2_sensor_msgs/tf2_sensor_msgs.hpp instead
      |  ^~~~~~~
In file included from /home/hasegawa/autoware/src/universe/external/eagleye/eagleye_rt/src/tf_converted_imu.cpp:46:
/opt/ros/humble/include/tf2_eigen/tf2_eigen/tf2_eigen.h:32:2: warning: #warning This header is obsolete, please include tf2_eigen/tf2_eigen.hpp instead [-Wcpp]
   32 | #warning This header is obsolete, please include tf2_eigen/tf2_eigen.hpp instead
      |  ^~~~~~~
---
Finished <<< eagleye_rt [11min 47s]
Finished <<< behavior_velocity_planner_common [1min 34s]
Starting >>> behavior_velocity_crosswalk_module
Starting >>> autoware_motion_velocity_planner_common
Starting >>> autoware_behavior_velocity_virtual_traffic_light_module
Starting >>> behavior_velocity_blind_spot_module
Starting >>> behavior_velocity_detection_area_module
Starting >>> behavior_velocity_intersection_module
Starting >>> behavior_velocity_no_drivable_lane_module
Starting >>> behavior_velocity_no_stopping_area_module
Starting >>> behavior_velocity_occlusion_spot_module
Starting >>> behavior_velocity_out_of_lane_module
Starting >>> behavior_velocity_speed_bump_module
Starting >>> behavior_velocity_stop_line_module
Starting >>> behavior_velocity_traffic_light_module
Starting >>> autoware_behavior_velocity_template_module
Starting >>> behavior_velocity_dynamic_obstacle_stop_module
Finished <<< reaction_analyzer [2min 33s]
Finished <<< autoware_motion_velocity_planner_common [8.17s]
Starting >>> autoware_motion_velocity_out_of_lane_module
[Processing: autoware_behavior_path_planner_common, autoware_behavior_velocity_template_module, autoware_behavior_velocity_virtual_traffic_light_module, autoware_motion_velocity_out_of_lane_module, behavior_velocity_blind_spot_module, behavior_velocity_crosswalk_module, behavior_velocity_detection_area_module, behavior_velocity_dynamic_obstacle_stop_module, behavior_velocity_intersection_module, behavior_velocity_no_drivable_lane_module, behavior_velocity_no_stopping_area_module, behavior_velocity_occlusion_spot_module, behavior_velocity_out_of_lane_module, behavior_velocity_speed_bump_module, behavior_velocity_stop_line_module, behavior_velocity_traffic_light_module, obstacle_velocity_limiter, pointcloud_preprocessor, trajectory_follower_node]
[Processing: autoware_behavior_path_planner_common, autoware_behavior_velocity_template_module, autoware_behavior_velocity_virtual_traffic_light_module, autoware_motion_velocity_out_of_lane_module, behavior_velocity_blind_spot_module, behavior_velocity_crosswalk_module, behavior_velocity_detection_area_module, behavior_velocity_dynamic_obstacle_stop_module, behavior_velocity_intersection_module, behavior_velocity_no_drivable_lane_module, behavior_velocity_no_stopping_area_module, behavior_velocity_occlusion_spot_module, behavior_velocity_out_of_lane_module, behavior_velocity_speed_bump_module, behavior_velocity_stop_line_module, behavior_velocity_traffic_light_module, obstacle_velocity_limiter, pointcloud_preprocessor, trajectory_follower_node]
Finished <<< autoware_behavior_velocity_template_module [1min 18s]
Finished <<< behavior_velocity_stop_line_module [1min 32s]
Finished <<< autoware_behavior_velocity_virtual_traffic_light_module [1min 37s]
Finished <<< behavior_velocity_detection_area_module [1min 37s]
Finished <<< behavior_velocity_traffic_light_module [1min 41s]
Finished <<< behavior_velocity_no_stopping_area_module [1min 43s]
Finished <<< behavior_velocity_no_drivable_lane_module [1min 44s]
Finished <<< trajectory_follower_node [2min 14s]
Starting >>> tier4_control_launch
Finished <<< tier4_control_launch [1.31s]
Finished <<< behavior_velocity_speed_bump_module [1min 48s]
Finished <<< behavior_velocity_blind_spot_module [1min 50s]
Finished <<< pointcloud_preprocessor [12min 27s]
Starting >>> compare_map_segmentation
Starting >>> ground_segmentation
Starting >>> occupancy_grid_map_outlier_filter
Starting >>> probabilistic_occupancy_grid_map
Starting >>> tier4_localization_launch
Starting >>> autonomous_emergency_braking
Starting >>> awsim_labs_sensor_kit_launch
Starting >>> awsim_sensor_kit_launch
Starting >>> sample_sensor_kit_launch
Finished <<< awsim_labs_sensor_kit_launch [1.57s]
Finished <<< awsim_sensor_kit_launch [1.58s]
Finished <<< sample_sensor_kit_launch [1.59s]
Finished <<< tier4_localization_launch [1.91s]
Finished <<< behavior_velocity_dynamic_obstacle_stop_module [2min 7s]
Finished <<< occupancy_grid_map_outlier_filter [31.9s]
Finished <<< behavior_velocity_crosswalk_module [2min 37s]
Starting >>> autoware_behavior_velocity_run_out_module
Starting >>> behavior_velocity_walkway_module
Finished <<< autonomous_emergency_braking [43.4s]
Finished <<< behavior_velocity_out_of_lane_module [2min 46s]
--- stderr: obstacle_velocity_limiter
CMake Warning (dev) at CMakeLists.txt:7 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable PCL_ROOT is set to:

    /usr

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

---
Finished <<< obstacle_velocity_limiter [5min 26s]
Finished <<< autoware_behavior_path_planner_common [7min 6s]
Starting >>> behavior_path_planner
Starting >>> behavior_path_sampling_planner_module
Finished <<< autoware_motion_velocity_out_of_lane_module [3min 15s]
Starting >>> autoware_motion_velocity_planner_node
Finished <<< behavior_velocity_occlusion_spot_module [3min 47s]
Finished <<< behavior_velocity_walkway_module [1min 16s]
Finished <<< behavior_velocity_intersection_module [3min 57s]
Finished <<< ground_segmentation [2min 14s]
Finished <<< compare_map_segmentation [2min 17s]
Starting >>> euclidean_cluster
Finished <<< behavior_path_sampling_planner_module [1min 6s]
Finished <<< probabilistic_occupancy_grid_map [2min 52s]
Finished <<< autoware_behavior_velocity_run_out_module [2min 19s]
Starting >>> autoware_behavior_velocity_planner
Finished <<< autoware_motion_velocity_planner_node [1min 40s]
Finished <<< euclidean_cluster [54.2s]
Starting >>> detection_by_tracker
Starting >>> image_projection_based_fusion
[Processing: autoware_behavior_velocity_planner, behavior_path_planner, detection_by_tracker, image_projection_based_fusion]
Finished <<< behavior_path_planner [2min 28s]
Starting >>> behavior_path_lane_change_module
Starting >>> autoware_behavior_path_static_obstacle_avoidance_module
Starting >>> autoware_behavior_path_dynamic_obstacle_avoidance_module
Starting >>> behavior_path_goal_planner_module
Starting >>> behavior_path_side_shift_module
Starting >>> behavior_path_start_planner_module
Finished <<< detection_by_tracker [37.4s]
[Processing: autoware_behavior_path_dynamic_obstacle_avoidance_module, autoware_behavior_path_static_obstacle_avoidance_module, autoware_behavior_velocity_planner, behavior_path_goal_planner_module, behavior_path_lane_change_module, behavior_path_side_shift_module, behavior_path_start_planner_module, image_projection_based_fusion]
[Processing: autoware_behavior_path_dynamic_obstacle_avoidance_module, autoware_behavior_path_static_obstacle_avoidance_module, autoware_behavior_velocity_planner, behavior_path_goal_planner_module, behavior_path_lane_change_module, behavior_path_side_shift_module, behavior_path_start_planner_module, image_projection_based_fusion]
Finished <<< autoware_behavior_velocity_planner [1min 53s]
Starting >>> tier4_planning_launch
Starting >>> autoware_static_centerline_generator
Finished <<< tier4_planning_launch [1.67s]
Finished <<< behavior_path_side_shift_module [1min 36s]
Finished <<< autoware_behavior_path_dynamic_obstacle_avoidance_module [1min 38s]
Finished <<< behavior_path_start_planner_module [2min 3s]
Finished <<< behavior_path_lane_change_module [2min 24s]
Starting >>> autoware_behavior_path_external_request_lane_change_module
Finished <<< autoware_behavior_path_static_obstacle_avoidance_module [2min 39s]
Starting >>> behavior_path_avoidance_by_lane_change_module
Finished <<< behavior_path_goal_planner_module [2min 41s]
Finished <<< image_projection_based_fusion [3min 16s]
Starting >>> tier4_perception_launch
Finished <<< tier4_perception_launch [1.53s]
Starting >>> autoware_launch
Finished <<< autoware_launch [7.09s]
Finished <<< autoware_static_centerline_generator [2min 9s]
Finished <<< autoware_behavior_path_external_request_lane_change_module [1min 3s]
[Processing: behavior_path_avoidance_by_lane_change_module]
Finished <<< behavior_path_avoidance_by_lane_change_module [1min 25s]

Summary: 371 packages finished [25min 35s]
  27 packages had stderr output: bag_time_manager_rviz_plugin eagleye_can_velocity_converter eagleye_coordinate eagleye_geo_pose_fusion eagleye_rt elevation_map_loader freespace_planning_algorithms lanelet2_extension_python lanelet2_map_preprocessor livox_tag_filter map_loader map_tf_generator ndt_omp nebula_common nebula_decoders nebula_examples nebula_hw_interfaces nebula_ros nebula_tests obstacle_velocity_limiter system_monitor tensorrt_classifier tensorrt_yolox yabloc_common yabloc_image_processing yabloc_particle_filter yabloc_pose_initializer
$ source ~/autoware/install/setup.bash
$ ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit

[INFO] [launch]: All log files can be found below /home/hasegawa/.ros/log/2024-06-06-23-04-35-425105-hasegawa-ubuntu-287866
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/pointcloud_container/glog_component' in container '/pointcloud_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/system/component_state_monitor/component' in container '/system/component_state_monitor/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/system/mrm_comfortable_stop_operator' in container '/system/mrm_comfortable_stop_operator/mrm_comfortable_stop_operator_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/occupancy_grid_map/pointcloud_to_laserscan_node' in container 'pointcloud_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/system/mrm_emergency_stop_operator' in container '/system/mrm_emergency_stop_operator/mrm_emergency_stop_operator_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/occupancy_grid_map/occupancy_grid_map_node' in container 'pointcloud_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/mission_planning/mission_planner' in container '/planning/mission_planning/mission_planner_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/glog_component' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/mission_planning/route_selector' in container '/planning/mission_planning/mission_planner_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/mission_planning/glog_component' in container '/planning/mission_planning/mission_planner_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/autoware_state' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/diagnostics' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/external_cmd_selector' in container '/control/control_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/control_validator' in container '/control/control_validator_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/fail_safe' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/velocity_smoother' in container '/planning/scenario_planning/velocity_smoother_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/heartbeat' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/elastic_band_smoother' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/glog_component' in container '/planning/scenario_planning/velocity_smoother_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/glog_validator_component' in container '/control/control_validator_container'
[INFO] [component_container_mt-1]: process started with pid [287911]
[INFO] [robot_state_publisher-2]: process started with pid [287913]
[INFO] [duplicated_node_checker_node-3]: process started with pid [287915]
[INFO] [service_log_checker_node-4]: process started with pid [287917]
[INFO] [component_container-5]: process started with pid [287919]
[INFO] [topic_state_monitor_node-6]: process started with pid [287921]
[INFO] [topic_state_monitor_node-7]: process started with pid [287923]
[INFO] [topic_state_monitor_node-8]: process started with pid [287925]
[INFO] [topic_state_monitor_node-9]: process started with pid [287927]
[INFO] [topic_state_monitor_node-10]: process started with pid [287929]
[INFO] [topic_state_monitor_node-11]: process started with pid [287931]
[INFO] [topic_state_monitor_node-12]: process started with pid [287933]
[INFO] [topic_state_monitor_node-13]: process started with pid [287935]
[INFO] [topic_state_monitor_node-14]: process started with pid [287937]
[INFO] [topic_state_monitor_node-15]: process started with pid [287939]
[INFO] [topic_state_monitor_node-16]: process started with pid [287941]
[INFO] [component_container-17]: process started with pid [287943]
[INFO] [component_container-18]: process started with pid [287945]
[INFO] [aggregator_node-19]: process started with pid [287947]
[INFO] [system_error_monitor_node-20]: process started with pid [287949]
[INFO] [emergency_handler_node-21]: process started with pid [287951]
[INFO] [aggregator_node-22]: process started with pid [287953]
[INFO] [component_state_diagnostics-23]: process started with pid [287955]
[INFO] [component_container_mt-24]: process started with pid [287957]
[INFO] [map_hash_generator-25]: process started with pid [287959]
[INFO] [map_projection_loader_node-26]: process started with pid [287961]
[INFO] [component_container_mt-27]: process started with pid [287963]
[INFO] [goal_pose_visualizer-28]: process started with pid [288147]
[INFO] [scenario_selector-29]: process started with pid [288220]
[INFO] [external_velocity_limit_selector-30]: process started with pid [288222]
[INFO] [component_container-31]: process started with pid [288224]
[INFO] [component_container_mt-32]: process started with pid [288249]
[INFO] [component_container_mt-33]: process started with pid [288251]
[INFO] [component_container_mt-34]: process started with pid [288253]
[INFO] [planning_validator_node-35]: process started with pid [288255]
[INFO] [planning_evaluator-36]: process started with pid [288257]
[INFO] [autoware_remaining_distance_time_calculator_node-37]: process started with pid [288259]
[INFO] [component_container_mt-38]: process started with pid [288261]
[INFO] [component_container_mt-39]: process started with pid [288263]
[INFO] [component_container_mt-40]: process started with pid [288265]
[INFO] [web_server.py-41]: process started with pid [288270]
[INFO] [initial_pose_adaptor_node-42]: process started with pid [288285]
[INFO] [routing_adaptor_node-43]: process started with pid [288346]
[INFO] [component_container_mt-44]: process started with pid [288356]
[INFO] [rviz2-45]: process started with pid [288362]
[INFO] [dummy_perception_publisher_node-46]: process started with pid [288370]
[INFO] [shape_estimation-47]: process started with pid [288442]
[INFO] [detected_object_feature_remover-48]: process started with pid [288606]
[INFO] [multi_object_tracker_node-49]: process started with pid [288642]
[INFO] [map_based_prediction-50]: process started with pid [288652]
[INFO] [traffic_light_occlusion_predictor_node-51]: process started with pid [288661]
[INFO] [traffic_light_multi_camera_fusion_node-52]: process started with pid [288664]
[INFO] [component_container-53]: process started with pid [288700]
[INFO] [crosswalk_traffic_light_estimator_node-54]: process started with pid [288703]
[INFO] [traffic_light_map_visualizer_node-55]: process started with pid [288723]
[INFO] [pose_initializer_node-56]: process started with pid [288733]
[INFO] [dummy_doors-57]: process started with pid [288737]
[INFO] [simple_planning_simulator_exe-58]: process started with pid [288747]
[map_projection_loader_node-26] Load /home/hasegawa/autoware_map/sample-map-planning/map_projector_info.yaml
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/interface' in container '/default_ad_api/container'
[component_container_mt-1] [INFO] [1717682695.833463760] [pointcloud_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-1] [INFO] [1717682695.838242390] [pointcloud_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-1] [INFO] [1717682695.838272480] [pointcloud_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-1] [INFO] [1717682695.862925473] [pointcloud_container]: Load Library: /home/hasegawa/autoware/install/pointcloud_to_laserscan/lib/libpointcloud_to_laserscan.so
[component_container_mt-1] [INFO] [1717682695.881717940] [pointcloud_container]: Found class: rclcpp_components::NodeFactoryTemplate<pointcloud_to_laserscan::PointCloudToLaserScanNode>
[component_container_mt-1] [INFO] [1717682695.881755050] [pointcloud_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<pointcloud_to_laserscan::PointCloudToLaserScanNode>
[component_container_mt-1] [INFO] [1717682695.938642634] [pointcloud_container]: Load Library: /home/hasegawa/autoware/install/probabilistic_occupancy_grid_map/lib/liblaserscan_based_occupancy_grid_map.so
[component_container_mt-1] [INFO] [1717682695.986709472] [pointcloud_container]: Found class: rclcpp_components::NodeFactoryTemplate<occupancy_grid_map::LaserscanBasedOccupancyGridMapNode>
[component_container_mt-1] [INFO] [1717682695.986814163] [pointcloud_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<occupancy_grid_map::LaserscanBasedOccupancyGridMapNode>
[robot_state_publisher-2] [INFO] [1717682695.814456231] [robot_state_publisher]: got segment base_link
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/localization' in container '/default_ad_api/container'
[robot_state_publisher-2] [INFO] [1717682695.814572872] [robot_state_publisher]: got segment camera0/camera_link
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/path_optimizer' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/autoware_api/external/rtc_controller/node' in container '/autoware_api/external/rtc_controller/container'
[robot_state_publisher-2] [INFO] [1717682695.814588032] [robot_state_publisher]: got segment camera0/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814595542] [robot_state_publisher]: got segment camera1/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814601752] [robot_state_publisher]: got segment camera1/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814608652] [robot_state_publisher]: got segment camera2/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814615302] [robot_state_publisher]: got segment camera2/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814622002] [robot_state_publisher]: got segment camera3/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814629413] [robot_state_publisher]: got segment camera3/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814636443] [robot_state_publisher]: got segment camera4/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814644013] [robot_state_publisher]: got segment camera4/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814650953] [robot_state_publisher]: got segment camera5/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814657633] [robot_state_publisher]: got segment camera5/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814664963] [robot_state_publisher]: got segment gnss_link
[robot_state_publisher-2] [INFO] [1717682695.814671693] [robot_state_publisher]: got segment sensor_kit_base_link
[robot_state_publisher-2] [INFO] [1717682695.814678433] [robot_state_publisher]: got segment tamagawa/imu_link
[robot_state_publisher-2] [INFO] [1717682695.814684953] [robot_state_publisher]: got segment traffic_light_left_camera/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814691843] [robot_state_publisher]: got segment traffic_light_left_camera/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814698513] [robot_state_publisher]: got segment traffic_light_right_camera/camera_link
[robot_state_publisher-2] [INFO] [1717682695.814705373] [robot_state_publisher]: got segment traffic_light_right_camera/camera_optical_link
[robot_state_publisher-2] [INFO] [1717682695.814711803] [robot_state_publisher]: got segment velodyne_left
[robot_state_publisher-2] [INFO] [1717682695.814718103] [robot_state_publisher]: got segment velodyne_left_base_link
[robot_state_publisher-2] [INFO] [1717682695.814724933] [robot_state_publisher]: got segment velodyne_rear
[robot_state_publisher-2] [INFO] [1717682695.814731883] [robot_state_publisher]: got segment velodyne_rear_base_link
[robot_state_publisher-2] [INFO] [1717682695.814739453] [robot_state_publisher]: got segment velodyne_right
[robot_state_publisher-2] [INFO] [1717682695.814746633] [robot_state_publisher]: got segment velodyne_right_base_link
[robot_state_publisher-2] [INFO] [1717682695.814753293] [robot_state_publisher]: got segment velodyne_top
[robot_state_publisher-2] [INFO] [1717682695.814759973] [robot_state_publisher]: got segment velodyne_top_base_link
[component_container-5] [INFO] [1717682695.837100472] [system.component_state_monitor.container]: Load Library: /home/hasegawa/autoware/install/component_state_monitor/lib/libcomponent_state_monitor.so
[component_container-5] [INFO] [1717682695.839442688] [system.component_state_monitor.container]: Found class: rclcpp_components::NodeFactoryTemplate<component_state_monitor::StateMonitor>
[component_container-5] [INFO] [1717682695.839470778] [system.component_state_monitor.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<component_state_monitor::StateMonitor>
[component_container-17] [INFO] [1717682695.902265248] [system.mrm_comfortable_stop_operator.mrm_comfortable_stop_operator_container]: Load Library: /home/hasegawa/autoware/install/mrm_comfortable_stop_operator/lib/libmrm_comfortable_stop_operator_component.so
[component_container-17] [INFO] [1717682695.903869018] [system.mrm_comfortable_stop_operator.mrm_comfortable_stop_operator_container]: Found class: rclcpp_components::NodeFactoryTemplate<mrm_comfortable_stop_operator::MrmComfortableStopOperator>
[component_container-17] [INFO] [1717682695.903892948] [system.mrm_comfortable_stop_operator.mrm_comfortable_stop_operator_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<mrm_comfortable_stop_operator::MrmComfortableStopOperator>
[component_container-18] [INFO] [1717682695.916275615] [system.mrm_emergency_stop_operator.mrm_emergency_stop_operator_container]: Load Library: /home/hasegawa/autoware/install/mrm_emergency_stop_operator/lib/libmrm_emergency_stop_operator_component.so
[component_container-18] [INFO] [1717682695.918577609] [system.mrm_emergency_stop_operator.mrm_emergency_stop_operator_container]: Found class: rclcpp_components::NodeFactoryTemplate<mrm_emergency_stop_operator::MrmEmergencyStopOperator>
[component_container-18] [INFO] [1717682695.918608179] [system.mrm_emergency_stop_operator.mrm_emergency_stop_operator_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<mrm_emergency_stop_operator::MrmEmergencyStopOperator>
[system_error_monitor_node-20] [INFO] [1717682695.877229263] [system.system_error_monitor]: waiting for diag_array msg...
[emergency_handler_node-21] [INFO] [1717682695.897033895] [system.emergency_handler]: waiting for hazard_status_stamped msg...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/motion' in container '/default_ad_api/container'
[component_container_mt-24] [INFO] [1717682696.006569096] [map.map_container]: Load Library: /home/hasegawa/autoware/install/map_loader/lib/libpointcloud_map_loader_node.so
[component_container_mt-27] [INFO] [1717682695.921997190] [planning.mission_planning.mission_planner_container]: Load Library: /home/hasegawa/autoware/install/mission_planner/lib/libmission_planner_component.so
[component_container_mt-27] [INFO] [1717682695.959024340] [planning.mission_planning.mission_planner_container]: Found class: rclcpp_components::NodeFactoryTemplate<mission_planner::MissionPlanner>
[component_container_mt-27] [INFO] [1717682695.959071871] [planning.mission_planning.mission_planner_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<mission_planner::MissionPlanner>
[component_container_mt-27] [INFO] [1717682696.029304337] [planning.mission_planning.mission_planner_container]: Found class: rclcpp_components::NodeFactoryTemplate<mission_planner::MissionPlanner>
[component_container_mt-27] [INFO] [1717682696.029356447] [planning.mission_planning.mission_planner_container]: Found class: rclcpp_components::NodeFactoryTemplate<mission_planner::RouteSelector>
[component_container_mt-27] [INFO] [1717682696.029366107] [planning.mission_planning.mission_planner_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<mission_planner::RouteSelector>
[component_container_mt-27] [INFO] [1717682696.063603290] [planning.mission_planning.mission_planner_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-27] [INFO] [1717682696.071832031] [planning.mission_planning.mission_planner_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-27] [INFO] [1717682696.071867711] [planning.mission_planning.mission_planner_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-27] [INFO] [1717682696.117847607] [planning.mission_planning.mission_planner]: waiting lanelet map... Route API is not ready.
[scenario_selector-29] [INFO] [1717682696.002948473] [planning.scenario_planning.scenario_selector]: Waiting for current pose.
[component_container-31] [INFO] [1717682696.027165843] [planning.scenario_planning.velocity_smoother_container]: Load Library: /home/hasegawa/autoware/install/autoware_velocity_smoother/lib/libautoware_velocity_smoother_node.so
[component_container-31] [INFO] [1717682696.055030657] [planning.scenario_planning.velocity_smoother_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware_velocity_smoother::VelocitySmootherNode>
[component_container-31] [INFO] [1717682696.055069477] [planning.scenario_planning.velocity_smoother_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware_velocity_smoother::VelocitySmootherNode>
[component_container-31] [INFO] [1717682696.174956321] [planning.scenario_planning.velocity_smoother_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container-31] [INFO] [1717682696.181973715] [planning.scenario_planning.velocity_smoother_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container-31] [INFO] [1717682696.182008676] [planning.scenario_planning.velocity_smoother_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-32] [INFO] [1717682696.010242898] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Load Library: /home/hasegawa/autoware/install/behavior_path_planner/lib/libbehavior_path_planner_lib.so
[component_container_mt-32] [INFO] [1717682696.187146478] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<behavior_path_planner::BehaviorPathPlannerNode>
[component_container_mt-32] [INFO] [1717682696.187196778] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<behavior_path_planner::BehaviorPathPlannerNode>
[component_container_mt-33] [INFO] [1717682696.027083253] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-33] [INFO] [1717682696.032473767] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-33] [INFO] [1717682696.032510157] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-33] [INFO] [1717682696.046487913] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/path_smoother/lib/libpath_smoother.so
[component_container_mt-33] [INFO] [1717682696.081211769] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<path_smoother::ElasticBandSmoother>
[component_container_mt-33] [INFO] [1717682696.081254320] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<path_smoother::ElasticBandSmoother>
[component_container_mt-33] [INFO] [1717682696.202780494] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/autoware_path_optimizer/lib/libautoware_path_optimizer.so
[component_container_mt-33] [INFO] [1717682696.206985031] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware_path_optimizer::PathOptimizer>
[component_container_mt-33] [INFO] [1717682696.207019521] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware_path_optimizer::PathOptimizer>
[component_container_mt-34] [INFO] [1717682696.147203049] [planning.scenario_planning.parking.parking_container]: Load Library: /home/hasegawa/autoware/install/costmap_generator/lib/libcostmap_generator_node.so
[component_container_mt-38] [INFO] [1717682696.054114191] [control.control_container]: Load Library: /home/hasegawa/autoware/install/external_cmd_selector/lib/libexternal_cmd_selector_node.so
[component_container_mt-38] [INFO] [1717682696.061655818] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<ExternalCmdSelector>
[component_container_mt-38] [INFO] [1717682696.061692418] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<ExternalCmdSelector>
[component_container_mt-38] [INFO] [1717682696.151398396] [control.control_container]: Load Library: /home/hasegawa/autoware/install/trajectory_follower_node/lib/libcontroller_node.so
[component_container_mt-39] [INFO] [1717682696.080055082] [control.control_validator_container]: Load Library: /home/hasegawa/autoware/install/control_validator/lib/libcontrol_validator_component.so
[component_container_mt-39] [INFO] [1717682696.124807141] [control.control_validator_container]: Found class: rclcpp_components::NodeFactoryTemplate<control_validator::ControlValidator>
[component_container_mt-39] [INFO] [1717682696.124850901] [control.control_validator_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<control_validator::ControlValidator>
[component_container_mt-39] [INFO] [1717682696.166080707] [control.control_validator_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-39] [INFO] [1717682696.174451218] [control.control_validator_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-39] [INFO] [1717682696.174490559] [control.control_validator_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[multi_object_tracker_node-49] [INFO] [1717682696.139519651] [perception.object_recognition.tracking.multi_object_tracker]: InputManager::init Initializing detected_objects input stream from /perception/object_recognition/detection/objects
[shape_estimation-47] [INFO] [1717682696.234976755] [simulation.shape_estimation]: using boost shape estimation : 0
[component_container_mt-38] [INFO] [1717682696.244172232] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware::motion::control::trajectory_follower_node::Controller>
[component_container_mt-38] [INFO] [1717682696.244211542] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware::motion::control::trajectory_follower_node::Controller>
[component_container_mt-33] [INFO] [1717682696.319462180] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/obstacle_velocity_limiter/lib/libobstacle_velocity_limiter_node.so
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/operation_mode' in container '/default_ad_api/container'
[component_container-53] [INFO] [1717682696.392267152] [perception.traffic_light_recognition.traffic_light_arbiter.container]: Load Library: /home/hasegawa/autoware/install/traffic_light_arbiter/lib/libtraffic_light_arbiter.so
[component_container_mt-24] [INFO] [1717682696.400489013] [map.map_container]: Found class: rclcpp_components::NodeFactoryTemplate<PointCloudMapLoaderNode>
[component_container_mt-24] [INFO] [1717682696.400537284] [map.map_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<PointCloudMapLoaderNode>
[component_container-53] [INFO] [1717682696.433365417] [perception.traffic_light_recognition.traffic_light_arbiter.container]: Found class: rclcpp_components::NodeFactoryTemplate<TrafficLightArbiter>
[component_container-53] [INFO] [1717682696.435139828] [perception.traffic_light_recognition.traffic_light_arbiter.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<TrafficLightArbiter>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/perception' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/trajectory_follower/controller_node_exe' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.507393317] [control.control_container]: Load Library: /home/hasegawa/autoware/install/control_evaluator/lib/libcontrol_evaluator_node.so
[component_container_mt-38] [INFO] [1717682696.518364866] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<control_diagnostics::controlEvaluatorNode>
[component_container_mt-38] [INFO] [1717682696.518408476] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<control_diagnostics::controlEvaluatorNode>
[component_container_mt-38] [INFO] [1717682696.529372794] [control.trajectory_follower.controller_node_exe]: Waiting for trajectory.
[component_container_mt-38] [INFO] [1717682696.529426814] [control.trajectory_follower.controller_node_exe]: Control is skipped since input data is not ready.
[simple_planning_simulator_exe-58] [INFO] [1717682696.532314592] [simulation.simple_planning_simulator]: waiting initialization...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/control_evaluator' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.559796272] [control.control_container]: Load Library: /home/hasegawa/autoware/install/external_cmd_converter/lib/libexternal_cmd_converter.so
[component_container_mt-38] [INFO] [1717682696.574279423] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<external_cmd_converter::ExternalCmdConverterNode>
[web_server.py-41]  * Running on http://localhost:8888/ (Press CTRL+C to quit)
[component_container_mt-38] [INFO] [1717682696.577752874] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<external_cmd_converter::ExternalCmdConverterNode>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/planning' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/perception/traffic_light_recognition/traffic_light_arbiter/arbiter' in container '/perception/traffic_light_recognition/traffic_light_arbiter/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/routing' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/external_cmd_converter' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.644806252] [control.control_container]: Load Library: /home/hasegawa/autoware/install/autonomous_emergency_braking/lib/libautonomous_emergency_braking_node.so
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner' in container '/planning/scenario_planning/lane_driving/behavior_planning/behavior_planning_container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/map/pointcloud_map_loader' in container '/map/map_container'
[component_container_mt-32] [INFO] [1717682696.665754531] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Load Library: /home/hasegawa/autoware/install/autoware_behavior_velocity_planner/lib/libautoware_behavior_velocity_planner_lib.so
[component_container_mt-24] [INFO] [1717682696.667372131] [map.map_container]: Load Library: /home/hasegawa/autoware/install/map_loader/lib/liblanelet2_map_loader_node.so
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/vehicle' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/vehicle_info' in container '/default_ad_api/container'
[component_container_mt-24] [INFO] [1717682696.693636244] [map.map_container]: Found class: rclcpp_components::NodeFactoryTemplate<Lanelet2MapLoaderNode>
[component_container_mt-24] [INFO] [1717682696.693703215] [map.map_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<Lanelet2MapLoaderNode>
[component_container_mt-32] [INFO] [1717682696.701373523] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware::behavior_velocity_planner::BehaviorVelocityPlannerNode>
[component_container_mt-32] [INFO] [1717682696.701428423] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware::behavior_velocity_planner::BehaviorVelocityPlannerNode>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/default_ad_api/node/vehicle_door' in container '/default_ad_api/container'
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/map/lanelet2_map_loader' in container '/map/map_container'
[component_container_mt-24] [INFO] [1717682696.736776603] [map.map_container]: Load Library: /home/hasegawa/autoware/install/map_loader/lib/liblanelet2_map_visualization_node.so
[component_container_mt-24] [INFO] [1717682696.739037877] [map.map_container]: Found class: rclcpp_components::NodeFactoryTemplate<Lanelet2MapVisualizationNode>
[component_container_mt-24] [INFO] [1717682696.739066677] [map.map_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<Lanelet2MapVisualizationNode>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/map/lanelet2_map_visualization' in container '/map/map_container'
[component_container_mt-24] [INFO] [1717682696.778486562] [map.map_container]: Load Library: /home/hasegawa/autoware/install/map_tf_generator/lib/libvector_map_tf_generator_node.so
[system_error_monitor_node-20] [INFO] [1717682696.778698053] [system.system_error_monitor]: waiting for current_gate_mode msg...
[component_container_mt-24] [INFO] [1717682696.789014036] [map.map_container]: Found class: rclcpp_components::NodeFactoryTemplate<VectorMapTFGeneratorNode>
[component_container_mt-24] [INFO] [1717682696.790730598] [map.map_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<VectorMapTFGeneratorNode>
[component_container_mt-34] [INFO] [1717682696.798376595] [planning.scenario_planning.parking.parking_container]: Found class: rclcpp_components::NodeFactoryTemplate<CostmapGenerator>
[component_container_mt-34] [INFO] [1717682696.799319161] [planning.scenario_planning.parking.parking_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<CostmapGenerator>
[component_container_mt-33] [INFO] [1717682696.811231645] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<obstacle_velocity_limiter::ObstacleVelocityLimiterNode>
[component_container_mt-33] [INFO] [1717682696.812541063] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<obstacle_velocity_limiter::ObstacleVelocityLimiterNode>
[component_container_mt-38] [INFO] [1717682696.848193505] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware::motion::control::autonomous_emergency_braking::AEB>
[component_container_mt-38] [INFO] [1717682696.848538557] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware::motion::control::autonomous_emergency_braking::AEB>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/map/vector_map_tf_generator' in container '/map/map_container'
[component_container_mt-34] [INFO] [1717682696.866076426] [planning.scenario_planning.parking.costmap_generator]: waiting for initial pose...
[component_container_mt-24] [INFO] [1717682696.874046046] [map.vector_map_tf_generator]: broadcast static tf. map_frame:map, viewer_frame:viewer, x:3749.71, y:73724.3, z:19.4406
[component_container_mt-24] [INFO] [1717682696.882007366] [map.lanelet2_map_loader]: Succeeded to load lanelet2_map. Map is published.
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/autonomous_emergency_braking' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.905279099] [control.control_container]: Load Library: /home/hasegawa/autoware/install/lane_departure_checker/lib/liblane_departure_checker.so
[component_container_mt-24] [INFO] [1717682696.909726118] [map.lanelet2_map_visualization]: Map is loaded
[component_container_mt-24] 
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/obstacle_velocity_limiter' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[component_container_mt-33] [INFO] [1717682696.915178012] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/autoware_motion_velocity_planner_node/lib/libautoware_motion_velocity_planner_node_lib.so
[component_container_mt-24] [INFO] [1717682696.921093278] [map.vector_map_tf_generator]: broadcast static tf. map_frame:map, viewer_frame:viewer, x:3749.71, y:73724.3, z:19.4406
[component_container_mt-38] [INFO] [1717682696.921517010] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<lane_departure_checker::LaneDepartureCheckerNode>
[component_container_mt-38] [INFO] [1717682696.921554471] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<lane_departure_checker::LaneDepartureCheckerNode>
[component_container_mt-33] [INFO] [1717682696.926781533] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<autoware::motion_velocity_planner::MotionVelocityPlannerNode>
[component_container_mt-33] [INFO] [1717682696.926819463] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<autoware::motion_velocity_planner::MotionVelocityPlannerNode>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/trajectory_follower/lane_departure_checker_node' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.967071283] [control.control_container]: Load Library: /home/hasegawa/autoware/install/shift_decider/lib/libshift_decider_node.so
[component_container_mt-38] [INFO] [1717682696.969087356] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<ShiftDecider>
[component_container_mt-38] [INFO] [1717682696.969114216] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<ShiftDecider>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/shift_decider' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682696.997147830] [control.control_container]: Load Library: /home/hasegawa/autoware/install/vehicle_cmd_gate/lib/libvehicle_cmd_gate_node.so
[component_container_mt-38] [INFO] [1717682697.003961333] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<vehicle_cmd_gate::VehicleCmdGate>
[component_container_mt-38] [INFO] [1717682697.003997613] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<vehicle_cmd_gate::VehicleCmdGate>
[component_container_mt-33] [ERROR] [1717682697.008500042] [planning.scenario_planning.lane_driving.motion_planning.motion_velocity_planner]: The scene plugin 'motion_velocity_planner::DynamicObstacleStopModule' is not available.
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[component_container_mt-33] [INFO] [1717682697.011464630] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Load Library: /home/hasegawa/autoware/install/obstacle_cruise_planner/lib/libobstacle_cruise_planner_core.so
[component_container_mt-33] [INFO] [1717682697.017552177] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<motion_planning::ObstacleCruisePlannerNode>
[component_container_mt-33] [INFO] [1717682697.017593027] [planning.scenario_planning.lane_driving.motion_planning.motion_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<motion_planning::ObstacleCruisePlannerNode>
[component_container_mt-38] [INFO] [1717682697.066892754] [control.trajectory_follower.lane_departure_checker_node]: waiting for current_twist msg...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/vehicle_cmd_gate' in container '/control/control_container'
[component_container_mt-27] [INFO] [1717682697.079731594] [planning.mission_planning.mission_planner]: waiting odometry... Route API is not ready.
[component_container_mt-38] [INFO] [1717682697.085472319] [control.control_container]: Load Library: /home/hasegawa/autoware/install/operation_mode_transition_manager/lib/liboperation_mode_transition_manager_node.so
[component_container_mt-38] [INFO] [1717682697.090054577] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<operation_mode_transition_manager::OperationModeTransitionManager>
[component_container_mt-38] [INFO] [1717682697.090883513] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<operation_mode_transition_manager::OperationModeTransitionManager>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner' in container '/planning/scenario_planning/lane_driving/motion_planning/motion_planning_container'
[map_based_prediction-50] [WARN] [1717682697.103837453] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/operation_mode_transition_manager' in container '/control/control_container'
[component_container_mt-38] [INFO] [1717682697.162050485] [control.control_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-38] [INFO] [1717682697.167689890] [control.control_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-38] [INFO] [1717682697.167721090] [control.control_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/control/glog_component' in container '/control/control_container'
[map_based_prediction-50] [WARN] [1717682697.204904361] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner' in container '/planning/scenario_planning/lane_driving/behavior_planning/behavior_planning_container'
[component_container_mt-32] [INFO] [1717682697.264136080] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Load Library: /home/hasegawa/autoware/install/glog_component/lib/libglog_component.so
[component_container_mt-32] [INFO] [1717682697.266845686] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Found class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[component_container_mt-32] [INFO] [1717682697.266868336] [planning.scenario_planning.lane_driving.behavior_planning.behavior_planning_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<GlogComponent>
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/planning/scenario_planning/lane_driving/behavior_planning/glog_component' in container '/planning/scenario_planning/lane_driving/behavior_planning/behavior_planning_container'
[map_based_prediction-50] [WARN] [1717682697.305821149] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682697.406571254] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[rviz2-45] [INFO] [1717682697.439971742] [rviz2]: Stereo is NOT SUPPORTED
[rviz2-45] [INFO] [1717682697.440091603] [rviz2]: OpenGl version: 4.6 (GLSL 4.6)
[map_based_prediction-50] [WARN] [1717682697.507367330] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[rviz2-45] [INFO] [1717682697.551349054] [rviz2]: Stereo is NOT SUPPORTED
[map_based_prediction-50] [WARN] [1717682697.615593643] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682697.730951600] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682697.845625882] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682697.960676477] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.075884153] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.190624006] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.305695041] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.420797506] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.535633490] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.650588754] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.765608899] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[rviz2-45] [INFO] [1717682698.789615758] [rviz2]: Stereo is NOT SUPPORTED
[map_based_prediction-50] [WARN] [1717682698.880629844] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682698.995656829] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.110638582] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.225621668] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.340621001] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.455641446] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.570642611] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.685654575] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.800680821] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682699.915651134] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.030632359] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.145581443] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.260616988] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.375612322] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.490615727] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.605612582] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.720629157] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.835697211] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682700.950645226] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682701.065617129] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[scenario_selector-29] [INFO] [1717682701.102911522] [planning.scenario_planning.scenario_selector]: Waiting for current pose.
[map_based_prediction-50] [WARN] [1717682701.180606764] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682701.295641279] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682701.410667304] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682701.525653868] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682701.539278193] [control.trajectory_follower.controller_node_exe]: Waiting for trajectory.
[component_container_mt-38] [INFO] [1717682701.539308564] [control.trajectory_follower.controller_node_exe]: Control is skipped since input data is not ready.
[simple_planning_simulator_exe-58] [INFO] [1717682701.557241044] [simulation.simple_planning_simulator]: waiting initialization...
[map_based_prediction-50] [WARN] [1717682701.640613023] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-32] [INFO] [1717682701.743912764] [planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner]: waiting for scenario_topic
[map_based_prediction-50] [WARN] [1717682701.755616617] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-34] [INFO] [1717682701.866272095] [planning.scenario_planning.parking.costmap_generator]: waiting for initial pose...
[map_based_prediction-50] [WARN] [1717682701.870640772] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682701.985589866] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682702.003666388] [control.autonomous_emergency_braking]: [AEB] waiting for ego velocity
[map_based_prediction-50] [WARN] [1717682702.100650721] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-27] [INFO] [1717682702.117671337] [planning.mission_planning.mission_planner]: waiting odometry... Route API is not ready.
[component_container_mt-38] [INFO] [1717682702.161554040] [control.trajectory_follower.lane_departure_checker_node]: waiting for current_twist msg...
[map_based_prediction-50] [WARN] [1717682702.215648236] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.330639790] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.445620985] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.560624268] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.675626694] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.790641258] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682702.905610883] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.020654418] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.135638692] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.250639146] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.365619981] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.480645795] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.595623490] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.710652865] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.825656439] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682703.940688175] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.055643738] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.170633723] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.285652177] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.400648222] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.515651187] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.630795192] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.745759236] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.860775432] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682704.975796575] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.090785910] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.205777064] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.320788099] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.435769684] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.550751238] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.665744723] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.780807577] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682705.895794422] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.010787376] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.125776121] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[scenario_selector-29] [INFO] [1717682706.202911680] [planning.scenario_planning.scenario_selector]: Waiting for current pose.
[map_based_prediction-50] [WARN] [1717682706.240773396] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.355781131] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.470775614] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682706.549278623] [control.trajectory_follower.controller_node_exe]: Waiting for trajectory.
[component_container_mt-38] [INFO] [1717682706.549325203] [control.trajectory_follower.controller_node_exe]: Control is skipped since input data is not ready.
[simple_planning_simulator_exe-58] [INFO] [1717682706.557258243] [simulation.simple_planning_simulator]: waiting initialization...
[map_based_prediction-50] [WARN] [1717682706.585751120] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.700713543] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682706.815729478] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-32] [INFO] [1717682706.843901753] [planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner]: waiting for scenario_topic
[component_container_mt-34] [INFO] [1717682706.866472483] [planning.scenario_planning.parking.costmap_generator]: waiting for initial pose...
[map_based_prediction-50] [WARN] [1717682706.930781913] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.045757457] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682707.103710038] [control.autonomous_emergency_braking]: [AEB] waiting for ego velocity
[component_container_mt-27] [INFO] [1717682707.117713924] [planning.mission_planning.mission_planner]: waiting odometry... Route API is not ready.
[map_based_prediction-50] [WARN] [1717682707.160761322] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682707.261531128] [control.trajectory_follower.lane_departure_checker_node]: waiting for current_twist msg...
[map_based_prediction-50] [WARN] [1717682707.275744816] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.390771331] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.505749235] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.620755820] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.735745564] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.850749729] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682707.965745224] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.080709849] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.195741262] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.310741508] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.425741581] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.540772726] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.655739411] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.770754176] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682708.885741510] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.000714144] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.115738969] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.230743863] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.345759878] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.460701603] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.575730298] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.690739732] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.805762497] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682709.920715430] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.035799626] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.150775460] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.265765515] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.380709879] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.495766844] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.610779598] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.725726403] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.840768257] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682710.955732662] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.070729656] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.185746011] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.300765796] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[scenario_selector-29] [INFO] [1717682711.302921419] [planning.scenario_planning.scenario_selector]: Waiting for current pose.
[map_based_prediction-50] [WARN] [1717682711.415760080] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.530775015] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[simple_planning_simulator_exe-58] [INFO] [1717682711.557274600] [simulation.simple_planning_simulator]: waiting initialization...
[component_container_mt-38] [INFO] [1717682711.559385843] [control.trajectory_follower.controller_node_exe]: Waiting for trajectory.
[component_container_mt-38] [INFO] [1717682711.559435833] [control.trajectory_follower.controller_node_exe]: Control is skipped since input data is not ready.
[map_based_prediction-50] [WARN] [1717682711.645772989] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.760808284] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-32] [INFO] [1717682711.843941380] [planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner]: waiting for scenario_topic
[component_container_mt-34] [INFO] [1717682711.866632442] [planning.scenario_planning.parking.costmap_generator]: waiting for initial pose...
[map_based_prediction-50] [WARN] [1717682711.875799339] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682711.990791563] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682712.103718805] [control.autonomous_emergency_braking]: [AEB] waiting for ego velocity
[map_based_prediction-50] [WARN] [1717682712.105814038] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-27] [INFO] [1717682712.117741982] [planning.mission_planning.mission_planner]: waiting odometry... Route API is not ready.
[map_based_prediction-50] [WARN] [1717682712.220794693] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682712.261551885] [control.trajectory_follower.lane_departure_checker_node]: waiting for current_twist msg...
[map_based_prediction-50] [WARN] [1717682712.335752526] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682712.450765042] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682712.565742915] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682712.680711290] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682712.795767295] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682712.910752239] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.025769324] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.140761948] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.255751453] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.370778597] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.485725292] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.600709927] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.715716361] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.830679235] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682713.946525165] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.060692994] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.175745579] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.290783194] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.405741608] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.520705873] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.635764087] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.750746822] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.865722886] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682714.980709301] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.095714435] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.210730890] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.325722705] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.440753910] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.555751154] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.670774219] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.785730173] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682715.900710987] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.015757722] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.130785836] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.245731951] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.360789965] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[scenario_selector-29] [INFO] [1717682716.402922968] [planning.scenario_planning.scenario_selector]: Waiting for current pose.
[map_based_prediction-50] [WARN] [1717682716.475794180] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682716.569305971] [control.trajectory_follower.controller_node_exe]: Waiting for trajectory.
[component_container_mt-38] [INFO] [1717682716.569355192] [control.trajectory_follower.controller_node_exe]: Control is skipped since input data is not ready.
[simple_planning_simulator_exe-58] [INFO] [1717682716.582231692] [simulation.simple_planning_simulator]: waiting initialization...
[map_based_prediction-50] [WARN] [1717682716.590789275] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.705741919] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682716.820769094] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-34] [INFO] [1717682716.866800210] [planning.scenario_planning.parking.costmap_generator]: waiting for initial pose...
[map_based_prediction-50] [WARN] [1717682716.935775649] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-32] [INFO] [1717682716.943872080] [planning.scenario_planning.lane_driving.behavior_planning.behavior_path_planner]: waiting for scenario_topic
[map_based_prediction-50] [WARN] [1717682717.050784713] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-27] [INFO] [1717682717.117759159] [planning.mission_planning.mission_planner]: waiting odometry... Route API is not ready.
[map_based_prediction-50] [WARN] [1717682717.165769148] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682717.203540293] [control.autonomous_emergency_braking]: [AEB] waiting for ego velocity
[map_based_prediction-50] [WARN] [1717682717.280714531] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[component_container_mt-38] [INFO] [1717682717.361549024] [control.trajectory_follower.lane_departure_checker_node]: waiting for current_twist msg...
[map_based_prediction-50] [WARN] [1717682717.395779907] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682717.510775801] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682717.625759496] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682717.740745721] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682717.855753446] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682717.970746549] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.085757805] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.200784838] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.315752413] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.430785308] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.545738422] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.660711837] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.775758281] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682718.890789326] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.005753220] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.120713555] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.235816410] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.350736434] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.465769779] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.580768254] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.695816558] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.810769233] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682719.925754997] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.040782672] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.155775056] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.270788460] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.385773675] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.500777619] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.615750264] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.730780309] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.845776413] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682720.960770078] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682721.075712513] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
[map_based_prediction-50] [WARN] [1717682721.190748747] [perception.object_recognition.prediction.map_based_prediction]: failed to get transform from base_link to map: Could not find a connection between 'base_link' and 'map' because they are not part of the same tree.Tf has two or more unconnected trees.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment