-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROI with Arduplane - Get the GPS coordinate where the Pan-tilt Camera is looking at. #2041
Comments
That's a pretty major feature. Would love to see it in ArduPilot. On Thu, Apr 2, 2015 at 4:22 AM, Elios007 [email protected] wrote:
|
To do this properly with arbitrary terrain is a ray casting problem, which is quite tricky to do on the STM32, especially as we may not have all the terrain data paged in from microSD |
What if we don't use terrain and assume a flat earth? |
Right, which makes it a harder, and less probable to get implemented, On Sun, Apr 5, 2015 at 8:23 AM, Elios [email protected] wrote:
|
@tridge The original question made at RCGroups also had a 10x Zoom Camera involved in the equation.... |
Are you using Mavlink to send gimbal orientation down to GCS? I'm actually implementing similar solution on my own, but I've decided to use separate link for gimbal communication at the moment, because ArduCopter doesn't have a good solution for sending this kind of data from UserCode. I would love to see some extension points accessible from UserCode to receive and send packets of data. |
related to #510 |
@Elios007 At the moment our software is closed, sorry. |
This function is of interest, has any functionality been implemented thanks |
The first part of this was implemented with 6d65b35. Adding in the terrain data to account for a large change in altitude from the home position has not been implemented. |
I think Scenario 2 is already implemented in the current set ROI command |
Knowing the lat, lon, alt of what the gimbal is pointing at is available using the mount-poi Lua script. We have a c++ solution coming in 4.5 once this PR is merged #24657 |
We have a merged solution for this now, so closing. |
HI,
We would like to have the ROI feature in arduplane with Advanced options.
We would like to know GPS coordinates for the location of the crosshairs of a PTZ camera, otherwise known as ROI or Geo-pointing. This will essentially give us the LAT/LONG of what we are looking at.
The Brushless Gimbal will be connected to the Pixhawk so the Pixhawk knows where it is looking, and because there is a terrain following inside the Pixhawk, so we will combine both feature to get us where the camera is looking at regardless the direction and position of the plane.
Some Options how to use this new ROI inside the Arduplane:
Scenario 1: If someone is searching for a missing person in a mountain or any place, the plane does not need to fly over the found person to get his GPS coordinate because when he saw him in the camera the OSD and Ground station will show his GPS coordinate because the Camera is looking at him. It can save time by sending his coordinates to the ground team to go and get him and the plane will save time to go and search for other missing people.
Scenario 2: If we know the GPS Coordinate of an accident, we can add them into the mission planner and the plane will go there but it's not the same existing "fly-to-here" feature, because we will define the altitude and the ground distance for the plane to be away from the accident, which means the Gimbal Camera will look at the accident from a certain defined distance and altitude instead of being above the accident and the plane will continue doing loiter or flying manually...
I hope you will be able to help us in this feature as it can save lives.
The text was updated successfully, but these errors were encountered: