rapid
A ROS robotics library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
axes_markers.h
Go to the documentation of this file.
1 #ifndef _RAPID_VIZ_AXES_MARKERS_H_
2 #define _RAPID_VIZ_AXES_MARKERS_H_
3 
4 #include "visualization_msgs/MarkerArray.h"
5 
6 namespace rapid {
25 visualization_msgs::MarkerArray AxesMarkerArray(const std::string& ns,
26  const std::string& frame_id,
27  const geometry_msgs::Pose& pose,
28  double scale);
29 
30 } // namespace rapid
31 
32 #endif // _RAPID_AXES_MARKERS_H_
visualization_msgs::MarkerArray AxesMarkerArray(const std::string &ns, const std::string &frame_id, const geometry_msgs::Pose &pose, double scale)
Generates an x/y/z axis marker given a pose.