-
Notifications
You must be signed in to change notification settings - Fork 259
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
Jetson inference #122
Comments
Hi @vijayreddysamula, which version of jetpack-l4t are you running? (you can check this with You can build the ros:pytorch container (which has ros_deep_learning installed and uses jetson-inference as base) with jetson-containers |
Hi Dusty, |
Hi @vijayreddysamula, IIRC the l4t-jetpack base container for L4T R34.1.1 wasn't released - L4T R34.1.1 was a Developer Preview release and you should upgrade it (i.e. to the latest - currently JetPack 5.1.1 / L4T R35.3.1) |
@dusty-nv This means we can directly do inference in the same node by calling imagenet API from jetson-interface. Is this a solution to avoid nodelet? |
@jiefengsun in ROS2 it doesn't use nodelets, but yes. Isaac ROS also has zero-copy transport between nodes (NITROS) https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_nitros |
Hi, Dusty,
I am working Jetson Orin AGX developer kit.
I encountered a small problem after building the ros image. The container doesn't have jetson inference and jetson utils. But I tried cloning the jetson inference and it always shows webrtc error. I don't want to build a jetson inference again, so I wrote the docker file with the jetson inference image as the base and installed ros2. But there I can see the ros2 topic list but not able to subscribe.
The text was updated successfully, but these errors were encountered: