Closed levenberg closed 7 years ago
That means that you are trying to run the node twice. You should run both of them again and look at the rosnode list
to see if the node is still running. If it is still running than it's fine and ros just shut down the node because there is a duplicate.
Thanks. I changed one of the node name thus both of them could run at the same time. So why did you comment the flight mode set and arming set in the waypoint mission and motion primitives mission?
It didn't fit our needs, that's why we took it out of the code.
In UAVWaypointControl.cpp, the flight mode set and arming set were commented. So I use
rosrun uav_control uav_take_off
node to arming the drone, after thatroslaunch uav_control waypoint_control.launch
to start the waypoint mission. However, the uav_take_off node was shutdownSo what is the problem? Thanks, Huai