Anas Derkaoui

Results 16 comments of Anas Derkaoui

Hello @Actat ! Can you please provide us with the full modifications that you did to the code. I am at the same page, I want to use an MX-106...

First, in order to run fake odom, there is another way: `ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 odom base_link` Then, regarding the error, make sure you...

Make sure you have the right transform tree in the lidar code. The error message on the terminal indicates that the issue is likely related to the transform tree which...

Hello, I have one issue with the installation. When I try to "cmake ../" I don't get the same generated files as in your video. For example, I don't have...

Thank you @dusty-nv that got rid of that error! But now I have another one, in "Scanning dependencies of target jetson-utils": "UPDATE" : I did some research and I saw...

I have a Jetson Nano and I have JetPack 4.6.b197 By typing this command apt-cache search tensorrt , I found that there was already tensorrt. But Running the other command...

Thanks ! That resolved the "make" issue. Now onto another problem :) that I encountered while running my first example : './detectnet.py images/peds_0.jpg output_0.jpg' I get this error + The...

This is what I find under that directory : ![image](https://github.com/dusty-nv/jetson-inference/assets/115218309/7362bc62-19f0-46d9-8fe4-21a779566e18) And you are right, I did not use SDK Manager to flash the board because it's another carrier called Auvidea...

I get an error : ./deviceQuery Starting... CUDA Device Query (Runtime API) version (CUDART static linking) cudaGetDeviceCount returned 999 -> unknown error Result = FAIL Okay then if I don't...

I think I might have the right version of CUDA which is 10.2 now. I saw the ![documentation](https://auvidea.eu/download/Software) of the carrier board and figured that I had to run a...