how to use stepper motor for differential drive [closed]
Iam trying to use 2 stepper motors as a differential drive with an arduino but iam lost as this is not something i have done before any help that i can get would be greatly appreciated Iam trying to get it to interface with the navigation stack but it doesnt allow for steppers
This question really has nothing to do with ROS. Perhaps try https://robotics.stackexchange.com/ Or maybe an open source project like the ePuck could serve as some inspiration.
As long as you have a robot that can listen to a twist message and follow that command, publish an odometry message, and support a planar laser scanner, then you can run the navigation stack on your robot. http://wiki.ros.org/navigation#Hardwa...
If you are using stepper motors, you just need to make sure that your interface between the ROS computer and the steppers (microcontroller, industrial stepper controllers, whatever) supports these requirements.