Skip to content

Commit

Permalink
way more complicated launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-v-E committed Jan 18, 2024
1 parent c46b42b commit 70dc12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ To add your own robot in the world, use the generated `robot_spawner.launch`. Th
```xml
<?xml version='1.0'?>
<launch>
<include file="$(optenv ROS_HOME ~/.ros)/virtual_maize_field/robot_spawner.launch">
<include file="$(eval optenv('ROS_HOME', env('HOME')+'/.ros')+'/virtual_maize_field/robot_spawner.launch')">
<arg name="robot_name" value="<<robot_name>>"/>
</include>
</launch>
Expand Down

0 comments on commit 70dc12f

Please sign in to comment.