Hi!
I was following the tutorial "Drone Swarms with Ardupilot+MAVROS" and as suggested used set_mode() function to set mode to guided in multi_drone.cpp and got this error:
/home/ans/catkin_ws/src/iq_gnc/src/multi_square.cpp:20:2: error: ‘set_mode’ was not declared in this scope set_mode("GUIDED");
^~~~~~~~
/home/ans/catkin_ws/src/iq_gnc/src/multi_square.cpp:20:2: note: suggested alternative: ‘gnc_node’
`set_mode("GUIDED");
Hi! I was following the tutorial "Drone Swarms with Ardupilot+MAVROS" and as suggested used set_mode() function to set mode to guided in multi_drone.cpp and got this error:
Need some help @ericjohnson97 :/