Skip to content

Commit

Permalink
read pw from env
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Feb 29, 2024
1 parent 60fd45c commit f8cb186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RGB1_PW=PASSWORD
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ CATKIN_IGNORE

# vscode
.vscode/
.env
2 changes: 1 addition & 1 deletion launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<arg name="rgb_ip" default="192.168.0.204" />
<arg name="rgb_user" default="root" />
<arg name="rgb_pw" default="***REMOVED***" />
<arg name="rgb_name" default="axisaccc8e68d212" />
<arg name="rgb_pw" default="$(env RGB1_PW)" />

<arg name="robot_ip" doc="IP of the controller" default="192.168.125.1" />
<arg name="robot_model" default="abb_irb4600_40_255" />
Expand Down

0 comments on commit f8cb186

Please sign in to comment.