Using Roboteq Motor Controller instead of Arduino/Drive Combo
I am planning on using a prebuilt robotics base 4 wheeled Mecanum wheels; which includes 2 Roboteq SDC2160 motor controllers. Goal is to perform autonomous navigation.
Since these controllers have boards built in, I believe I can bypass the need for a Arduino/Teensy to send encoder data and receive commands.
Any best ideas on how to implement this with ROS packages? I have been trying to use Linorobot (https://linorobot.org/) but not sure how to adapt that code for just the motor controllers.
Using NVIDIA Jetson Nano.