Handle change in waypoints (xd) with server #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there is a ros service which sets the desired waypoints (xd). On start up, refsignal_gen.py requests xd from this server. This only happens once, however. To handle changes in xd, refsignal_gen.py subscribes to status/waypoints as new xd's are published to this topic.
In the future, there should be a node that handles a change of xd and sends a command to refsignal_gen.py to request xd again from thes server.