Sabertooth 12a driver ROS 1

we are using ROS 1 Noetic on Ubuntu 20.04
for a differential drive mobile robot
using a sabertooth 12a driver
can you recommend me the ROS package to run the driver for differential drive mobile robot
because the only packages i was able to find is for a 4 wheel robot

1 Like

note: I am using jetson nano

1 Like

Hi @AliAbubaker and welcome to our forum.

Can you share a link of that package you found for a 4 wheeled robot?

I see that Dimension Engineering (manufacturer of Sabretooth), offers some Arduino libraries, but nothing for Jetson Nano and ROS. Maybe to contact them to confirm this?

Not sure if something can be found here maybe:

this the one is the one i found it use Arduino and ros so i conct the Arduino to my Jetson Nano
GitHub - balcilar/Sabertooth-Motor-Ros: Drive Sabertooth Motor by Arduino using ROS Twist Messages

1 Like

Thank you.

How are your Jetson Nano and Arduino connected?

Is it maybe possible to connect each motor to a separate Arduino and Sabertooth, and then do some modifications in libraries?

I mange to solve the problem i connect directly to Jetson Nano and used this packaged

the problem i was facing is i was using wrong configuration on sabertooth driver

1 Like

That’s good news. Thank you for sharing.