-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problem installing roomblock #6
Comments
I don't use Ubuntu Mate, but I have encountered similar problem. Some binary in libraspberrypi-* conflict other system packages. In general, you can avoid this as:
I expect someone on upstream solves this problem eventually. |
Please specify the file (libraspberry-pi-bin-nonfree_1.2brarabra.deb) you just downloaded. |
The install script doesn't create workspace and get the source code.
|
You need to source setup.bash to use the workspace. cd ~catkin_ws And I strongly recommend to take a look on ROS wiki to get basic concept of workspace and packages. |
Thank you for the fast answer and for the suggestion this is my first Project with ROS. I will read and practice more. Now is working but can I use the roomblock with the Serial Port (ttyAMA0) instead of the USB cable? Regards, |
I haven't tried it yet. I believe there is no difference between usb serial and on board serial. I'm grad if you try it. Edit this file to change the port from /dev/roomba to /dev/ttyAMA0. roomblock_bringup/launch/include/real_roomba.launch.xml Or making a symlink from your device file to /dev/roomba may be easier. |
I am new to ROS and Ubuntu. Thank you for the tutorial but Im having trouble installing the roomblock, when I run ./install_roomblock.sh I got this error :
Im running Ubuntu Mate 16.04 on a Raspberry 3 B+ and have ROS Kinetic. Is there any Troubleshooting for this issue?
Regards
R
The text was updated successfully, but these errors were encountered: