Marker 消息类型:viz/Marker
更多...
#include <rmvlmsg/viz/marker.hpp>
|
| std::string | serialize () const noexcept |
| | 消息序列化
|
| std::size_t | compact_size () const noexcept |
| | 获取消息紧凑序列化后的大小(单位:字节)
|
Marker 消息类型:viz/Marker
- 参见
-
◆ compact_size()
| std::size_t rm::msg::Marker::compact_size |
( |
| ) |
const |
|
noexcept |
◆ deserialize()
| Marker rm::msg::Marker::deserialize |
( |
const char *const | str | ) |
|
|
staticnoexcept |
◆ serialize()
| std::string rm::msg::Marker::serialize |
( |
| ) |
const |
|
noexcept |
◆ action
| uint8_t rm::msg::Marker::action {} |
◆ ACTION_ADD
| uint8_t rm::msg::Marker::ACTION_ADD = 0 |
|
staticconstexpr |
◆ ACTION_DELETE
| uint8_t rm::msg::Marker::ACTION_DELETE = 1 |
|
staticconstexpr |
◆ ACTION_DELETEALL
| uint8_t rm::msg::Marker::ACTION_DELETEALL = 2 |
|
staticconstexpr |
◆ color
◆ colors
| std::vector<ColorRGBA> rm::msg::Marker::colors {} |
◆ header
| Header rm::msg::Marker::header {} |
◆ id
| int32_t rm::msg::Marker::id {} |
◆ msg_type
| const char rm::msg::Marker::msg_type[] = "viz/Marker" |
|
staticconstexpr |
◆ ns
| std::string rm::msg::Marker::ns {} |
◆ points
| std::vector<Point> rm::msg::Marker::points {} |
◆ pose
| Pose rm::msg::Marker::pose {} |
◆ scale
◆ type
| uint8_t rm::msg::Marker::type {} |
◆ TYPE_ARROW
| uint8_t rm::msg::Marker::TYPE_ARROW = 0 |
|
staticconstexpr |
◆ TYPE_CUBE
| uint8_t rm::msg::Marker::TYPE_CUBE = 1 |
|
staticconstexpr |
◆ TYPE_CUBE_LIST
| uint8_t rm::msg::Marker::TYPE_CUBE_LIST = 6 |
|
staticconstexpr |
◆ TYPE_CYLINDER
| uint8_t rm::msg::Marker::TYPE_CYLINDER = 3 |
|
staticconstexpr |
◆ TYPE_LINE_LIST
| uint8_t rm::msg::Marker::TYPE_LINE_LIST = 5 |
|
staticconstexpr |
◆ TYPE_LINE_STRIP
| uint8_t rm::msg::Marker::TYPE_LINE_STRIP = 4 |
|
staticconstexpr |
◆ TYPE_POINTS
| uint8_t rm::msg::Marker::TYPE_POINTS = 8 |
|
staticconstexpr |
◆ TYPE_SPHERE
| uint8_t rm::msg::Marker::TYPE_SPHERE = 2 |
|
staticconstexpr |
◆ TYPE_SPHERE_LIST
| uint8_t rm::msg::Marker::TYPE_SPHERE_LIST = 7 |
|
staticconstexpr |