Skip to content

chore: update Autoware Core version to 1.8.0#7092

Merged
mitsudome-r merged 6 commits intoautowarefoundation:mainfrom
mitsudome-r:update-version-1.8.0
May 4, 2026
Merged

chore: update Autoware Core version to 1.8.0#7092
mitsudome-r merged 6 commits intoautowarefoundation:mainfrom
mitsudome-r:update-version-1.8.0

Conversation

@mitsudome-r
Copy link
Copy Markdown
Member

@mitsudome-r mitsudome-r commented May 3, 2026

Description

Update autoware.repos files for Autoware Core 1.8.0.
#7047

How was this PR tested?

Humble

  • source build
    • planning simulation
    • rosbag simulation
    • AWSIM simulation
  • docker build
    • planning simulation
    • AWSIM simulation
    • scenario simulation

Jazzy

  • source build
    • planning simulation
    • rosbag simulation
    • AWSIM simulation
  • docker build
    • planning simulation
    • AWSIM simulation
    • scenario simulation

github-actions added 6 commits May 3, 2026 10:26
…toware_universe to 0.51.0

Signed-off-by: github-actions <github-actions@github.com>
…toware_lanelet2_extension to 1.1.0

Signed-off-by: github-actions <github-actions@github.com>
…toware_launch to 0.51.0

Signed-off-by: github-actions <github-actions@github.com>
…are_tools to 0.7.0

Signed-off-by: github-actions <github-actions@github.com>
…toware_rviz_plugins to 0.5.0

Signed-off-by: github-actions <github-actions@github.com>
…toware_core to 1.8.0

Signed-off-by: github-actions <github-actions@github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@mitsudome-r mitsudome-r added the run:health-check Run health-check label May 3, 2026
@mitsudome-r
Copy link
Copy Markdown
Member Author

mitsudome-r commented May 3, 2026

Humble Test

Source Build

✔️ Planning Simulation

image

✔️ Rosbag Replay

image

✔️ AWSIM Demo

(Tested with AWSIM-Demo-Lightweight)
image

@mitsudome-r
Copy link
Copy Markdown
Member Author

mitsudome-r commented May 3, 2026

Humble Docker Tests

I modified the image name to use the local image after build.
e.g., ghcr.io/autowarefoundation/autoware:universe-cuda-jazzy -> autoware:universe-cuda-humble

✔️ Planning Simulation Docker Demo

I got the following warning, but it still succeeded:

[entrypoint] WARN: failed: sysctl -w net.core.rmem_max=2147483647 (need --privileged or --cap-add=NET_ADMIN)

✔️ AWSIM Docker Demo

(Skipping screenshot since it is same as source build)

✔️ Scenario Simulation Demo

image

@mitsudome-r
Copy link
Copy Markdown
Member Author

mitsudome-r commented May 4, 2026

Jazzy source build

When I tried to build scenario_simulator_v2 with vcs import src < repositories/simulator.repos, the build failed with

--- stderr: traffic_simulator                                                                                                        
In this package, headers install destination is set to `include` by ament_auto_package. It is recommended to install `include/traffic_simulator` instead and will be the default behavior of ament_auto_package from ROS 2 Kilted Kaiju. On distributions before Kilted, ament_auto_package behaves the same way when you use USE_SCOPED_HEADER_INSTALL_DIR option.
In file included from /opt/ros/jazzy/include/lanelet2_core/geometry/LineString.h:295,
                 from /opt/ros/jazzy/include/lanelet2_core/geometry/Polygon.h:4,
                 from /opt/ros/jazzy/include/lanelet2_core/geometry/impl/Lanelet.h:10,
                 from /opt/ros/jazzy/include/lanelet2_core/geometry/Lanelet.h:195,
                 from /home/mitsudome-r/autoware.test/src/simulator/scenario_simulator/simulation/traffic_simulator/include/traffic_simulator/data_type/lanelet_pose.hpp:18,
                 from /home/mitsudome-r/autoware.test/src/simulator/scenario_simulator/simulation/traffic_simulator/include/traffic_simulator/helper/helper.hpp:27,
                 from /home/mitsudome-r/autoware.test/src/simulator/scenario_simulator/simulation/traffic_simulator/test/src/lanelet_wrapper/test_lanelet_wrapper.hpp:24,
                 from /home/mitsudome-r/autoware.test/src/simulator/scenario_simulator/simulation/traffic_simulator/test/src/lanelet_wrapper/test_traffic_lights.cpp:15:
/opt/ros/jazzy/include/lanelet2_core/geometry/impl/LineString.h: In function ‘std::pair<double, lanelet::geometry::internal::ProjectedPointInfo<typename lanelet::traits::PointTraits<PointT>::BasicPoint> > lanelet::geometry::internal::signedDistanceImpl(LineStringT, const PointT&)’:
/opt/ros/jazzy/include/lanelet2_core/geometry/impl/LineString.h:130:9: error: typedef ‘using BasicPoint = PointT’ locally defined but not used [-Werror=unused-local-typedefs]
  130 |   using BasicPoint = PointT;
      |         ^~~~~~~~~~
cc1plus: all warnings being treated as errors
gmake[2]: *** [test/src/lanelet_wrapper/CMakeFiles/test_lanelet_wrapper_traffic_lights.dir/build.make:76: test/src/lanelet_wrapper/CMakeFiles/test_lanelet_wrapper_traffic_lights.dir/test_traffic_lights.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1022: test/src/lanelet_wrapper/CMakeFiles/test_lanelet_wrapper_traffic_lights.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
---
Failed   <<< traffic_simulator [15min 39s, exited with code 2]

I suppressed the warning by adding -Wno-error=unused-local-typedefs for now.

✔️ Planning Simulator

We still get [component_container_mt-34] [pcl::fromPCLPointCloud2] No data to copy. as before, but works just fine.

✔️ Rosbag Replay Demo

Works without critical errors.

Copy link
Copy Markdown
Contributor

@xmfcx xmfcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed Planning Sim and AWSIM demo works in ROS 2 Jazzy.

@xmfcx
Copy link
Copy Markdown
Contributor

xmfcx commented May 4, 2026

Copy link
Copy Markdown
Member

@youtalk youtalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lanelet2_extension got finally a major release. LGTM

@mitsudome-r mitsudome-r merged commit 5b27e88 into autowarefoundation:main May 4, 2026
52 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run:health-check Run health-check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants