-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error on Dockerfile for Jetson Nano #3984
Comments
Please don't file new tickets. Comment on existing ones. You still did not provide the issue template context, so I cannot help. Please direct this to Robotics Stack Exchange in the future or look into the errors. |
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 yuo close the issue and don't let me answer yuor requests. 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 issueOn a Jetson Nano:
Once incide de docker container run Expected behaviorThe build process finishd without errors Actual behaviorThe build process finishd with reported error Additional informationI 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++. Thank |
Since you did not include the issue template I can’t tell you what version that is, but you can look it up on the distribution’s package manager.
Originally posted by @SteveMacenski in #3983 (comment)
I get this error:
EDIT: Add my dockerfile to reproduce the error
My dockerfile:
The text was updated successfully, but these errors were encountered: