About driver on ROS
Hello everyone! Thesedays I am thinking of applying ROS on a simple arm we made. I uses a device to connect the motors with my computer. But that device has no driver for ROS. But I found its driver for linux.
So it means I need to re-write a driver on ROS for this device, right? Can I use that driver for linux and simply include it in my ROS code?