Closed wxmerkt closed 4 years ago
In GitLab by @nmansard on Feb 13, 2019, 10:09
for an example, what about this solution? from crocoddyl import *
In GitLab by @nmansard on Feb 13, 2019, 10:10
please comment the withGaussApprox option.
# We specify the withGaussApprox=True to have approximation of the hessian based on the jacobian of the cost residuals.
In GitLab by @nmansard on Feb 13, 2019, 10:11
I don't think you need that outside the jupyter. So don't put it here.
In GitLab by @nmansard on Feb 13, 2019, 10:12
why? this is pretending the notebook folder would be used as an external library. We should not have such a file here.
In GitLab by @nmansard on Feb 13, 2019, 10:14
you should propagate these nice display in the plotCartpole function (or better, use the plotCartpole function inside the animateCarpole function).
In GitLab by @nmansard on Feb 13, 2019, 10:18
here it is! I really don't like that. That is a ugly dependency on a subfolder. Either you really want this functionality, then put the example in the notebook folder ; or you don't care so much, the display is only for the notebook, then you don't import from notebook.
In GitLab by @cmastalli on Feb 13, 2019, 10:58
added 50 commits
devel
In GitLab by @cmastalli on Feb 13, 2019, 11:07
It's used for the example which are inside example, not notebook
In GitLab by @cmastalli on Feb 13, 2019, 11:08
Do you mean you want cartpole_swing_up.py inside notebooks folder? I put all Python examples inside example folder. If so I need to move all of them
In GitLab by @cmastalli on Feb 13, 2019, 11:09
changed this line in version 3 of the diff
In GitLab by @cmastalli on Feb 13, 2019, 11:09
added 1 commit
In GitLab by @cmastalli on Feb 13, 2019, 11:10
I included a comment inside the Python script but also inside the Jupyter notebook.
In GitLab by @cmastalli on Feb 13, 2019, 11:31
changed this line in version 4 of the diff
In GitLab by @cmastalli on Feb 13, 2019, 11:31
changed this line in version 4 of the diff
In GitLab by @cmastalli on Feb 13, 2019, 11:31
added 3 commits
In GitLab by @cmastalli on Feb 13, 2019, 11:32
I usef from crocoddyl import *
in each example and notebook. This reduces the among of lines.
In GitLab by @cmastalli on Feb 13, 2019, 12:38
added 1 commit
In GitLab by @cmastalli on Feb 13, 2019, 12:39
This function doesn't provide anything new. Indeed it's a legacy function. So I decided to remove it.
In GitLab by @cmastalli on Feb 13, 2019, 12:50
changed this line in version 6 of the diff
In GitLab by @cmastalli on Feb 13, 2019, 12:50
changed this line in version 6 of the diff
In GitLab by @cmastalli on Feb 13, 2019, 12:50
added 1 commit
In GitLab by @cmastalli on Feb 13, 2019, 12:51
I removed the subfolder dependency and moved these files to notebooks folder.
In GitLab by @cmastalli on Feb 13, 2019, 12:52
I put this file inside notebook folder.
In GitLab by @cmastalli on Feb 13, 2019, 12:52
resolved all discussions
In GitLab by @cmastalli on Feb 13, 2019, 12:53
@nmansard I resolved all the discussions and rebase this branch. Please merge it as soon as possible. We need for tomorrow's class.
In GitLab by @nmansard on Feb 13, 2019, 15:42
closed
In GitLab by @nmansard on Feb 13, 2019, 15:42
reopened
In GitLab by @nmansard on Feb 13, 2019, 15:43
merged
In GitLab by @nmansard on Feb 13, 2019, 15:43
mentioned in commit 47b5db38b81103c7d9cba3959b886f8263b617a9
In GitLab by @cmastalli on Feb 12, 2019, 23:21
Merges jupyter-cleanup -> devel
In this PR, I continue with the task defined #83. I will listed here the general changes:
Additionally I improved or added functionality to few examples:
1. Bipedal walking
Created the
createStepModel
function for easier understanding of the biped walking class.2. Unicycle
Added function to plot the unicycle motion.
3. Cartpole