Skip to content

Commit

Permalink
Reduce the number of activation nodes for visualization, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Dec 1, 2023
1 parent 0eb8a8d commit c371f08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
<node pkg="eagleye_rt" name="yaw_rate_offset_node_1st" exec="yaw_rate_offset" args="1st">
<!-- <node pkg="eagleye_rt" name="yaw_rate_offset_node_1st" exec="yaw_rate_offset" args="1st">
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
<node pkg="eagleye_rt" name="yaw_rate_offset_node_2nd" exec="yaw_rate_offset" args="2nd">
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
</node> -->
<node pkg="eagleye_rt" name="heading_node_1st" exec="heading" args="1st" if="$(eval &quot;'$(var use_rtk_heading)'=='false'&quot;)">
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
<group if="$(var use_eagleye_pose)">
<node pkg="eagleye_rt" name="position_node" exec="position" if="$(eval &quot;'$(var use_rtk_dead_reckoning)'=='false'&quot;)">
<!-- <node pkg="eagleye_rt" name="position_node" exec="position" if="$(eval &quot;'$(var use_rtk_dead_reckoning)'=='false'&quot;)">
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
Expand Down Expand Up @@ -141,13 +141,13 @@
<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-differential

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-partial

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

<node pkg="eagleye_rt" name="monitor" exec="monitor">
<!-- <node pkg="eagleye_rt" name="monitor" exec="monitor">
<param from="$(var eagleye_param_path)"/>
<param name="yaml_file" value="$(var eagleye_param_path)"/>
</node>
</node> -->
<include file="$(var directory_with_related_launches)/gnss_converter.launch.xml">
<arg name="config_path" value="$(var eagleye_param_path)"/>
</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +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/reliable_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 c371f08

Please sign in to comment.