Fix graph manager node namespaces (#75)

* Fix graph manager node namespaces

* Update
This commit is contained in:
Pablo Garrido
2021-07-02 13:28:22 +02:00
committed by GitHub
parent a623308505
commit f6a2aa3b60
2 changed files with 59 additions and 29 deletions
@@ -262,6 +262,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_;