Skip to content

Commit

Permalink
refactor(autoware_node): remove unused dependency, add package descri…
Browse files Browse the repository at this point in the history
…ption

Signed-off-by: Alexey Panferov <[email protected]>
  • Loading branch information
lexavtanke committed Mar 27, 2024
1 parent 65303a7 commit 06ac84b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/autoware_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>autoware_node</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<description>Autoware Node is an Autoware.Core package designed to provide a base class for all nodes in the system.</description>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<license>Apache-2.0</license>

Expand All @@ -12,7 +12,6 @@

<depend>autoware_control_center_msgs</depend>
<depend>autoware_utils</depend>
<depend>nlohmann-json-dev</depend>
<depend>rclcpp_lifecycle</depend>

<test_depend>ament_cmake_ros</test_depend>
Expand Down

0 comments on commit 06ac84b

Please sign in to comment.