Skip to content

Commit

Permalink
Feature/autoware api autoware versions (autowarefoundation#438)
Browse files Browse the repository at this point in the history
* Add package version API

* Fix message type

* Modify api name
  • Loading branch information
isamu-takagi authored Oct 20, 2021
1 parent dff9974 commit 61c0b56
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def generate_launch_description():
_create_api_node('initial_pose', 'InitialPose'),
_create_api_node('map', 'Map'),
_create_api_node('operator', 'Operator'),
_create_api_node('metadata_packages', 'MetadataPackages'),
_create_api_node('route', 'Route'),
_create_api_node('service', 'Service'),
_create_api_node('start', 'Start'),
Expand Down
3 changes: 0 additions & 3 deletions system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@
<arg name="config_file" value="$(find-pkg-share emergency_handler)/config/emergency_handler.param.yaml" />
</include>

<!-- Autoware Version Publisher-->
<node pkg="autoware_version" exec="autoware_version" name="autoware_version" output="screen">
</node>
</group>
</launch>
1 change: 0 additions & 1 deletion system_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<exec_depend>autoware_error_monitor</exec_depend>
<exec_depend>autoware_state_monitor</exec_depend>
<exec_depend>autoware_version</exec_depend>
<exec_depend>emergency_handler</exec_depend>
<exec_depend>system_monitor</exec_depend>

Expand Down
28 changes: 1 addition & 27 deletions system_launch/system_launch.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61c0b56

Please sign in to comment.