-
Notifications
You must be signed in to change notification settings - Fork 95
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
Ros1 fixed rgbd hand gestures recognition #325
Ros1 fixed rgbd hand gestures recognition #325
Conversation
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.
Thanks @minhquoc0712 for the fixes on this node! I have added minor suggestions in the review to make it more consistent with other nodes.
Edit: Also note that i wasn't able to fully test the node as i don't have access to a depth camera
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Outdated
Show resolved
Hide resolved
…ithub.com/opendr-eu/opendr into ros1-fixed-rgbd-hand-gestures-recognition
…cognition.py Modify queue size to avoid delays Co-authored-by: Kostas Tsampazis <[email protected]>
Hey @minhquoc0712, when you think the PR is ready please re-request a review |
projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py
Outdated
Show resolved
Hide resolved
I left a comment for a minor issue in a docstring, apart from this the node is good to go from my side! Thank you very much! |
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.
Works for me, thank you
* Add argument parser for device parameter and update device selection * Change rosnode argument name to be consistent with other nodes * Add argument parser and update default value of rgb and depth image inputs, update docstring * rgbd_hand_gesture_recognition.py * Update projects/opendr_ws/src/perception/scripts/rgbd_hand_gesture_recognition.py Modify queue size to avoid delays Co-authored-by: Kostas Tsampazis <[email protected]> * Change gesture topic parameter name * Add blank lines and use double-quotes for docstring * Fix wrong arguments name in docstring in preprocess method * Change argument name in callback method * Add an argument for output topic name * Update output topic * Fix docstring in preprocess method Co-authored-by: Kostas Tsampazis <[email protected]>
Fixed: