Skip to content

Conversation

@mm318
Copy link
Member

@mm318 mm318 commented Jan 3, 2020

For addressing #943 (comment)

This is similar to ros2/rclpy#454, but for rclcpp and will have no implementation right now.

Copy link
Member

@ivanpauno ivanpauno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment.
A method has to be added in node.hpp.

return count;
}

std::vector<rmw_topic_info_t>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rmw_topic_info_t is too "C style", specially because of the C style strings.
I think that the way to go is creating an equivalent cpp class.
It will force some extra unnecessary copying, but performance is not much important in graph instronspection functions.

@ivanpauno ivanpauno added the in review Waiting for review (Kanban column) label Jan 3, 2020
@mm318
Copy link
Member Author

mm318 commented Jan 14, 2020

Closing this pull request in favor of #960.

@mm318 mm318 closed this Jan 14, 2020
nnmm pushed a commit to ApexAI/rclcpp that referenced this pull request Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in review Waiting for review (Kanban column)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants