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
For install apriltag you should run the follow command:
git clone https://github.com/ibarbech/apriltag
cd apriltag
mkdir build
cmake ..
make -j4
sudo make install
cd ..
cd python
sudo python setup.py install
Step 3: Install learnbot-dsl
For install learnbot-dsl you should run the follow command: