mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
For convenient and computationally lightweight drawing of geometry in RVIZ using marker arrays. More...
#include <vector>
#include <ros/ros.h>
#include <visualization_msgs/MarkerArray.h>
#include <mrs_lib/geometry/shapes.h>
#include <mrs_msgs/Path.h>
#include <mrs_msgs/TrajectoryReference.h>
#include <mrs_lib/visual_object.h>
#include <set>
Go to the source code of this file.
Classes | |
class | mrs_lib::BatchVisualizer |
library for drawing large amounts of geometric objects in RVIZ at the same time More... | |
Namespaces | |
mrs_lib | |
All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Macros | |
#define | DEFAULT_ELLIPSE_POINTS 64 |
For convenient and computationally lightweight drawing of geometry in RVIZ using marker arrays.