-
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
cibot: @wooksong, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-ros/ci/repo-workers/pr-checker/51-202010221153350.64200592041016-5cd1a8f95e1e8ebb0d15f3922f288f4ddecf98a4/. |
b68e1e5
to
c80a2c0
Compare
cibot: @wooksong, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-ros/ci/repo-workers/pr-checker/51-202010221341540.22382807731628-c80a2c0476d7e342b04016bf9810672069ab2ce5/. |
c80a2c0
to
5f84ea1
Compare
cibot: @wooksong, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-ros/ci/repo-workers/pr-checker/51-202010221350550.90679597854614-5f84ea18e425ccb35ddc9d53e0e92e9b2878c35c/. |
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
cibot: @wooksong, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-ros/ci/repo-workers/pr-checker/51-202010271349210.32341909408569-17277e217d7f7fca9d1eadf056dc0904b47dec79/. |
17277e2
to
07b76d6
Compare
cibot: @wooksong, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-ros/ci/repo-workers/pr-checker/51-202010271859050.42773103713989-07b76d6b93d27f9eea42c028d8fe5824f3ee2b17/. |
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]