Skip to content

Instantly share code, notes, and snippets.

View krawal19's full-sized avatar
💭
Actively Seeking software developer opportunities in Robotics

Kapil Rawal krawal19

💭
Actively Seeking software developer opportunities in Robotics
  • University of Maryland, College park
  • Pittsburgh, USA
View GitHub Profile
@krawal19
krawal19 / Ground Diagnostics Output
Created August 17, 2020 19:38
Ground Diagnostics Output
k@k:~$rostopic echo -n1 /diagnostics
header:
seq: 190
stamp:
secs: 1597692771
nsecs: 796831963
frame_id: ''
status:
-
@krawal19
krawal19 / Ground Diagnostics Output
Created August 17, 2020 19:38
Ground Diagnostics Output
k@k:~$rostopic echo -n1 /diagnostics
header:
seq: 190
stamp:
secs: 1597692771
nsecs: 796831963
frame_id: ''
status:
-
#!/usr/bin/env python
from pymavlink import mavutil
import time
import sys
radio_port = '/dev/ttyUSB2'
radio_baud = 57600
master = mavutil.mavserial(radio_port, radio_baud)