NVIDIA Isaac Sim supports serval Differential Drive Robot, such as carter, JetBot and Clearpath. I can control cater_v2_3 and Jetbot easily with the help of the above tutorial, which these differential drive chassis have two drive-wheel.
But how can I drive a differential drive chassis with four drive-wheel, such as Clearpath Jackal? I try to add two Articulator controllers in Action Graph, one of them control the front two wheels, the other control the back two wheels, is this the right way to do it?
hi @longylian , can you try using 2 differential controllers for the front and rear wheels which are then connected to a single articulation controller for the robot? (just 1 articulation controller and 2 differential controllers). This might not be the best solution but should help you get started
Hi @rchadha , I try 4 different methods, but each method has the same bug. I use carter_ v2_3 for comparison, given an angular velocity of 1.0 rad/s, Jackal rotates much slower than carter_v2_3.