Skip to content

Commit 65b4a35

Browse files
committed
with real time heave and wave envelope
1 parent 4513c26 commit 65b4a35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

atomS3R_full_marine_ins/atomS3R_full_marine_ins.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,9 @@ private:
718718
nmea_xdr_pitch_roll(SEA_STATE_NMEA_TALKER, pitch_deg_, roll_deg_);
719719
nmea_xdr_heave(SEA_STATE_NMEA_TALKER, heave_wave_clean_m_);
720720
nmea_xdr_heave_envel(SEA_STATE_NMEA_TALKER, wave_envelope_m_);
721-
nmea_xdr_freq_accel(SEA_STATE_NMEA_TALKER, wave_accel_hz_);
722-
nmea_xdr_wave_angle(SEA_STATE_NMEA_TALKER, wave_angle_deg_);
723-
nmea_xdr_wave_dir_sign(SEA_STATE_NMEA_TALKER, (int)wave_dir_sign_);
721+
//nmea_xdr_freq_accel(SEA_STATE_NMEA_TALKER, wave_accel_hz_);
722+
//nmea_xdr_wave_angle(SEA_STATE_NMEA_TALKER, wave_angle_deg_);
723+
//nmea_xdr_wave_dir_sign(SEA_STATE_NMEA_TALKER, (int)wave_dir_sign_);
724724
nmea_rot(SEA_STATE_NMEA_TALKER, rot_dpm_filt_, valid);
725725
#else
726726
#if ARDUINO_PLOTTER

0 commit comments

Comments
 (0)