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 services #37

Open
JustBrenkman opened this issue Feb 11, 2019 · 0 comments
Open

Add GPS services #37

JustBrenkman opened this issue Feb 11, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers service
Milestone

Comments

@JustBrenkman
Copy link
Member

Describe the solution you'd like
Add a ROS service to the GPS node that will take a GPS msgs from custom_msgs (msgs.gps) and calculate the distance between the two nodes.
The Service will use the srv.location_to_waypoint and return a srv.location_to_waypointResponse. It will return a vector pointing towards the waypoint, distance to waypoint and heading. This is to reduce the amount of computation needed on the return side of the request.

Additional context
Make sure to see the custom_msgs reference for the service request and response.

@JustBrenkman JustBrenkman added enhancement New feature or request good first issue Good for newcomers service labels Feb 11, 2019
@JustBrenkman JustBrenkman added this to the skeleton milestone Feb 11, 2019
@JustBrenkman JustBrenkman self-assigned this Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers service
Projects
None yet
Development

No branches or pull requests

1 participant