-
Notifications
You must be signed in to change notification settings - Fork 70
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
seed for sampling joint states in KinematicTree #487
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.
Can you please add doxygen and perhaps a getter?
The |
Alright - can you please change to C++ style doxygen ( |
I didn't know that there are different doxygen styles per language.
I very like this feature because automatically includes all parameters and the return value of a method. Do you insist on the triple slash ( |
I like the same auto-completion feature and would be happy with either - Vlad does insist ;) |
e0dd553
to
f1e8e4e
Compare
Oh well, here you go :-) |
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.
Sorry, just had a closer look after the meeting with two minor comments (language and pass by reference)
ae64d63
to
99cca20
Compare
99cca20
to
a1924a7
Compare
This should be fine now. |
Thank you very much :-) |
seed for sampling joint states in KinematicTree
Method
SetSeed
for setting seed of random number generator inKinematicTree
.