-
Notifications
You must be signed in to change notification settings - Fork 89
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
Release 1.0 Task List #1098
Comments
@marrts see this discussion. Open to ideas, and comments on things like Descartes etc |
RPI has also developed a very fast inverse kinematic solver IK-GEO: https://github.com/rpiRobotics/ik-geo I had planned to work on this end of last year but may not get to it until the spring. |
This IK-solver might also be of interest: https://github.com/steffanlloyd/quik |
Here are some features of IK-Geo which I hope are of interest:
IK-Geo repo: https://github.com/rpiRobotics/ik-geo |
I think an extremely useful thing to add, I don't think it strictly needs to be done for 1.0, would be better logging control for everything that is output to the terminal currently. This way users have more control over what goes to the terminal and unique task output could be mapped to individual tasks, which could then be saved to files later for easier debugging, especially when running tasks in parallel. Also, the current console_bridge use can be slightly annoying. The character count is limited and it locks a common thread every time it is called, which likely has a negligable effect but maybe could be better. I don't think something needs to be built completely custom for tesseract from the ground up, but I think there are opportunities for some quality of life improvements there. |
We should also enable pre-commit before a 1.0 release. I started work on this in #996. |
Here are some notes on ABI compatibility policies:
ROS seems to generally follow the Debian release policy. The "ROS Rolling" distribution is similar to "Debian Sid": https://wiki.debian.org/DebianUnstable |
Related to logging, I would like to add abseil-cpp as a depend and start levering some of its features like logging. Probably need to make that call prior to a 1.0 release. |
@Levi-Armstrong it would be helpful to have a way to associate log messages with a specific taskflow instance and/or step. |
Component updates
Support
Trajopt-Ifopt
Wishlist
The text was updated successfully, but these errors were encountered: