Open
Conversation
8 tasks
… it can be sorted (sorting not yet included in vehicle_control logic) Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
afcb453 to
8f86551
Compare
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
geurto
reviewed
Feb 4, 2026
| e (events.GenericEventArguments): The event arguments. | ||
| """ | ||
| lat = e.args["latlng"]["lat"] | ||
| lng = e.args["latlng"]["lng"] |
Collaborator
There was a problem hiding this comment.
We're naming it long instead of lng somewhere above -- maybe good to pick one and keep it everywhere
Collaborator
|
Is it possible to add a sprite indicating the robot's position on the map? It is sometimes difficult to gauge the exact robot position on the GUI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added functionality for multiple waypoints, adding, removing, saving, loading and reordering.
Fixes: #343
Testing
uv run start.py panther_gps_navigation -vOpen rcdt_gui, place the waypoints as desired and start navigation.
Documentation
Additional Notes
Any relevant screenshots, logs, or context.