Closed elgarbe closed 11 months ago
You do not need to continuously file tickets, we can chat on a closed ticket if you have follow up. This is starting to get irritating, I was pretty clear about this https://github.com/ros-planning/navigation2/issues/3984#issuecomment-1824857006. If this continues, you may be prevented from filing new tickets on this project.
You are using an older OS on a very unique platform that is controlled by Nvidia and thus is not necessarily setup with REP 2000 standard Ubuntu versions of tools. This is not something we offer support for. Maintainers will not spend time on this. I appreciate that this must be annoying for you, but this is not in scope of our support and when working with unsupported OS and proprietary hardware source versions, its on you as a user to make those technical tradeoffs.
Usually I file a ticket on github project and after a couple of posts we decide to close the issue as solved or not. I don't know why you close the issue and don't let me answer your requests. I can't reopen an issue if you close it. Anyway:
I'm working on building Nav2 from source on a Dockerfile for the Jetson Nano. The official ubuntu distro is 18.04 (no ROS2 for it), so I'm using https://github.com/dusty-nv/jetson-containers as a base image. My Dockerfile is:
Steps to reproduce issue
On a Jetson Nano: Create a Dockerfile with provided code and run
Once incide de docker container run
colcon build --symlink-install --base-paths src --event-handlers console_direct+
orcolcon build --symlink-install --base-paths src --event-handlers console_direct+ &> results.txt
Expected behavior
The build process finishd without errors
Actual behavior
The build process finishd with reported error:
results.zip
Additional information
I think that the problem is related to the version of the gcc that comes with dustynv/ros:humble-ros-base-l4t-r32.7.1, maybe it's too old and doesn't recognize the code that generate the error. But I'm noob at c++. I have to skip this package from rosdep,
--skip-keys "ignition-cmake2" --skip-keys "ignition-math6"
, I'm working on it too.Thank
Originally posted by @elgarbe in https://github.com/ros-planning/navigation2/issues/3984#issuecomment-1824901675