Open XXLiu-HNU opened 3 hours ago
terminal 1: roslaunch px4 mavros_posix_sitl.launch
roslaunch px4 mavros_posix_sitl.launch
First, I check the mavros/state
mavros/state
header: seq: 27 stamp: secs: 27 nsecs: 336000000 frame_id: '' connected: True armed: False guided: False manual_input: True mode: "ALTCTL" system_status: 3
terminal 2: rostopic echo /mavros/local_position/pose
rostopic echo /mavros/local_position/pose
and the output is WARNING: no messages received and simulated time is active. Is /clock being published?
WARNING: no messages received and simulated time is active. Is /clock being published?
I try use the multirotor_communication.py file, however i meet the same problem in this issues
multirotor_communication.py
期待有人能够解决一下根本原因。。。
Test 1 :
terminal 1:
roslaunch px4 mavros_posix_sitl.launch
First, I check the
mavros/state
terminal 2:
rostopic echo /mavros/local_position/pose
and the output is
WARNING: no messages received and simulated time is active. Is /clock being published?
Test 2 :
I try use the
multirotor_communication.py
file, however i meet the same problem in this issues