How to get Isaac Sim installation path at runtime in a ROS2 launch file?

@Ayush_G that’s what I was looking for, thanks!

However, one drawback of that solution is that the user is forced to specify the Isaac Sim version, as long as it is not 4.0.0. Based on the assumption that most of the users only have a single Isaac Sim version installed, wouldn’t it be better to use whatever version is installed if the user does not specify any? In case the user has several versions installed, simply use the most recent one.

This way, people using ROS2 launch files with isaacsim would find it easier to use, since no version argument would need to be specified.

If that makes sense to you, I can open a ticket here.