Open Agriculture Foundation

Logo

OpenAg informational website

View GitHub Profile

Installing globally

If you want to do development work on or modify the core system, you can install it globally using the script at github.com/OpenAgInitiative/openag_brain_install_rpi.

Note: unless you are going to be modifying the openag_brain code, you probably want to use the Docker installer instead of this script.

Installing

To set up the project, simply clone the repository and run the install.sh file.

git clone https://github.com/OpenAgInitiative/openag_brain_install_rpi.git
cd openag_brain_install_rpi
./install.sh

This will install the ROS environment, all dependencies, and .

Source files for openag_brain can be found in: ~/catkin_ws/src/openag_brain.

Development

If you’re interested in contributing to see our handy Contributor’s guidebook. You might also want to check out development for useful resources. We welcome contribution from anyone, and we’re excited to have you as part of the community!