I found that if I use the following non-ground-truth-mode in task1, there is a disconnection in tf frame tree(frames_non_ground_truth.pdf).
roslaunch jsk_mbzirc_tasks jsk_mbzirc_task_1.launch use_ground_truth:=false
frames_non_ground_truth.pdf.
And the "/nav" is fixed at "/world", which "/nav" is the start point of the uav(x:-65m, y: 20m), and "/world" is the the center point of arena.
In comparison, under ground-truth-mode, all frames are connected(frames_ground_truth.pdf)
frames_ground_truth.pdf
I will send a PR to fix the tf problem.