You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a few issues with nitros nodes and TRT installation in the repository:
Due to the way it has been added into the dockerfile, TRT 11 gets installed, overriding the original TRT 10 installation. We should fix this to ensure TRT 10 remains installed, and cuda version remains consistent. New TRT and cuda versions can bring unforeseen bugs if unknowingly updated.
Currently there are a few issues with nitros nodes and TRT installation in the repository:
Due to the way it has been added into the dockerfile, TRT 11 gets installed, overriding the original TRT 10 installation. We should fix this to ensure TRT 10 remains installed, and cuda version remains consistent. New TRT and cuda versions can bring unforeseen bugs if unknowingly updated.
We want to use nitros nodes in the repository, however lifecycle nodes do not support nitros right now. This PR has been made is the feat: add LifecycleNode support to ManagedNitrosPublisher/Subscriber (fix #68) NVIDIA-ISAAC-ROS/isaac_ros_nitros#70, however not merged in yet. The fix here is: