-
Notifications
You must be signed in to change notification settings - Fork 44
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
Escalate leapros.msg to a ROS standard message #30
Comments
See: http://wiki.ros.org/common_msgs#Guidelines_for_submitting_to_common_msgs It need not be added to
|
Thank you for the insight Jack. If we separate messages and create a new package, should we wait the next ROS??? Ideally I kind of want to see it happen soon but I know API-ABI breaking change should generally happen for the next released distro... |
One of the advantages of releasing a separate package in its own repository is that it can be added at any time without breaking existing installations. That's great for gathering community use. |
I've created a separate ROS driver for Leap Motion Controller where I implemented Hand messages. Any interest in merging (part of) this code or message types? |
@kruusamae Wow. We should definitely consider merging packages with similar/same purposes.
@jack-oquin should be the best person to ask for the thoughts on this. |
These are good questions to discuss with the ROS Drivers Special Interest Group. |
As suggested (I'm not sure by who) on ros wiki page for leap_motion:
I've never proposed ROS message types, but if someone is interested in please go ahead. Would it become like
sensor_msgs/Hand
?The text was updated successfully, but these errors were encountered: