Skip to content

Commit

Permalink
moveit_core collision_detection_fcl - revert NAME_ to NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed May 24, 2019
1 parent a3011f8 commit 18a607d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class CollisionDetectorAllocatorFCL
: public CollisionDetectorAllocatorTemplate<CollisionWorldFCL, CollisionRobotFCL, CollisionDetectorAllocatorFCL>
{
public:
static const std::string NAME_; // defined in collision_world_fcl.cpp
static const std::string NAME; // defined in collision_world_fcl.cpp
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace collision_detection
{

rclcpp::Logger LOGGER_COLLISION_WORLD = rclcpp::get_logger("collision_world.fcl");
const std::string CollisionDetectorAllocatorFCL::NAME_("FCL");
const std::string CollisionDetectorAllocatorFCL::NAME("FCL");

CollisionWorldFCL::CollisionWorldFCL() : CollisionWorld()
{
Expand Down

0 comments on commit 18a607d

Please sign in to comment.