Conversation
57cd440 to
1bcc69c
Compare
3c1e562 to
bbd5e25
Compare
1bcc69c to
e1f2869
Compare
|
I'm confused about why we use yaml string here instead of normal yaml. |
|
Pls remove commented codes. |
|
Missing documentation |
|
We'll need some documentation for input ports and output ports. |
e1f2869 to
720d12b
Compare
|
Pls add documentation. |
|
Using the difference in dimension of lambda and number of force basis to determine the contact model is generally not a safe way. Could we store the type of contact model in the |
a1a373d to
80dd8e5
Compare
|
FYI, building with different drake versions doesnt seem to be an issue so far between dairlib and c3. |
Meow404
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 19 files reviewed, 6 unresolved discussions (waiting on @xuanhien070594)
systems/publishers/force_publisher.h line 16 at r1 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
Missing documentation
Done.
systems/publishers/force_publisher.cc line 16 at r1 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
We'll need some documentation for input ports and output ports.
Done.
systems/publishers/output_publisher.h line 46 at r1 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
Pls remove commented codes.
Done.
systems/publishers/output_publisher.h line 17 at r2 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
Pls add documentation.
Done.
|
Should the name be |
cff8615 to
0ff39d9
Compare
0ff39d9 to
207d6ab
Compare
|
Should we add few lines in documentation to tell the user which forces we are calculating (i.e forces that object A acts on object B or object B acts on object A)? |
|
Previously, xuanhien070594 (Hien Bui) wrote…
Since you're using minus sign here, it seems that we're calculating the forces that object A acting on object B. |
1ab4ccd to
b1d6983
Compare
Meow404
left a comment
There was a problem hiding this comment.
@Meow404 made 1 comment and resolved 5 discussions.
Reviewable status: 14 of 52 files reviewed, 10 unresolved discussions (waiting on alinasarmiento and xuanhien070594).
core/c3.cc line 461 at r6 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
I think we should skip storing QP results if QP fails to solve, since failed solves often give extreme large numbers. It is not safe for downstream usage.
What behavior do you think makes sense?
In particular i'm not sure what behavior is expected when the user tried to get a solution
|
Previously, Meow404 (Thomas Stephen Felix) wrote…
I think if the QP fails to give solution, we can set the x solutions to current state of the robot, and |
|
Sorry, I forgot why do we need |
|
I thought |
|
missing end line |
xuanhien070594
left a comment
There was a problem hiding this comment.
I only have a few comments. Otherwise,
@xuanhien070594 partially reviewed 50 files and all commit messages, made 1 comment, and resolved 8 discussions.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on alinasarmiento and Meow404).
Meow404
left a comment
There was a problem hiding this comment.
@Meow404 made 4 comments.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on alinasarmiento and xuanhien070594).
core/c3.cc line 461 at r6 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
I think if the QP fails to give solution, we can set the x solutions to current state of the robot, and
usolutions to 0. If doing this, we need a few lines in the document to explain the expected behaviors. What do you think?
Done.
core/c3_options.h line 79 at r7 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
Sorry, I forgot why do we need
g_eta_vectorandu_eta_vector.
Done.
multibody/contact_evaluator.h line 141 at r7 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
I thought
num_friction_directions=1for planar contact?
Planar contact means only the direction normal to contact plane, no friction directions are included.
systems/test/generators_test.cc line 371 at r7 (raw file):
Previously, xuanhien070594 (Hien Bui) wrote…
missing end line
Done.
xuanhien070594
left a comment
There was a problem hiding this comment.
@xuanhien070594 reviewed 6 files and all commit messages, made 1 comment, and resolved 5 discussions.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on alinasarmiento).
Fixes : #11, #36
Support for : DAIRLab/dairlib#376
This change is