-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ros2/Sink] Add draft of tensor_sink for ROS2 #51
Conversation
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #51. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://nnsuite.mooo.com/. |
2d2f5bc
to
5cd1a8f
Compare
|
b68e1e5
to
c80a2c0
Compare
|
c80a2c0
to
5f84ea1
Compare
|
f443843
to
ac68a36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
ac68a36
to
17277e2
Compare
|
17277e2
to
07b76d6
Compare
|
This patch adds a draft of the NNStreamer extension plugin, tensor_ros2_sink, that publishes streams of tensors as a ROS2 topic. Note that the property to enable rosbag support is not implemented yet. Signed-off-by: Wook Song <[email protected]>
This patch revises the nns_rclcpp_publisher's parameters to get the instance of nns_ros_publisher as the first argument. Signed-off-by: Wook Song <[email protected]>
07b76d6
to
1308c5b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related to nnstreamer/nnstreamer#2728
This patch adds a draft of the NNStreamer extension plugin, tensor_ros2_sink, that publishes streams of tensors as a ROS2 topic.
Signed-off-by: Wook Song [email protected]