Skip to content

Commit

Permalink
Add hero2 machine file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 10, 2019
1 parent ee290a5 commit 0d7ce6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions machines/hero2.machine
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<launch>
<group if="$(optenv ROBOT_REAL false)">
<machine name="hero2" address="hero2.local" default="never" user="amigo" env-loader="/home/amigo/.ros-bash-and-run.sh"/>
</group>
<group unless="$(optenv ROBOT_REAL false)">
<machine name="hero2" address="localhost"/>
</group>
</launch>

0 comments on commit 0d7ce6e

Please sign in to comment.