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
When launching the swarm_controller, that instantiates the uav_controller, an error makes the later node crash because it can't find the neighbor_pos attribute in nmpc_controller.py, line 201:
" (self.var_states[i, 0] - self.neighbor_pos[0]) ** 2
"