OmniGibson
OmniGibson copied to clipboard
Multi-wheel differential drive for Husky etc.
Thanks for this amazing project! I have a question regarding the controller for Husky, which is currently implemented using JointController
class. However, seems like it should be DifferentialDrive
.
I wonder is there any consideration behind using JointController
? Should I attempt to implement DifferentialDrive
for Husky? Thanks a lot!