OpenAgricultureFoundation / openag_brain_install_rpi

A script for installing the openag_brain code on a Raspberry Pi
GNU General Public License v3.0
21 stars 10 forks source link

usb_cam is missing in ros install? #3

Open yaromins opened 7 years ago

yaromins commented 7 years ago

I was trying to add usb camera to my setup and got an error. Seems that usb_cam module is not installed during initial setup: rosinstall_generator ros_comm rosserial rosserial_arduino --rosdistro indigo --deps --wet-only --exclude roslisp --tar > indigo.rosinstall

yaromins commented 7 years ago

Ok, I have found that usb_cam is installed in separate repository with a bit confusing name openag_ros

yaromins commented 7 years ago

According to this explanation openag_ros was transitional package and now is outdated, so I think usb_cam installation is indeed missing. @LeonChambers please comment

LeonChambers commented 7 years ago

Yes, this script probably should install usb_cam. I just hadn't gotten around to adding it yet.