Closed SarthakJShetty closed 4 years ago
Async is observed only while rinnoing rostopic ech /uavX/waypoint_counter
from CLI. cout
of the variable in quad_node
does not reflect this issue. Will look into Int32
or Int64
variables as a possible alternative.
counter
keeps track of the number of waypoints traversed by the UAV. Here, there is an unexpected synchronicity between the two UAVs, even when one is immobile. Upon triggeringweight_model()
for one UAV, desired ansynchronicity is acheived.