I’m using Isaac Sim 2021.2.1 local workstation installation, Ubuntu 20.04. I would like the ROS bridge to publish ROS topic using sim time measured with physics steps instead of rendering/app update.
Even with setting this omni.kit.commands.execute("Ros2BridgeUseSimTime",use_sim_time=True), the /clock is not publishing when simulation_context.step(render=False).
It is only publishing the /clock topic when simulation_context.step(render=True).
I have tried with ROS1 and ROS2 bridge, both doesn’t seem to work. Does anyone face the similar issue and have any resolution? Many thanks