-
Notifications
You must be signed in to change notification settings - Fork 58
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 Sensor to IGN-Sensors library #72
Conversation
Signed-off-by: Dre Westcook <[email protected]>
Signed-off-by: Dre Westcook <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the style comments and check the CI you have some linters errors.
Do you mind to add some tests too ? (like these ones https://github.com/ignitionrobotics/ign-sensors/tree/ign-sensors4/test/integration)
Signed-off-by: Dre Westcook <[email protected]>
Signed-off-by: Dre Westcook <[email protected]>
Added some tests and I fixed up the linting errors from the ./tools/code_check.sh script. this is going to need gazebosim/sdformat#453 to be accepted before it willl compile here, just for the fyi. I think most of the help I might need would be on the gazebo sim side. gazebosim/gz-sim#519 I'll fix up the lint on there soon. |
@Dotrar , the SDFormat PR has been merged. Are you interested in iterating on this PR and the one in |
Related issues:
#23
gazebosim/sdformat#453
very similar to the imu and altimeter sensor objects, just a gps sensor, hopefully as one would expect.