giacomo-b / CppRobotics

Header-only C++ library for robotics, control, and path planning algorithms. Work in progress, contributions are welcome!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistake in build instructions

codeinred opened this issue · comments

This first command here fails to run because the directory examples/EXAMPLE doesn't exist:

cmake -S examples/EXAMPLE -B build/EXAMPLE
cmake --build build/EXAMPLE

Hi @codeinred, did you run that same exact command? EXAMPLE is supposed to be substituted with whatever example you want to compile (see the names of the subfolders).

I did, sorry! I definitely wasn't looking close enough at the README! I re-ran it with one of the directories actually in the examples folder and it worked!

Glad it worked! I'm closing this.