Skip to content

Commit

Permalink
feat: add rai_state_logs launch to base sim demo launch
Browse files Browse the repository at this point in the history
  • Loading branch information
boczekbartek committed Nov 28, 2024
1 parent 828f9b4 commit c91457a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rai_bringup/launch/sim_whoami_demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ def generate_launch_description():
default_value="src/examples/turtlebot4/allowlist.txt",
description="A list of ros interfaces that are exposed to rai agent.",
),
IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[
FindPackageShare("rai_state_logs"),
"/launch/rai_state_logs.launch.py",
]
),
),
IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[FindPackageShare("rai_whoami"), "/launch/rai_whoami.launch.py"]
Expand Down

0 comments on commit c91457a

Please sign in to comment.