We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in either cymulator/Drone/goto.py or cym_deivce/cym_waypoint_driver_drone.py
cymulator/Drone/goto.py
cym_deivce/cym_waypoint_driver_drone.py
reached
The drone should only publishes to reached in following conditions:
True
False
The desired way to handle waypoint topic is:
waypoint
The text was updated successfully, but these errors were encountered:
In ac951fc, reached topic is published only when the drone reach current waypoint.
Still need to handle frame_id
frame_id
Sorry, something went wrong.
No branches or pull requests
Currently in either
cymulator/Drone/goto.py
orcym_deivce/cym_waypoint_driver_drone.py
reached
topic instead of only publishing when reached a waypoint.The drone should only publishes to
reached
in following conditions:True
: the drone has reached the waypoint.False
: it is impossible for the drone to reach the waypoint.The desired way to handle
waypoint
topic is:The text was updated successfully, but these errors were encountered: