-
Notifications
You must be signed in to change notification settings - Fork 193
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
Unable to build ZED image using dustynv/ros:humble-ros-base-l4t-r36.3.0 #293
Comments
@leo-bonacini can you please test the new scripts in the |
System Information
Steps Followed
git clone https://github.com/stereolabs/zed-ros2-wrapper.git
cd zed-ros2-wrapper && git checkout update_docker
./jetson_build_dockerfile_from_sdk_and_l4T_version.sh l4t-r36.3.0 zedsdk-4.2.3
docker run --runtime nvidia -it --privileged --network=host --ipc=host --pid=host -e NVIDIA_DRIVER_CAPABILITIES=all -e DISPLAY=$DISPLAY -v /tmp:/tmp -v /dev:/dev -v /var/nvidia/nvcam/settings/:/var/nvidia/nvcam/settings/ -v /etc/systemd/system/zed_x_daemon.service:/etc/systemd/system/zed_x_daemon.service -v /usr/local/zed/resources/:/usr/local/zed/resources/ -v /usr/local/zed/settings/:/usr/local/zed/settings/ zed_ros2_l4t_36.3.0_sdk_4.2.3
ros2 launch zed_wrapper zed_camera.launch.py camera_model:=zed2i Observations
Thank you for the update, @Myzhar. Let me know if further details are needed. |
Thank you for the feedback. We will merge this dev branch into the master branch as soon as we complete the QA tests. We set ROS_DOMAIN_ID to 5 to be sure that this setup does not interfere with other robotics systems on the same local network. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days |
Preliminary Checks
Description
While attempting to build the Docker image for NVIDIA Jetson Orin Nano (L4T version 36.3.0) with ROS 2 Humble, the build fails when using the base image
dustynv/ros:humble-ros-base-l4t-r36.3.0
, specified in the following Dockerfile line:Dockerfile Line 2
The error occurs at this line in the Dockerfile:
Dockerfile Line 82
Steps to Reproduce
git clone https://github.com/stereolabs/zed-ros2-wrapper.git
cd zed-ros2-wrapper/docker
./jetson_build_dockerfile_from_sdk_and_l4T_version.sh l4t-r36.3.0 zedsdk4.2.3
Expected Result
The image should build without any issues
Actual Result
ZED Camera model
ZED2i
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: