Skip to content

Commit

Permalink
I noticed these includes and depends being off
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple authored and Rayman committed Jan 30, 2025
1 parent e846bf0 commit 5b2474e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>ament_cmake_ros</depend>
<build_depend>ament_cmake_ros</build_depend>

<depend>can_msgs</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
Expand Down
1 change: 1 addition & 0 deletions src/socketcan_bridge_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "nobleo_socketcan_bridge/socketcan_bridge_node.hpp"

#include <diagnostic_msgs/msg/diagnostic_status.hpp>
#include <rclcpp_components/register_node_macro.hpp>

namespace nobleo_socketcan_bridge
Expand Down

0 comments on commit 5b2474e

Please sign in to comment.