I am now testing yolov8 in Isaac ROS.
But when I trying to unload tensorrt node from the container, the whole container will crash.
I am using the the following command the unload the node
ros2 component unload /tensor_rt_container 1
What is the correct way to unload the tensorrt node from the container without crashing it.
Using python launch file to take care node life cycle is not suitable in my case.
As I would like to hot swap the tensorrt model without interrupting the other nitros node process.
For example, the launch file I’m using had one argus mono node and two yolov8 pipline connect to it. And I would like to shutdown one of the yolov8 nodes without affecting the other.