Port voxel grid, 2D markers and 2D cloud to ROS2 (#349)
* first stab at porting costmap_2d_markers directly * finishing up costmap_2d marker and cloud publisher nodes, and fixing some voxel grid porting issues * adding global publishers to deal with ros2 idl error * costmap2d pkg missing visualization_msgs dependency * removing ament target dep. for cloud and marker nodes
Showing
- nav2_costmap_2d/CMakeLists.txt 10 additions, 20 deletionsnav2_costmap_2d/CMakeLists.txt
- nav2_costmap_2d/src/costmap_2d_cloud.cpp 51 additions, 42 deletionsnav2_costmap_2d/src/costmap_2d_cloud.cpp
- nav2_costmap_2d/src/costmap_2d_markers.cpp 44 additions, 34 deletionsnav2_costmap_2d/src/costmap_2d_markers.cpp
- nav2_voxel_grid/include/nav2_voxel_grid/voxel_grid.hpp 1 addition, 2 deletionsnav2_voxel_grid/include/nav2_voxel_grid/voxel_grid.hpp
Please register or sign in to comment