|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Arguments used to create a Rviz maker. More...
#include <rviz_visualisation.hpp>

Public Attributes | |
| ros::Time | stamp |
| Time stamp for the ROS message. More... | |
| std::string | frame_id |
| Frame in which position/orientation of the object is. More... | |
| std::string | ns |
| Namespace for the Rviz marker. More... | |
| ros::Duration | duration |
| Duration of the marker (in sec) More... | |
| std_msgs::ColorRGBA | color |
| Color of the marker. More... | |
Arguments used to create a Rviz maker.
Definition at line 23 of file rviz_visualisation.hpp.
| std_msgs::ColorRGBA mfcpp::MarkerArgs::color |
Color of the marker.
Definition at line 29 of file rviz_visualisation.hpp.
| ros::Duration mfcpp::MarkerArgs::duration |
Duration of the marker (in sec)
Definition at line 28 of file rviz_visualisation.hpp.
| std::string mfcpp::MarkerArgs::frame_id |
Frame in which position/orientation of the object is.
Definition at line 26 of file rviz_visualisation.hpp.
| std::string mfcpp::MarkerArgs::ns |
Namespace for the Rviz marker.
Definition at line 27 of file rviz_visualisation.hpp.
| ros::Time mfcpp::MarkerArgs::stamp |
Time stamp for the ROS message.
Definition at line 25 of file rviz_visualisation.hpp.
1.8.11