-
Notifications
You must be signed in to change notification settings - Fork 99
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
Height above ground level - sensor #23
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). Do you mean a downward facing lidar beam that would return the distance from the vehicle to the ground? If so, we can take that into consideration. |
Original comment by Steve Peters (Bitbucket: Steven Peters). Another option is an AltimeterSensor, which gazebo supports. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). I think the altimeter sensor returns the vertical position relative to a reference frame. So, the altimeter sensor wouldn't be able to detect changes in the terrain below a quadcopter that is flying at a fixed height. |
Original comment by Steve Peters (Bitbucket: Steven Peters). Yeah, they are measuring different things. I think an altimeter would be more useful for one of the ground vehicles as it travels up and down in the tunnels, but the downward facing lidar would be more helpful for a drone. |
Original comment by Hector Escobar (Bitbucket: hector_escobar). Yes, I mean a downward facing lidar for the quadcopters. Thanks! |
Original comment by Neil Johnson (Bitbucket: realdealneil1980). Has there been any movement on this? If we develop such a sensor and submit it as an enhancement, would that help? I don't know if such a sensor exists in gazebo, but it would be very beneficial. Does a point laser exist (as opposed to a line scanning laser)? That would be sufficient... |
Original comment by Neil Johnson (Bitbucket: realdealneil1980). There is a sonar sensor in the hector gazebo plugins...can we add such a sensor to our vehicle? |
Original comment by Neil Johnson (Bitbucket: realdealneil1980). We have added the hector quadrotor sonar to the X4_with_sensors.xacro file. We have added it as a downward facing sonar, and we've also added an upward facing lidar. We chose limits that seem reasonable relative to the real world. We are happy to share this with the entire user community. We would like to start using this sensor to support our solution to the subt challenge. Please let us know if this is ok or if we need to seek approval from DARPA. |
Original comment by Angela Maio (Bitbucket: Angela Maio).
Upward and downward range sensing were incorporated using point lidar sensors in X4_SENSOR_CONFIG_6, SSCI_X4_SENSOR_CONFIG_1 and SSCI_X4_SENSOR_CONFIG_2. |
Original report (archived issue) by Anonymous.
Is it possible for you to add a sensor to measure height above ground of the vehicles? It think this would benefit all the teams.
Thanks,
Hector.
The text was updated successfully, but these errors were encountered: