Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
793f8ccf
Commit
793f8ccf
authored
13 years ago
by
Antonio El Khoury
Browse files
Options
Downloads
Patches
Plain Diff
[wip/metapod] Document aggressive optimization flags in DESCR.
parent
69c1797f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
metapod/DESCR
+6
-1
6 additions, 1 deletion
metapod/DESCR
with
6 additions
and
1 deletion
metapod/DESCR
+
6
−
1
View file @
793f8ccf
...
...
@@ -4,4 +4,9 @@ templates, such that each algorithm remains model-independant, yet is
optimized for a particular robot at compile-time.
As of today, the following algorithms have been implemented:
- RNEA (Recursive Newton Euler Algorithm) for inverse dynamics.
\ No newline at end of file
- RNEA (Recursive Newton Euler Algorithm) for inverse dynamics.
This software is designed to be a low-level library, performance is
thus a key issue. For increased performance, it is strongly
recommended to add the "-march=native -mfpmath=sse" flags to the
CMAKE_CXX_FLAGS variable before compiling it.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment