Skip to content

Commit

Permalink
feat(picovoice): Update location of picovoice user key
Browse files Browse the repository at this point in the history
  • Loading branch information
ar13pit committed Jul 17, 2024
1 parent 38673be commit 2932de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/interaction/picovoice.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="model_url" default="package://picovoice_driver/extern/rhino/lib/common/rhino_params.pv" />
<arg name="contexts_directory_url" default="file://$(env HOME)/data/picovoice/contexts" />
<arg name="picovoice_robot_config" default="$(env HOME)/data/picovoice/credentials/access_key_$(arg robot_name).yaml" />
<arg name="picovoice_test_config" default="$(env HOME)/MEGA/credentials/picovoice/access_key_test.yaml" />
<arg name="picovoice_user_config" default="$(env HOME)/data/picovoice/credentials/access_key_user.yaml" />

<include file="$(env ROBOT_BRINGUP_PATH)/machines/$(arg machine).machine" />

Expand All @@ -22,7 +22,7 @@
<param name="model_url" value="$(arg model_url)" />
<param name="contexts_directory_url" value="$(arg contexts_directory_url)" />
<rosparam if="$(optenv ROBOT_REAL false)" command="load" file="$(arg picovoice_robot_config)" />
<rosparam unless="$(optenv ROBOT_REAL false)" command="load" file="$(arg picovoice_test_config)" />
<rosparam unless="$(optenv ROBOT_REAL false)" command="load" file="$(arg picovoice_user_config)" />
</node>

</launch>

0 comments on commit 2932de0

Please sign in to comment.