Skip to content

Commit

Permalink
[launch] add tuto_overworld launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Aug 8, 2024
1 parent cb05989 commit 87a7353
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/tuto.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
modules:
robot:
JointStatePerceptionModule: robot_joints
humans:
FakeHumanPerceptionModule: steve_module
objects:
FakeObjectPerceptionModule:
- fake_1
- fake_2
StaticObjectsPerceptionModule: static

robot_joints:
min_period : 0.09
robot_name: eve

fake_1:
topic: /overworld/fake_objects_poses
sensor_id:
- eve_eye

fake_2:
true_id: false
topic: /overworld/fake_false_objects_poses
sensor_id:
- eve_eye

static:
file: package://overworld/config/adream.yaml
7 changes: 7 additions & 0 deletions launch/tutorials/tuto_overworld.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<launch>
<arg name="configuration_file" default="$(find overworld)/config/tuto.yaml"/>
<arg name="robot_name" default="eve"/>
<arg name="simulate" default="false"/>

<node name="overworld" pkg="overworld" type="overworld_node" output="screen" args="-c $(arg configuration_file) -n $(arg robot_name) -s $(arg simulate)"/>
</launch>

0 comments on commit 87a7353

Please sign in to comment.