Alexey
Alexey
@dusty-nv , In the base container here (https://github.com/dusty-nv/jetson-containers/blob/master/Dockerfile.jetpack) you reference BASE_IMAGE=nvcr.io/nvidia/l4t-base:r34.1. This image is on NGC here: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-base Which says: "Starting with the r32.4.3 release, the Dockerfile for the l4t-base...
great wiki on xps 9560/ubuntu! just found that extra step is needed before changing SATA mode. in Windows one needs to disable BitLocker before the SATA change. Otherwise windows would...
there is error in these lines: https://github.com/dusty-nv/ros_deep_learning/blob/master/src/node_segnet.cpp#L194 https://github.com/dusty-nv/ros_deep_learning/blob/master/src/node_segnet.cpp#L208 must read: ``` ROS_DECLARE_PARAMETER("class_colors_path", class_colors_path); ``` and ``` ROS_GET_PARAMETER("class_colors_path", class_colors_path); ```
Hello, I am trying to build the ROS driver on ROS Noetic, standard PCL libs: ``` # dpkg -l | grep pcl ii libdapclient6v5:amd64 3.20.5-1 amd64 Client library for the...
Hello, great work! I am just starting to use Ubuntu Asahi on my old M1 Pro. I notice that after suspend/wake my wifi is shown connected to same net but...
### What went wrong? I am using earthly inside macos on macbook with Apple Silicon. it works in Docker.app and Parallels VM. But inside VMWare Fusion 13 it fails like...
Hello, I would like to run groot2 on macbook/arm64. The downloaded linux installer seem to be amd64 format. Is there a way to install/build groot2 on arm64?