mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
* Fix graph manager node namespaces
* Update
(cherry picked from commit f6a2aa3b60)
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
This commit is contained in:
co-authored by
Pablo Garrido
parent
9d3fbc63a0
commit
6047f7135d
@@ -292,6 +292,18 @@ private:
|
||||
*/
|
||||
void update_node_entities_info();
|
||||
|
||||
/**
|
||||
* @brief Retrieves node name and namespace from
|
||||
* participant.
|
||||
* @param participant_name DDS participant name.
|
||||
* @param node_name ROS2 Node name.
|
||||
* @param namespace ROS2 Node namespace.
|
||||
*/
|
||||
void get_name_and_namespace(
|
||||
std::string participant_name,
|
||||
std::string& node_name,
|
||||
std::string& node_namespace);
|
||||
|
||||
eprosima::fastdds::dds::DomainId_t domain_id_;
|
||||
bool graph_changed_;
|
||||
bool display_on_change_;
|
||||
|
||||
Reference in New Issue
Block a user