Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
02c9d77b
Verified
Commit
02c9d77b
authored
Apr 17, 2021
by
Justin Carpentier
Browse files
examples: update README
parent
eae94443
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/README.md
View file @
02c9d77b
...
...
@@ -24,6 +24,10 @@ pip install panda3d_viewer
-
Loading a URDF model:
`python -i overview-urdf.py`
and in C++
`g++ -g overview-urdf.cpp -o overview-urdf $(pkg-config --cflags --libs pinocchio) && ./overview-urdf`
-
Using RobotWrapper to encapsulate a URDF model:
`python -i robot-wrapper-viewer.py`
## Simulating a model
-
Simulating a multiple pendulum:
`python -i simulation-pendulum.py --with-cart -N=2`
## Computes analytical derivatives of rigid body dynamics algorithms
-
Computing forward kinematics derivatives:
`python -i kinematics-derivatives.py`
and in C++
`g++ kinematics-derivatives.cpp -o kinematics-derivatives $(pkg-config --cflags --libs pinocchio) && ./kinematics-derivatives`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment