Hi, I’m trying to follow this tutorial: Tutorial for Isaac Manipulator Reference Workflows with Isaac Sim — isaac_ros_docs documentation
But couldn’t convert soup_can.onnx to engine file.
&&&& RUNNING TensorRT.trtexec [TensorRT v100300] # trtexec --onnx=soup_can.onnx --saveEngine=soup_can.engine
...
[07/17/2026-12:48:07] [W] [TRT] Tactic Device request: 602MB Available: 332MB. Device memory is insufficient to use tactic.
[07/17/2026-12:48:07] [W] [TRT] UNSUPPORTED_STATE: Skipping tactic 0 due to insufficient memory on requested size of 631296512 detected for tactic 0x503619c69ae500ff.
[07/17/2026-12:48:07] [W] [TRT] Tactic Device request: 602MB Available: 332MB. Device memory is insufficient to use tactic.
[07/17/2026-12:48:07] [W] [TRT] UNSUPPORTED_STATE: Skipping tactic 1 due to insufficient memory on requested size of 631296512 detected for tactic 0xf067e6205da31c2e.
[07/17/2026-12:48:07] [W] [TRT] Tactic Device request: 602MB Available: 332MB. Device memory is insufficient to use tactic.
[07/17/2026-12:48:07] [W] [TRT] UNSUPPORTED_STATE: Skipping tactic 2 due to insufficient memory on requested size of 631296512 detected for tactic 0x5deb29b7a8e275f7.
...
[07/17/2026-12:48:08] [E] Error[10]: IBuilder::buildSerializedNetwork: Error Code 10: Internal Error (Could not find any implementation for node node_conv2d + node_relu.)
[07/17/2026-12:48:08] [E] Engine could not be created from network
[07/17/2026-12:48:08] [E] Building engine failed
[07/17/2026-12:48:08] [E] Failed to create engine from model or file.
[07/17/2026-12:48:08] [E] Engine set up failed
My goal is to finish the Manipulator tutorial to get a better know of it.
So, some questions:
- Does this mean DOPE is too large for Jetson to convert?
- I do however, have another ketchup.onnx that’s convertible. Maybe it’s because the soup can onnx is exported with input tensor size 1920x1200? (The tutorial told me to do so, perhaps I can lower the camera resolution in Isaac Sim?)
- If this model is not applicable for Jetson Orin Nano, any alternative?
- And…when I launch
ros2 launch isaac_manipulator_pick_and_place isaac_sim_workflows.launch.py, the RAM is being eaten up quickly (almost OOM). Is Isaac ROS Manipulator simply not suitable for Jetson Orin Nano, or it’s just this tutorial launch takes too much memory?
Some extra info:
Jetson Orin Nano 8G
JetPack 6.2.1
Isaac ROS 3.2 Docker container
Thanks!