https://github.com/jaeyoung-lim/mavros_humantracking
Offboard gimbal control for PX4 enabled vehicles using MAVROS
https://github.com/jaeyoung-lim/mavros_humantracking
drone gimbal mavros px4 tracking vmount
Last synced: 2 months ago
JSON representation
Offboard gimbal control for PX4 enabled vehicles using MAVROS
- Host: GitHub
- URL: https://github.com/jaeyoung-lim/mavros_humantracking
- Owner: Jaeyoung-Lim
- License: bsd-3-clause
- Created: 2019-06-04T13:12:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T22:42:21.000Z (over 4 years ago)
- Last Synced: 2025-03-18T22:23:07.370Z (3 months ago)
- Topics: drone, gimbal, mavros, px4, tracking, vmount
- Language: C++
- Homepage:
- Size: 5.87 MB
- Stars: 38
- Watchers: 1
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mavros_humantracking
[](https://github.com/Jaeyoung-Lim/mavros_humantracking/actions?query=workflow%3A%22Build+Test%22)
`mavros_humantracking` is a package enabling image based object tracking with a gimbal attached to a drone. It uses the `MountControlPlugin` in [mavros](https://github.com/mavlink/mavros)

## Nodes
- humantracking_controller
- Subscribed Topics
- `~point_of_interest` ([geometry_msgs/PointStamped](http://docs.ros.org/api/geometry_msgs/html/msg/PointStamped.html))
Point where the gimbal should be pointed at## Simulating multiple vehicles
Multiple vehicles can be simulated with the following launcfile```
roslaunch humantracking_controller multi_sitl_humantrack_circle.launch
```