Skip to content
Yifan Xie edited this page Apr 19, 2021 · 1 revision

This project is built using Cmake and Makefiles in order to allow users to easily run our code and tets it.
Please follow these necessary steps:

  1. Clone the project with:
    git clone https://github.com/OmarJabri7/Cycle_Buddy.git
  2. Change directorites and relocate in Cycle_Buddy project:
    cd Cycle_Buddy
  3. Link the necessary executables and libraries using CMake:
    cmake .
  4. Build the project using make:
    make
  5. Before Testing and Running the system:
    Be sure to either use our GPIO setup, or change to your own in:
    GPIO numbering
  6. Generate Unit tests and check if all components pass:
    make test
  7. Run the test file labeled Cycle_Buddy:
    ./Cycle_Buddy
    Youtube Links:
    How to setup the system
    How to run the system (full flow of execution example)


Clone this wiki locally