SBG-Systems / sbg_ros_driver

ROS 1 driver for SBG Systems IMU/AHRS/INS units such as ELLIPSE or QUANTA.
https://www.sbg-systems.com
MIT License
75 stars 43 forks source link

Zero values for heading #73

Closed Ahleroy closed 2 years ago

Ahleroy commented 2 years ago

I am currently using an Ellipse D system that works fine for every ROS topic expect the /sbg/gps_hdt one. The ros_topic exists and is listened without issue, however the output values are always zeros.

This is an output example of the ROS topic /sbg/gps_hdt :

header:
  seq: 137
  stamp:
    secs: 1636727118
    nsecs: 870406178
  frame_id: "imu_link_ned"
time_stamp: 2170420000
status: 1
tow: 483935600
true_heading: 0.0
true_heading_acc: 0.0
pitch: 0.0
pitch_acc: 0.0

Any idea why the outputs (true_heading, true_heading_accuracy, pitch, pitch_accuracy) are always zeros ?

rsiryani commented 2 years ago

Hello,

Have you solved your issue? It appears you are getting an invalid true heading solution as reported in the status: 1 value. It corresponds to SBG_ECOM_HDT_INSUFFICIENT_OBS as explained in the firmware documentation firmware documentation

Please make sure you have both GNSS antenna connected with a clear view of the sky.

Regards,