While using the Isaac Sim Omnigraph ROS2 Publish Camera Info we are experiencing consistent crashes of Isaac Sim.
System and Software Information:
Ubuntu 22.04 Kernel 6.8.0.40
Isaac Sim Version 4.1.0
ROS2 Version: Humble (Source Installed local version tested, as well as Isaac internal libraries, vision_msgs are installed)
Note: The RO2 Publish Camera Info node works correctly in Isaac Sim Version 2023.1.1.
Let us know if any additional software information is necessary to diagnose this issue.
We were trying to use the ROS2 Camera Info Helper initially, but it was incorrectly broadcasting the parameters of the camera, so we looked to the alternative of the ROS2 Publish Camera Info node. However, this node is giving us trouble as subscribing to the topic published by it causes Isaac Sim to abruptly crash. The crash log was investigated, but it did not provide any useful information to solve the issue. It can be provided if it would be helpful.
In the “Isaac Create Render Product” Node, select the created camera primitive as the camera prim.
Leave the rest of the nodes in default state
In the scene, create a camera.
Start the simulation
In a separate terminal, run ros2 topic echo /camera_info
Isaac Sim crashes for us at this point.
Please let us know if you are able to reproduce this error. If so, please let us know if there is a solution to it. Also let us know if there is any additional information needed to help diagnose or re-create the error.
Thank you for the response. Yes, we tested it with Isaac Sim 4.2.0 and received the same crashing behavior.
However, we have found a workaround for the time being using ROS2 Camera Helper node (not ROS2 Camera Info Helper node) and selecting the camera_info “Type”.
The issue with the original node still persists and should probably be investigated further.