-
Notifications
You must be signed in to change notification settings - Fork 408
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
Add accessors #419
Add accessors #419
Conversation
add accessors of scale and offset
add accessor of f_tip
add accessor of h
change return types of getMass() and getRotationalInertia()
privat variale this->tree to a const reference
I will have to check which changes are ABI compatible. As these are small changes, 8 don't want to break ABI compatibility for it. |
@MatthijsBurgh |
const double& getMass() -> double getMass()
@MatthijsBurgh |
Not ABI compatible
Not ABI compatible
Not ABI compatible
@Masa0u0 These are the only ABI compatible changes. |
@MatthijsBurgh |
@Masa0u0 could you add missing docstring to the added function in |
getFrameToTipRaw -> getFrameToTipZero add docstring to get FrameToTipZero
add docstring to get FrameToTipZero
@MatthijsBurgh |
Hello. I am a university student in Japan.
I propose the following two things
orocos_kdl will be easier to use. Please consider.