-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f4f90
commit e2a0d62
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# TEST COY | ||
# Robot Installation | ||
|
||
## Jalankan command ini untuk download package untuk regional, offline, dan lain lain | ||
|
||
Install Library yang dibutuhkan di github: | ||
|
||
- [ArduinoJSON](https://github.com/bblanchon/ArduinoJson.git) | ||
- [CppLinuxSerial](https://github.com/gbmhunter/CppLinuxSerial.git) | ||
- [LibInterpolate](https://github.com/CD3/libInterpolate.git) | ||
- [BehavioTreeCpp](https://github.com/BehaviorTree/BehaviorTree.CPP.git) versi 4.1 | ||
- [IcecreamCPP] copy dari harddisk barelang63 | ||
|
||
Install lib untuk robot: | ||
``` | ||
sudo apt-get install net-tools git libboost-all-dev libeigen3-dev catch2 nuitka xsdcxx liblmdb-dev liblz4-dev libxerces-c-dev libmsgpack-dev libzstd-dev python3-pip libzmq3-dev libsqlite3-dev libgtest-dev libcgal-dev libsisl-dev libyaml-cpp-dev libtcod-dev libncurses5-dev libncursesw5-dev | ||
``` |