Skip to content

Commit

Permalink
tag closed in Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jontromanab committed Sep 27, 2019
1 parent 96f124b commit 42f5666
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_placement_plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<library path="lib/libbase_placement_plugin">
<class name="base_placement_plugin/Base Placement Plug-In"
type="base_placement_plugin::AddWayPoint"
base_class_type="rviz::Panel">
base_class_type="rviz::Panel"/>
<description>
Tool for visualizing base placement methods
</description>
Expand Down
3 changes: 2 additions & 1 deletion map_creator/src/create_capability_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#include <sstream>
#include <map_creator/sphere_discretization.h>
#include <map_creator/kinematics.h>
#include<map_creator/hdf5_dataset.h>
#include <map_creator/hdf5_dataset.h>
#include <boost/format.hpp>

//struct stat st;

Expand Down
2 changes: 2 additions & 0 deletions map_creator/src/create_inverse_reachability_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "map_creator/WorkSpace.h"
#include <map>

#include <boost/format.hpp>

#include <tf2/LinearMath/Transform.h>
#include <tf2/LinearMath/Quaternion.h>
#include <tf2/LinearMath/Vector3.h>
Expand Down
3 changes: 2 additions & 1 deletion map_creator/src/create_reachability_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
#include <sstream>
#include <map_creator/sphere_discretization.h>
#include <map_creator/kinematics.h>
#include<map_creator/hdf5_dataset.h>
#include <map_creator/hdf5_dataset.h>
#include <boost/format.hpp>

//struct stat st;

Expand Down

0 comments on commit 42f5666

Please sign in to comment.