Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
  • Loading branch information
Fernando-Sanz committed Jan 23, 2025
1 parent db07439 commit 6d4f8aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions beluga_ros/include/beluga_ros/ndt_ellipsoid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ void use_cell_size(const Eigen::Vector<int, 3>& position, double size, beluga_ro
/**
* \param grid A SparseValueGrid that contains cells representing obstacles.
* \param[out] message A MarkerArray that will contain the shapes
* \return A std::pair with the MarkerArray containing the shapes and a boolean indicating if at least one cube was generated.
* \tparam MapType Container that maps from Eigen::Vector<int, NDim> to the type of the cell. See [SparseValueGrid]
* \return A std::pair with the MarkerArray containing the shapes and a boolean indicating if at least one cube was
* generated. \tparam MapType Container that maps from Eigen::Vector<int, NDim> to the type of the cell. See
* [SparseValueGrid]
* (https://ekumen-os.github.io/beluga/packages/beluga/docs/_doxygen/generated/reference/html/classbeluga_1_1SparseValueGrid.html).
* \tparam NDim Dimension of the grid.
*/
Expand Down

0 comments on commit 6d4f8aa

Please sign in to comment.