This repository is for 2024 ARTC project, where we evaluate the performance of Yabloc, a localization component from Autoware, in a standalone scheme.
- OS: Ubuntu 22.04
- ROS2 Humble
git clone https://github.com/Allan11231123/2024-ARTC-Yabloc.git
cd 2024-ARTC-Yabloc
git submodule update --init --recursive
source /opt/ros/humble/setup.bash
rosdep install -y --from-path src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
- Running Yabloc sample launch file. (You can find ros bag from here)
# Terminal 1
source install/setup.bash
ros2 launch yabloc_launch sample.launch.xml
# Terminal 2
source install/setup.bash
bash test.sh
# Terminal 3
source install/setup.bash
ros2 bag play town10_1/ --remap /tf_s:=/tf_static /carla/ego_vehicle/imu:=/sensing/imu/tamagawa/imu_raw /carla/ego_vehicle/rgb_front/camera_info:=/sensing/camera/traffic_light/camera_info /out/compressed:=/sensing/camera/traffic_light/image_raw/compressed /initialpose3:=initialpose
In this repository, Yabloc component is not up to date. We are now create another workflow using the latest version of Yabloc from autoware universe.