-
Notifications
You must be signed in to change notification settings - Fork 87
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
Implemented / Not-Implemented-Yet flags #12
Comments
Hi @akihikoy , Sorry for the late reply. Cheers, |
+1 to this. Not all RPC's are implemented. It would help us all to be very verbose about which isnt working and which is. For example I know not all gripper interfaces (Torque and velocity) are not implemented. Putting the examples aside - it would be nice to know which RPC's are expected to work and which are not. Nothing is more frustrating than spending a few hours debugging to realize that it was never going to work in the first place. Perhaps you should even throw a not_implemented_error or something incredibly verbose. It would also be super helpful for us developers to know what the timeline is for these things. Is it coming in months/weeks/years? This way we can plan our development roadmaps accordingly. Tagging @nsaif-kinova on this one as well for his thoughts. |
Hi, Cheers, |
Summary
Could you categorize the examples into Implemented and Not-Implemented-Yet classes?
Details
I explored the examples, however according to the issues (#3 and #11 ), some features are not implemented yet. As far as I saw, there are no flags like Not-Implemented-Yet or Incomplete. We need to execute the code to know if it works. When an example does not work, we may think a possibility that our operation is wrong. It is time consuming. Just putting flags for each example is much helpful.
Many thanks,
Akihiko
The text was updated successfully, but these errors were encountered: