#include <occupancy_grid_utils/geometry.h>
#include <occupancy_grid_utils/shortest_path.h>
#include <ros/ros.h>
#include <actionlib/client/simple_action_client.h>
#include <move_base_msgs/MoveBaseAction.h>
#include <visualization_msgs/Marker.h>
#include <tf/transform_listener.h>
#include <boost/foreach.hpp>
#include <boost/math/constants/constants.hpp>
#include <geometry_msgs/PolygonStamped.h>
Go to the source code of this file.
Classes | |
struct | semanticmodel::CheckReachable |
class | semanticmodel::Node |
Namespaces | |
namespace | semanticmodel |
Typedefs | |
typedef std::set< gu::Cell > | semanticmodel::Cells |
typedef boost::mutex::scoped_lock | semanticmodel::Lock |
Functions | |
int | main (int argc, char **argv) |
Ros node that sends nav goals to look for potential planes
Definition in file search_for_planes.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 427 of file search_for_planes.cpp.