-
Notifications
You must be signed in to change notification settings - Fork 5
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 target waypoint to Rviz dynamic waypoint publisher #43
Comments
The visualization now has an arrow marker pointing to the target waypoint. A TODO still left is to plot the orbit path when flying an orbit. |
@iandareid I have some thoughts about how to implement plotting the orbit.
What are your thoughts? It is also worth noting that the path_manager already has some "contamination", meaning that it has to publish a target waypoint for the visualizer. However, this doesn't rely on or look for a specific node in order to call a service. |
@JMoore5353 I think that having them as separate as possible is better. Another factor that may influence your decision:
So in short maybe there is a third option? I think either of the things you propose would be great, but I would suggest that the less decoupled version may be better. |
That's great, I like that option better. We would only see the orbit / fillet when the aircraft is following that part of the path, but I think that is acceptable. |
The visualization currently plots all waypoints and numbers them. Sometimes it is hard to know what the target waypoint is. Add something to the visualizer to know what the next waypoint is.
Also maybe plot the orbit?
The text was updated successfully, but these errors were encountered: