forked from robocomp/LearnBlock
-
Notifications
You must be signed in to change notification settings - Fork 2
Install on your PC
José Manuel Agúndez García edited this page Jun 12, 2019
·
4 revisions
For install all project you should follow this steps.
For install robocomp you should do the steps descrip on here:
https://github.com/robocomp/robocomp
For install apriltag you should run the follow command:
git clone https://github.com/ibarbech/apriltag
cd apriltag
mkdir build
cd build
cmake ..
make -j4
sudo make install
cd ..
cd python
sudo python setup.py install
For install learnbot-dsl you should run the follow command:
pip install learnbot-dsl