asdas1505 / ZED-EYE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landmark-Recognition

Landmark-Recognition is a C++/Python library for obtaining accurate pose of the robot in case it gets lost in the map.

Usage

roscore
python3 human_detection_ros.py # runs the human detection module and publishes the x, y, z coordinates

If you are not connected to the robot and just need to check the code, please run

python3 pseudo_publisher.py
python3 lanmark_recognition.py save_landmark # To save the landmark in the dictionary
python3 lanmark_recognition.py find_camera # To get the camera position if the global coordinates of landmark are present in the dictionary

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About


Languages

Language:Python 98.9%Language:Jupyter Notebook 0.4%Language:C++ 0.3%Language:Dockerfile 0.2%Language:Shell 0.1%Language:Makefile 0.0%