Skip to content

Commit

Permalink
remove health monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Aug 28, 2023
1 parent cc73ada commit 38cbb14
Show file tree
Hide file tree
Showing 22 changed files with 21 additions and 3,845 deletions.
25 changes: 0 additions & 25 deletions carma/launch/carma_src.launch
Original file line number Diff line number Diff line change
Expand Up @@ -99,31 +99,6 @@
</include>
</group>

<!-- Guidance Stack -->
<group ns="$(env CARMA_GUIDE_NS)">
<!-- Health Monitor.
Health monitor is required to launch with node tag here to correctly shut down
other nodes through its required=true attribute-->
<node pkg="health_monitor" type="health_monitor" name="health_monitor" required="true">
<remap from="driver_discovery" to="$(optenv CARMA_INTR_NS)/driver_discovery"/>
<remap from="system_alert" to="/system_alert"/>
<remap from="~required_drivers" to="/required_drivers"/>
<remap from="~lidar_gps_drivers" to="/lidar_gps_drivers"/>
<remap from="~camera_drivers" to="/camera_drivers"/>
<remap from="~truck" to="/truck"/>
<remap from="~car" to="/car"/>
<rosparam command="load" file="$(find health_monitor)/config/params.yaml"/>
</node>

<include file="$(find carma)/launch/guidance.launch">
<arg name="route_file_folder" value="$(arg route_file_folder)"/>
<arg name="vehicle_calibration_dir" value="$(arg vehicle_calibration_dir)"/>
<arg name="enable_guidance_plugin_validator" value="$(arg enable_guidance_plugin_validator)"/>
<arg name="strategic_plugins_to_validate" value="$(arg strategic_plugins_to_validate)"/>
<arg name="tactical_plugins_to_validate" value="$(arg tactical_plugins_to_validate)"/>
<arg name="control_plugins_to_validate" value="$(arg control_plugins_to_validate)"/>
</include>
</group>

<!-- Set up the rosbag record node that will exclude sensitive topics -->
<group ns="carma_record">
Expand Down
6 changes: 1 addition & 5 deletions carma/launch/drivers.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ def generate_launch_description():
package='subsystem_controllers',
name='drivers_controller',
executable='drivers_controller',
parameters=[ subsystem_controller_default_param_file, subsystem_controller_param_file, vehicle_config_param_file ],
remappings=[
('ros2_required_driver_subsystem_nodes','required_subsystem_nodes'),
('driver_subsystem_excluded_nodes', 'unmanaged_namespace_nodes')
],
parameters=[ subsystem_controller_default_param_file, subsystem_controller_param_file ],
on_exit= Shutdown(), # Mark the subsystem controller as required
arguments=['--ros-args', '--log-level', GetLogLevel('subsystem_controllers', env_log_levels)]
)
Expand Down
131 changes: 0 additions & 131 deletions health_monitor/CMakeLists.txt

This file was deleted.

41 changes: 0 additions & 41 deletions health_monitor/config/params.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions health_monitor/include/driver_manager.h

This file was deleted.

35 changes: 0 additions & 35 deletions health_monitor/include/entry.h

This file was deleted.

Loading

0 comments on commit 38cbb14

Please sign in to comment.