Closed stevedanomodolor closed 7 months ago
Hi @stevedanomodolor, I'm also facing the same issue on the main branch. How did you resolve it?
@Ayush1285 I merged with latest main and made sure I had the latest dockers
@Ayush1285 @stevedanomodolor Hi, I had the latest docker and latest commit on main but I still have this issue. Any idea on how to solve it?
@Ayush1285 @stevedanomodolor Hi, I had the latest docker and latest commit on main but I still have this issue. Any idea on how to solve it?
Can you please check version of Ubuntu in your docker env? Currently due to migration of ROS Rolling from 22.04 to 24.04, we are facing issues regarding packages not available in rosdep. You can try building your own docker image of Nav2 main branch from the ROS Jazzy image, and see if it works or not.
root@stevedan:/opt/overlay_ws# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy ARG FROM_IMAGE=ros:rolling ARG UNDERLAY_WS=/opt/underlay_ws ARG OVERLAY_WS=/opt/overlay_ws
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
It should build
Actual behavior
It does not build and it gives and error
Additional information