Skip to content

Commit

Permalink
Change config path from /tmp to /run/husarion (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb authored Jul 5, 2023
1 parent 2be6a30 commit 6bac27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panther_bringup/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- load default params -->
<rosparam command="load" file="$(find panther_bringup)/config/panther_default.yaml" />
<!-- override default params -->
<rosparam command="load" file="/tmp/panther_config.yaml" if="$(optenv PANTHER_HAS_CONFIG false)" />
<rosparam command="load" file="/run/husarion/panther_config.yaml" if="$(optenv PANTHER_HAS_CONFIG false)" />

<group ns="$(arg namespace)">

Expand Down Expand Up @@ -68,4 +68,4 @@
<arg name="robot_description" value="$(arg robot_description)" />
</include>

</launch>
</launch>

0 comments on commit 6bac27c

Please sign in to comment.