Skip to content

Commit

Permalink
Add miss fix detection in eagleye
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Nov 28, 2023
1 parent c6cb930 commit 0eb8a8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
<node pkg="eagleye_rt" name="rtkfix_plane_validation" exec="rtkfix_plane_validation">

Check warning on line 139 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (rtkfix)

Check warning on line 139 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (rtkfix)

Check warning on line 139 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (rtkfix)

Check warning on line 139 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (rtkfix)
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
<remap from="gnss/fix" to="/sensing/gnss/septentrio/nav_sat_fix"/>
<remap from="gnss/reliable_rtkfix" to="/sensing/gnss/septentrio/reliable_nav_sat_fix"/>

Check warning on line 143 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-partial

Unknown word (rtkfix)

Check warning on line 143 in launch/tier4_localization_launch/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (rtkfix)
</node>
</group>

<node pkg="eagleye_rt" name="monitor" exec="monitor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<arg name="output_pose_with_cov_name" default="/localization/pose_estimator/pose_with_covariance"/>
<node pkg="eagleye_fix2pose" name="fix2pose_node" exec="fix2pose">
<!-- /eagleye/fix or /GNSS/fix(GNSS pose only mode)-->
<remap from="eagleye/fix" to="/sensing/gnss/septentrio/nav_sat_fix"/>
<!-- <remap from="eagleye/fix" to="/sensing/gnss/septentrio/nav_sat_fix"/> -->
<remap from="eagleye/fix" to="/sensing/gnss/septentrio/reliable_nav_sat_fix"/>
<remap from="eagleye/pose_with_covariance" to="$(var output_pose_with_cov_name)"/>
<!-- plane rectangular coordinate number -->
<param name="plane" value="7"/>
Expand Down

0 comments on commit 0eb8a8d

Please sign in to comment.