Conversation
Member
Author
|
@havriutkin It even walks in the (sson to come) webdemo: |
Member
Author
|
@copilot create a new PR that only has the python stubs change in this PR |
3 tasks
Contributor
| df = pd.read_csv('traj.csv') | ||
|
|
||
| input("Press ENTER to continue.") | ||
| # input("Press ENTER to continue.") |
| p.stepSimulation() | ||
| time.sleep(1. / 240.) | ||
| t += 1. / 240. | ||
| # time.sleep(1. / 24.) |
Contributor
There was a problem hiding this comment.
Maybe kill this as well?
| void setMass(const double mass); | ||
| const gtsam::Pose3 ¢erOfMass(); | ||
| const gtsam::Matrix &inertia(); | ||
| void setInertia(const gtsam::Matrix3 &inertia); |
Contributor
There was a problem hiding this comment.
This can lead to potential issues later since our original plan was to write the code in a functional style, but this is making it imperative.
Mixing styles will make the code more spaghetti.
Member
Author
|
I'll incorporate the two minor comments in a follow-up PR (after #423 - identical tio this, is merged) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Behavior change
Smaller things
New motion planning notebook
examples/example_a1_walking/chain_dynamics_motion_planning.ipynbNice swing phases obtained entirely by kino-dynamic MP:

and trunk xyz:
