Skip to content

Commit afad2ac

Browse files
committed
Add Rviz node configuration and integration into AutowareSample system
- Updated Rviz.node.yaml to include arguments for loading the Autoware RViz configuration and image. - Integrated Rviz node into AutowareSample.system.yaml, enhancing the system's visualization capabilities by ensuring Rviz is properly connected to the main ECU.
1 parent 506bc26 commit afad2ac

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

autoware_sample_designs/design/ros_system/Rviz.node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package:
1010
launch:
1111
executable: rviz2
1212
node_output: screen
13+
args: -d $(find-pkg-share autoware_launch)/rviz/autoware.rviz -s $(find-pkg-share autoware_launch)/rviz/image/autoware.png
1314

1415
# interfaces
1516
subscribers: []

autoware_sample_designs/design/system/AutowareSample.system.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ PlanningSimulation:
385385
- name: vehicle
386386
entity: PlanningSimVehicle.module
387387
compute_unit: main_ecu
388+
- name: Rviz
389+
entity: Rviz.node
390+
compute_unit: main_ecu
388391
connections:
389392
- - planning_sim_rviz_plugin.publisher.simulation/dummy_perception_publisher/object_info
390393
- perception.subscriber.dummy_object_info

0 commit comments

Comments
 (0)