I was using Isaac Sim URDF Importer to import my robot urdf files into usd. However, I cannot add the Articulation Root to the whole robot.
Is there a way for me to fix it?
Currently I’m using the turtlebot3_waffle of the turtlebot3_description ros2 package, and the Articulation root is in the base_footprint of the robot.
However what I wanted is that the articulation root is the turtlebot3_waffle prim.
[Link][ROS2 Joint Control: Extension Python Scripting — Omniverse IsaacSim]
I have been following the above documentation for publishing the joint state of the robot, but it keeps getting the error of “Prim is not an Articulation” when i use the whole robot as the target prim like the example.