Skip to content
Snippets Groups Projects
Commit 0e2a07a9 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

[CollisionGeometry] Make method isOccupied deprecated.

parent 98eb68c8
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
}
/// @brief whether the object is completely occupied
inline bool isOccupied() const { return true; }
inline bool isOccupied() const HPP_FCL_DEPRECATED { return true; }
/// @brief whether the object is completely free
inline bool isFree() const { return false; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment