Skip to content

Commit

Permalink
Adding to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssubramaniam-cpr committed Apr 15, 2019
1 parent 77d3a86 commit 6d9a1e5
Showing 1 changed file with 47 additions and 23 deletions.
70 changes: 47 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,52 @@ Interface software, including ROS node, for Microstrain IMUs.
| Function | GX5-45 | GX5-25 |
| ------------- | ------------- | ------------- |
| mip_system_com_mode | X | X |
| mip_base_cmd_get_device_info | X | X |
| device_report | X | X |
| mip_3dm_cmd_coning_sculling_compensation | X | X |
| mip_3dm_cmd_accel_bias | X | X |
| mip_3dm_cmd_gyro_bias | X | X |
|mip_3dm_cmd_capture_gyro_bias | X | X |
|mip_3dm_cmd_hard_iron | X | X |
|mip_3dm_cmd_soft_iron | X | X |
|mip_3dm_cmd_complementary_filter_settings | X | X |
|mip_filter_set_init_attitude | X | X |
|mip_filter_set_init_heading | X | X |
|mip_filter_sensor2vehicle_tranformation | X | X |
|mip_filter_estimation_control | X | X |
| set_accel_bias | X | X |
| get_accel_bias | X | X |
| set_gyro_bias | X | X |
| get_gyro_bias | X | X |
| gyro_bias_capture | X | X |
| set_hard_iron_values | X | X |
| get_hard_iron_values | X | X |
| set_soft_iron_matrix | X | X |
| get_soft_iron_matrix | X | X |
| set_complementary_filter | X | X |
| get_complementary_filter | X | X |
| set_filter_euler | X | X |
| set_filter_heading | X | X |
| set_sensor_vehicle_frame_trans | X | X |
| get_sensor_vehicle_frame_trans | X | X |
| set_reference_position | X | X |
| get_reference_position | X | X |
| set_coning_sculling_comp | X | X |
| get_coning_sculling_comp | X | X |
| set_estimation_control_flags | X | X |
| get_estimation_control_flags | X | X |
|mip_filter_zero_velocity_update_control | X | X |
|mip_filter_tare_orientation | X | X |
|mip_filter_accel_noise | X | X |
|mip_filter_gyro_noise | X | X |
|mip_filter_mag_noise | X | |
|mip_filter_gyro_bias_model | X | X |
|mip_filter_accel_magnitude_error_adaptive_measurement | X | X |
|mip_filter_mag_magnitude_error_adaptive_measurement | X | |
|mip_3dm_cmd_hw_specific_imu_device_status | X | X |
|mip_filter_vehicle_dynamics_mode | X | |
|mip_filter_sensor2vehicle_offset | X | |
|mip_filter_accel_bias_model | X | |
|mip_filter_mag_dip_angle_error_adaptive_measurement | X | |
| set_zero_angle_update_threshold | X | X |
| get_zero_angle_update_threshold | X | X |
| set_tare_orientation | X | X |
| set_accel_noise | X | X |
| get_accel_noise | X | X |
| set_gyro_noise | X | X |
| get_gyro_noise | X | X |
| set_mag_noise | X | |
| get_mag_noise | X | |
| set_gyro_bias_model | X | X |
| get_gyro_bias_model | X | X |
| set_accel_adaptive_vals | X | X |
| get_accel_adaptive_vals | X | X |
| get_mag_adaptive_vals | X | |
| set_mag_adaptive_vals | X | |
| get_basic_status | X | X |
| get_diagnostic_report | X | X |
| set_dynamics_mode | X | |
| get_dynamics_mode | X | |
| set_sensor_vehicle_frame_offset | X | |
| get_sensor_vehicle_frame_offset | X | |
| set_accel_bias_model | X | |
| get_accel_bias_model | X | |
| set_mag_dip_adaptive_vals | X | |
| get_mag_dip_adaptive_vals | X | |

0 comments on commit 6d9a1e5

Please sign in to comment.