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

Documenting Raspian guide #44

Closed
jgvictores opened this issue Jun 22, 2018 · 3 comments
Closed

Documenting Raspian guide #44

jgvictores opened this issue Jun 22, 2018 · 3 comments

Comments

@jgvictores
Copy link
Member

jgvictores commented Jun 22, 2018

From @jgvictores on June 15, 2018 19:53

Issue to track documentation of Raspian guide. There is some info on the wiki, but this is newer: Raspbian Stretch Lite (on Raspi 3 B, for asrob-uc3m/rd-ambassador#1 )

sudo apt install git cmake
sudo apt install libjpeg8-dev  # Only required for mjpeg that should improve video comms
# opencv in fact replaces by libjpeg62-dev
sudo apt install --no-install-recommends libopencv-dev  # Only required for opencv_grabber
git clone https://github.com/robotology/yarp
mkdir yarp/build && cd yarp/build
cmake .. -DSKIP_ACE=ON
cmake .. -DENABLE_yarpcar_mjpeg=ON
make -j4 # raspi 3 B
sudo make install

https://github.com/asrob-uc3m/yarp-devices/blob/develop/doc/yarp-devices-install.md (except yarp)

Copied from original issue: asrob-uc3m/robotDevastation-user-manual#12

@jgvictores
Copy link
Member Author

jgvictores commented Jun 22, 2018

Also related: #29 when we did the daemontools migration.

Update: At current https://github.com/asrob-uc3m/robotDevastation-developer-manual/blob/f526d7e76a6eb96de7a1f5d20eeef396889f11fd/robots/README.md this is mentioned already.

@jgvictores
Copy link
Member Author

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

No branches or pull requests

1 participant