Hello,
I made a custom controller in ros and test it in gazebo so far. I would like to somehow use this controller in isaac sim but I feel a bit overwhelmed as I started two days ago and I have been doing the tutorials to familiarize with the simulation environment.
So far I have done the tutorials of action graphs and how to bridge ros with the simulator. This tutorials creates subscribers or publishers to use them with ros.
I have a very high level idea of the concepts, please correct me:
-My cartesian impedance controller uses torque commands to control the robot, isaac sim should subscribe this commands through the omnigraph subscriber?
-About the joint states, in the tutorial the joint states are published by the omnigrpah publisher node, where my controller should subscribe.
-Also, my controller so far uses a dynamic reconfiguration system to reconfigure the impendance terms of the robot and also the desired pose for the robot. I dont know could I implement this for the simulator, the idea is to change online the stiffness and damping values and also send the robot to a new desired pose. Please any information about how to do this part would be appreciated.
If more information is needed please let me know.
Thanks in advance.