-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
2 changed files
with
5 additions
and
30 deletions.
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,33 +1,4 @@ | ||
|
||
# Swarm Robotics : Localization | ||
|
||
Python repository for address the Localization problem of Swarm Robotics | ||
|
||
### Requirements | ||
|
||
Please install following pip packages if they aren't pre-installed | ||
|
||
``` | ||
pip install numpy | ||
pip install opencv-python | ||
pip install aruco | ||
pip install paho-mqtt | ||
``` | ||
|
||
or use following command | ||
|
||
``` | ||
pip install -r requirement.txt | ||
``` | ||
|
||
### Run the scripts | ||
|
||
You can try scripts on the ./scripts directory | ||
|
||
### Read More | ||
- [ar-markers 0.5.0](https://pypi.org/project/ar-markers/) | ||
- [Augmented Reality using ArUco Markers in OpenCV (C++ / Python)](https://www.learnopencv.com/augmented-reality-using-aruco-markers-in-opencv-c-python/) | ||
- [OpenCV: Detection of ArUco Markers](https://docs.opencv.org/trunk/d5/dae/tutorial_aruco_detection.html) | ||
- [OpenCV: Detection of ArUco Boards](https://docs.opencv.org/master/db/da9/tutorial_aruco_board_detection.html) | ||
- [Calibrating the board](https://mecaruco2.readthedocs.io/en/latest/notebooks_rst/Aruco/sandbox/ludovic/aruco_calibration_rotation.html) | ||
|
||
Please visit [pera-swarm.ce.pdn.ac.lk/docs/localization/setup](https://pera-swarm.ce.pdn.ac.lk/docs/localization/setup) for the complete guide. |
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