Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Integrate bullet into ign-physics3 #208
Integrate bullet into ign-physics3 #208
Changes from all commits
ea0e401
6aab0af
a48a799
7adcf18
7a92539
e6d1f5a
0399636
a93872c
1dfc2e7
24041d8
8469df1
a30f612
bc53a8b
0e9e897
98048ee
70e4b81
75c26e8
1dfdce6
fa9eb5f
052542c
b84ab6e
5c7868b
7d7b990
963904c
d94918e
d54e78a
851196b
30d6c36
bd64076
d4afa61
86ad9c1
62cf0d9
ac19e4d
ec47b47
c19a576
00f8311
5c39f4d
edd439b
db8b26e
54064d6
901e645
12c28e9
950b82f
d9c011d
2c51269
392995f
de90ff7
c7c78bf
835d251
b79e01b
4cba451
8734d4c
9adb64d
482d30f
75b7914
5282e90
96272c6
d5f14a1
a1fe46d
45a8f16
21334f8
6332266
696bf6a
535140f
cdd5aea
b533c24
625e6b2
ec5c2bd
c3e0be6
210dfa7
b27dbf5
2592a48
3792981
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Any reason for
shared
vsunique
here?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.
Those in particular can't be changed because the
GenerateIdentity
templated function from ignition takes a shared pointer to generate new identities.