Skip to content
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

No data on tty #2

Open
kentbrake opened this issue May 22, 2012 · 2 comments
Open

No data on tty #2

kentbrake opened this issue May 22, 2012 · 2 comments

Comments

@kentbrake
Copy link

Hi,

I have a duemilanove with a AFMotor shield. I plan to attach the encoder and wheels from a recycle'd roomba. I was able to get the source to build and load with the following changes:

OpenInterface.h:

+#include <HardwareSerial.h>
+#include <Arduino.h>
+#define byte uint8_t

I have not attached the wheels/encoders yet, but I see the following error after starting ROS:

[rosout][ERROR] 2012-05-22 15:08:21,102: Failed to contact device with error: [Error reading from SCI port. No data.]. Please check that the Create is powered on and that the connector is plugged into the Create.
[root][INFO] 2012-05-22 15:08:26,476: sending control opcodes.

@b3cft
Copy link
Owner

b3cft commented May 23, 2012

Hi,

I haven't done any work on this for a while, and haven't tried with the latest Ardunio IDE, I suspect there may be some changes needed for Arduino v1+.

What version of ROS are your running? Again I'm still running TurtleROS from DiamondBack.

The only thing I had to configure correctly was the FTDI port e.g. /dev/sensors/ftdi_A60078HS

see http://answers.ros.org/question/9097/how-can-i-get-a-unique-device-path-for-my/ for how to get that mapping consistently accross reboots etc.

@kentbrake
Copy link
Author

Hey Andrew,

Thanks for getting back to me. I am using electric and need some of the
functionality it provides. So I think I will try to implement a driver
using rosserial instead.

Thanks Again,

-Kent

On Wed, May 23, 2012 at 3:34 AM, Andrew Bob Brockhurst <
[email protected]

wrote:

Hi,

I haven't done any work on this for a while, and haven't tried with the
latest Ardunio IDE, I suspect there may be some changes needed for Arduino
v1+.

What version of ROS are your running? Again I'm still running TurtleROS
from DiamondBack.

The only thing I had to configure correctly was the FTDI port e.g.
/dev/sensors/ftdi_A60078HS

see
http://answers.ros.org/question/9097/how-can-i-get-a-unique-device-path-for-my/for how to get that mapping consistently accross reboots etc.


Reply to this email directly or view it on GitHub:
#2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants