We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR #5 provides support for range / proximity sensor integration in the core ArduPilotPlugin, but refers to an example in an external repo.
It would be good to have a simple rover example using the range sensors included here to help users get started.
Describe alternatives you've considered
Continue to reference external repos for examples. Not ideal as not self contained.
Platform [ ] All [ ] AntennaTracker [ x ] Copter [ x ] Plane [ x ] Rover [ ] Submarine
Additional context
The example referred to is here: https://github.com/srmainwaring/ros_gz_rover
The text was updated successfully, but these errors were encountered:
I have done this modifications on this branch. https://github.com/8-DK/ardupilot_gazebo/tree/FR-40-rangefinder-sensor-integration Please review code, if its ok to merge.
Use following params RNGFND1_TYPE 100 RNGFND1_ORIENT 0 RNGFND2_TYPE 100 RNGFND2_ORIENT 4 RNGFND3_TYPE 100 RNGFND3_ORIENT 25
Sorry, something went wrong.
srmainwaring
No branches or pull requests
Feature request
PR #5 provides support for range / proximity sensor integration in the core ArduPilotPlugin, but refers to an example in an external repo.
It would be good to have a simple rover example using the range sensors included here to help users get started.
Describe alternatives you've considered
Continue to reference external repos for examples. Not ideal as not self contained.
Platform
[ ] All
[ ] AntennaTracker
[ x ] Copter
[ x ] Plane
[ x ] Rover
[ ] Submarine
Additional context
The example referred to is here: https://github.com/srmainwaring/ros_gz_rover
The text was updated successfully, but these errors were encountered: