You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this. We need to add some quick debug steps, update the instructions for protos submodule, and add some WSL info (clone repo in WSL because of line endings, need Docker desktop and have to use container for development NOT just WSL, SSH key cloning issues (clone outside of container, but in WSL)).
Problems I've had when reinstalling various times and steps I did to reproduce:
open WSL
git clone [email protected]:tritonuas/obcpp.git
docker run hello-world
mkdir build
cd obcpp
code .
(Open code in VSCode)
(Reopen in dev container in VSCode)
mkdir build
cd build
cmake ..
-> Command 'cmake' not found -> IN VSCODE TERMINAL sudo apt install cmake
cmake ..
Could not make proto path relative: ../protos/obc.proto: No such file or directory
-> IN WSL TERMINAL git submodule update --init
cmake ..
make
The text was updated successfully, but these errors were encountered: