ROS2 package made to recognize, track and follow a human.
The person recognition is based on the work done by [1] original repository can be found at https://github.com/ifzhang/ByteTrack . In this project we are using a modified version available at https://github.com/malwaru/ByteTrack
pip3 install -r requirements.txt
The package depends on ByteTrack located in the src folder
This has to be installed as a python package to do this
cd
into the particular package root folderpip install -e .
pip3 install -r requirements.txt
First run the following script to launch the Intel Realsense camera
ros2 launch realsense2_camera d400e_rs_launch.py
To run the entire pipeline run the following command
ros2 launch person_following_robot follow_person
If you need to run individual scripts use the following format, Note: the namespace argument is important
ros2 run person_following_robot <script> --ros-args -r __ns:=/person_following_robot
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
Show your appreciation to those who have contributed to the project.
For open source projects, say how it is licensed.
Currently in active development
[1] Zhang, Yifu / Sun, Peize / Jiang, Yi / Yu, Dongdong / Weng, Fucheng / Yuan, Zehuan / Luo, Ping / Liu, Wenyu / Wang, Xinggang ByteTrack: Multi-Object Tracking by Associating Every Detection Box ,2022 Proceedings of the European Conference on Computer Vision (ECCV)