Skip to content

Commit e5aefc3

Browse files
committed
Add missing rviz plugin dep
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
1 parent 7764b8f commit e5aefc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
<depend>rclcpp</depend>
2121
<depend>yaml_cpp_vendor</depend>
2222
<exec_depend>ros2launch</exec_depend>
23+
<exec_depend>grid_map_rviz_plugin</exec_depend>
2324

2425
<export>
2526
<build_type>ament_cmake</build_type>
2627
</export>
27-
</package>
28+
</package>

0 commit comments

Comments
 (0)