Hi,
I have been following the official Isaac sim ROS 2 tutorials. I have been able to import URDF of Turtlebot3 burger model.
I followed the tutorials from Drive TurtleBot via ROS2 messages for making the action graph in Isaac sim.
The articulation controller in my action graph is showing the following error “Prim path expression is invalid, a prim matching the expression needs to be created before wrapping it as view”
When I click the Play button on the GUI, I am not able to control the turtlebot3 using teleop_twist_keyboard. I can see the “/cmd_vel” topic using ros2 topic list but and it is subscribing to my teleop commands but the robot does not move.
Please help me out in solving this error.
Thank you