You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The diffdrive controller tries to get the wheel separation by looking up the joints in the URDF.
This is a nice feature! But it assumes that the joints are directly attached to base_link (or at least a common link): source
In a lot of our cases this is not true and they each have a unique parent link and thus the lookup gives wrong results.
Wouldn't it be better to simply lookup the relative distance between the two joints instead?
The text was updated successfully, but these errors were encountered:
The diffdrive controller tries to get the wheel separation by looking up the joints in the URDF.
This is a nice feature! But it assumes that the joints are directly attached to base_link (or at least a common link):
source
In a lot of our cases this is not true and they each have a unique parent link and thus the lookup gives wrong results.
Wouldn't it be better to simply lookup the relative distance between the two joints instead?
The text was updated successfully, but these errors were encountered: