-
Notifications
You must be signed in to change notification settings - Fork 94
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
rosserial not working with service start #81
Comments
Any update concerning this issue ? |
me too~ |
This may be permissions. If you |
I'm also having this issue (closely related to #18). I closed my pull request for this at #92 because this is probably not the right way to fix this. It worked as a workarround for me though. The problem is as follows: |
All my usb virtual com port (/dev/ACM* with udev rules) can not launch properly when using robot_upstart. |
I have written a launch file to launch a publisher node and rosserial. When I launch the file using roslaunch it gets connected to the Arduino and the led starts blinking but when I use robot_upstart it didn't connect to Arduino. Although it launched the node which was supposed to be launched. So I can see the topics and nodes when I do rostopic/node list but the led on Arduino doesn't blink
The text was updated successfully, but these errors were encountered: