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
I have custom control logic (not keyboard/joystick) that produces joint commands for a robot. I want to publish those commands as ROS topics and drive a robot inside Isaac Lab (so I can record demonstrations for imitation learning).
My questions
Is it supported / recommended to control Isaac Lab robots by publishing joint commands over ROS/ROS2 topics? (e.g. sensor_msgs/JointState). If yes — which topic/message types are commonly used/supported for low-latency control in Isaac Lab?
If it’s possible to implement this with ROS, would there be any response delay? In the video the control wasn’t via ROS, and it seemed more responsive. (Like the Franka Panda robot arm in the tutorial.)
Are there example setups (minimal code snippets) that publish topic of joint commands inside Isaac Lab?