mat-h
April 17, 2024, 6:42am
1
Hello,
We don’t find any samples or tutorials about how to create “Action graph for AckermannDrive”.
Question:
Are there any one success to create “Action graph for AckermannDrive” on IsaacSim?
We would appreciate if you share us “success example” such as “Subscribe Twist Example” like below.
https://docs.omniverse.nvidia.com/isaacsim/latest/ros_tutorials/tutorial_ros_drive_turtlebot.html#building-the-graph
Best regards,
Hi @mat-h ,
This will be a tutorial in our upcoming Isaac Sim release scheduled for mid-May!
For now here is a sneak peak at the Ackermann Tutorial.
In this tutorial we are controlling the Forklift C asset.
Note we have 2 articulation controllers. One is used to control the steering joints and the other is controlling the main drive joints. The corresponding joint names in the articulation node would have to be updated.
Main Drive Joints: [left_back_wheel_joint, right_back_wheel_joint]
Steering joints: [left_rotator_joint, right_rotator_joint]
Hope this helps. Please let me know if you need more details.
mat-h
April 18, 2024, 12:14am
4
Hi,
Thank you very much for your kindness.
I really appreciate your help.
This information is very helpful!
I’d like to try that!
Best regards,
mat-h
August 23, 2024, 5:13am
6
Hi,
Thank you very much for your kindness.
I really appreciate your help.
We can success to run the below demo with “forklift_c.usd”.
https://docs.omniverse.nvidia.com/isaacsim/latest/ros2_tutorials/tutorial_ros2_ackermann_controller.html
Thank you!
We try to create original vehicle model with “rotator_joint” prim by Omniverse Mesh & Joint function.
We would also appreciate if you consider to create some tutorials “Simple Robot for Ackermann Controller” like below.
https://docs.omniverse.nvidia.com/isaacsim/latest/gui_tutorials/tutorial_gui_simple_robot.html
Best regards,