Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GayarUsmanov committed Jan 7, 2025
1 parent df062ac commit 57a6175
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ class DistanceField
* @param [in] pose The pose of the shape.
* @param [out] points The points determined for this shape.
*/
bool getShapePoints(const shapes::Shape* shape, const Eigen::Isometry3d& pose, EigenSTL::vector_Vector3d* points) const;
bool getShapePoints(const shapes::Shape* shape, const Eigen::Isometry3d& pose,
EigenSTL::vector_Vector3d* points) const;

/**
* \brief Adds the set of points corresponding to the shape at the
Expand Down

0 comments on commit 57a6175

Please sign in to comment.