Skip to content

Commit

Permalink
build(tier4_perception_rviz_plugin): fix include path for downstream …
Browse files Browse the repository at this point in the history
…dependencies of autoware_dummy_perception_publisher

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jan 31, 2024
1 parent b256295 commit 47d4a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#include <rviz_default_plugins/tools/pose/pose_tool.hpp>
#endif

#include <dummy_perception_publisher/msg/object.hpp>
#include <autoware_dummy_perception_publisher/msg/object.hpp>

namespace rviz_plugins
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#include <rviz_default_plugins/tools/pose/pose_tool.hpp>
#endif

#include <dummy_perception_publisher/msg/object.hpp>
#include <autoware_dummy_perception_publisher/msg/object.hpp>

#include <geometry_msgs/msg/twist.hpp>

Expand Down

0 comments on commit 47d4a95

Please sign in to comment.