A ROS package for basic leader following, chasing the leader position at constant leader speed.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- (Optional) Click on
Fork
- Install ROS (Kinetic or Melodic)
- Clone the project on your local machine.
$ cd ~/catkin_ws/src
$ git clone https://github.com/guilyx/follow_leader.git
- Install dependencies
$ rosdep install follow_leader
$ rosdep install --from-paths src --ignore-src -r -y
$ cd ~/catkin_ws
$ catkin_make
$ roslaunch follow_leader follow_leader_auto.launch
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Choose any open issue from here.
- Comment on the issue:
Can I work on this?
and get assigned. - Make changes to your
Fork
and send a PR.
Otherwise just create the issue yourself, and we'll discuss and assign you to it if serves the project !
To create a PR:
Follow the given link to make a successful and valid PR: https://help.github.com/articles/creating-a-pull-request/
To send a PR, follow these rules carefully, otherwise your PR will be closed:
- Make PR title in this formats:
Fixes #IssueNo : Name of Issue
Feature #IssueNo : Name of Issue
Enhancement #IssueNo : Name of Issue
According to what type of issue you believe it is.
For any doubts related to the issues, i.e., to understand the issue better etc, comment down your queries on the respective issue.
Distributed under the MIT License. See LICENSE
for more information.
Erwin Lejeune - @spida_rwin - [email protected]