Skip to content

Commit

Permalink
Fix docstring error
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 22, 2025
1 parent 66db8c0 commit db07439
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions beluga_ros/include/beluga_ros/ndt_ellipsoid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ void use_cell_size(const Eigen::Vector<int, 3>& position, double size, beluga_ro
/// cell is not suitable for the rotation matrix creation.
/**
* \param grid A SparseValueGrid that contains cells representing obstacles.
* \return A message with the ellipsoids or cubes.
* \param[out] message Markers message to be assigned.
* \param[out] cubes_generated Is set to true if there were problems with covariance matrices from cells.
* \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]
* (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 db07439

Please sign in to comment.