Skip to content
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

Add GPS #2

Closed
osrf-migration opened this issue Jul 27, 2015 · 2 comments
Closed

Add GPS #2

osrf-migration opened this issue Jul 27, 2015 · 2 comments
Labels
enhancement New feature or request major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


  • Add gps sensor to model, similar to:
<sensor name="gps" type="gps">
  <gps/>
  <always_on>1</always_on>
 </sensor>
  • Add spherical coordinates to each world, similar to (but look up some real coords):
 <spherical_coordinates>
  <latitude_deg>0</latitude_deg>
  <longitude_deg>0</longitude_deg>
  <elevation>0</elevation>
  <heading_deg>0</heading_deg>
</spherical_coordinates>
  • Expose this information via new API in RobotPlugin.
@osrf-migration
Copy link
Author

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


  • changed state from "new" to "resolved"

pull request #8

@osrf-migration osrf-migration added major enhancement New feature or request labels May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

1 participant