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
This is only bug and feature tracker, please use it
to report bugs or request features.
Issue details
Please describe the problem, or desired feature
1.I'm able to list topics from the FCU.
2.At this stage when I echo /diagnostics it says FCU Connected.
3.To subscribe to topics I need to change the stream rate using rosservice command to 10 Hz
rosservice call /mavros/set_stream_rate 0 10 1
4.After this the /diagnostics says the FCU is not connected and thus I cant subscribe to topics published by mavros
you have not connection at all, after roslaunch mavros apm.launch you have to see several messages (like you posted here) but there are several messages after the last one you paste, those messages are show when hertbeat is present.
Check ttyACM0 (I have to use ttyS0 on raspberry pi 3b+) and the serial speed.
It is useful to check serial data with minicom.
This is only bug and feature tracker, please use it
to report bugs or request features.
Issue details
Please describe the problem, or desired feature
1.I'm able to list topics from the FCU.
2.At this stage when I echo /diagnostics it says FCU Connected.
3.To subscribe to topics I need to change the stream rate using rosservice command to 10 Hz
rosservice call /mavros/set_stream_rate 0 10 1
4.After this the /diagnostics says the FCU is not connected and thus I cant subscribe to topics published by mavros
MAVROS version and platform
Mavros: ?0.18.4?
ROS: Melodic
Ubuntu: 18.04
Autopilot type and version
[ x ] ArduPilot
[ ] PX4
Version: 3.6.9
Node logs
place here result of:
rostopic echo -n1 /diagnostics
``
header:
seq: 5467
stamp:
secs: 1563261616
nsecs: 741383132
frame_id: ''
status:
level: 0
name: "mavros: GPS"
message: "3D fix"
hardware_id: "/dev/ttyACM0:57600"
values:
value: "3"
value: "1.11"
value: "1.61"
level: 2
name: "mavros: Heartbeat"
message: "No events recorded."
hardware_id: "/dev/ttyACM0:57600"
values:
value: "0.000000"
value: "Quadrotor"
value: "ArduPilot"
value: "STABILIZE"
value: "Standby"
level: 0
name: "mavros: System"
message: "Normal"
hardware_id: "/dev/ttyACM0:57600"
values:
value: "0x00601D2F"
value: "0x0160FD2F"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "Ok"
value: "49.7"
value: "0.0"
value: "0"
value: "0"
value: "0"
value: "0"
value: "0"
level: 1
name: "mavros: Battery"
message: "Low voltage"
hardware_id: "/dev/ttyACM0:57600"
values:
value: "-0.0"
value: "-1.0"
level: 2
name: "mavros: Time Sync"
message: "No events recorded."
hardware_id: "/dev/ttyACM0:57600"
values:
value: "0.000000"
value: "10041.594736"
value: "8.660799"
value: "6877.624956000"
value: "1563254383.694509029"
`
Check ID
no value
The text was updated successfully, but these errors were encountered: