tuw_graph_msgs
C++ API
Class Hierarchy
File Hierarchy
Full C++ API
Namespaces
Namespace tuw_graph_msgs
Namespace tuw_graph_msgs::msg
Namespace tuw_json
Classes and Structs
Struct Edge
Struct Graph
Struct Node
Functions
Function tuw_json::fromJson(const Json::Value&, tuw_graph_msgs::msg::Edge&)
Function tuw_json::fromJson(const Json::Value&, tuw_graph_msgs::msg::Graph&)
Function tuw_json::fromJson(const Json::Value&, tuw_graph_msgs::msg::Node&)
Function tuw_json::toJson(const tuw_graph_msgs::msg::Edge&)
Function tuw_json::toJson(const tuw_graph_msgs::msg::Graph&)
Function tuw_json::toJson(const tuw_graph_msgs::msg::Node&)
Directories
Directory include
Directory tuw_graph_msgs
Files
File edge.hpp
File edge_json.hpp
File graph.hpp
File graph_json.hpp
File node.hpp
File node_json.hpp
Message Definitions
Edge
Graph
Node
State
Service Definitions
GetGraph
Standard Documents
CHANGELOG
PACKAGE
Index
tuw_graph_msgs
C++ API
Struct Node
View page source
Struct Node
Defined in
File node.hpp
Inheritance Relationships
Base Type
public
tuw_graph_msgs::msg::Node
Struct Documentation
struct
Node
:
public
tuw_graph_msgs
::
msg
::
Node
Public Functions
Node
(
)
inline
Node
(
int64_t
id
)
inline
Node
(
int64_t
id
,
const
geometry_msgs
::
msg
::
Pose
&
pose
)