Skip to content

Commit

Permalink
Move collision_distance_field_type inside namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anasarrak committed Jun 13, 2019
1 parent 7077bf2 commit ad96e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
#include "rclcpp/time.hpp"
#include "rclcpp/utilities.hpp"

static rclcpp::Logger LOGGER_COLLISION_DISTANCE_FIELD = rclcpp::get_logger("moveit").get_child("collision_distance_field");

namespace collision_detection
{
static rclcpp::Logger LOGGER_COLLISION_DISTANCE_FIELD = rclcpp::get_logger("moveit").get_child("collision_distance_field");
enum CollisionType
{
NONE = 0,
Expand Down

0 comments on commit ad96e04

Please sign in to comment.