-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to read from Serial #10
Comments
Hello! Have you verified that the user you're running --scott |
Thanks for the response. I figured out that my issue is a repeat of issue #4, I just misunderstood what their fix was, but I understand now. When the Kangaroo is in mixed_mode the channels names change from the default of '1' and '2' to 'd' and 't' (which stand for drive and turn). I used ROS params to set those in my launch file like so:
However this library currently doesn't do anything with 'ch1_joint_name" and "ch2_joint_name" so those where not being set. I just went into kangaroo_driver.cpp and changed all of the '1' and '2' to 'd' and 't' as a quick fix. I'll keep this issue open so that it can be closed once those params are hooked up. |
Hello, I'm having the same problem and changing the "1" and "2"s it doesn't solves Hope someone can help me with this issue and thank you. |
Hi,
I've connected a Kangaroo/Sabertooth to a system running ROS using an FTDI cable. I used the DEScribe software to change the baud rate of the Kangaroo to 38400. I'm calling your node with a launch file like so:
I get the errors:
I also made sure that /dev/ttyUSB0 is the correct port with the command
$lsusb
which outputs...
combined with this bash script
which outputs...
Is there anything else required to use your package? How should the Sabertooth be configured?
The text was updated successfully, but these errors were encountered: