You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.12.0 refactors sensor and controller into __process_sensors_and_controllers_at_current_node. However, the controllers are processed once more in __simulate.
The if condition for sensor measurement should check if the sensor exists in the time_node instead of flight.sensor
Expected behavior
Remove duplicate
Use node._component_sensor to trigger sensor measurement