Skip to content

Commit

Permalink
delete rosparams by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFrey96 committed Feb 18, 2024
1 parent c9ed5e8 commit fd32604
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<arg name="params_file" default="$(find wild_visual_navigation_ros)/config/wild_visual_navigation/default.yaml"/>
<arg name="overlay_images" default="True"/>
<arg name="reload_default_params" default="False"/>

<!-- Clear old params -->
<rosparam command="delete" param="wvn_learning_node"/>
<rosparam command="delete" param="wvn_feature_extractor_node"/>

<!-- Load parameters -->
<rosparam command="load" file="$(arg params_file)" ns="wvn_learning_node"/>
Expand Down

0 comments on commit fd32604

Please sign in to comment.