Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Crocoddyl
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Pep Martí Saumell
Crocoddyl
Commits
add31d9e
Commit
add31d9e
authored
5 years ago
by
Maximilien Naveau
Browse files
Options
Downloads
Patches
Plain Diff
[doc] fix some typos
parent
bf5d3915
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/crocoddyl/core/numdiff/action.hpp
+1
-3
1 addition, 3 deletions
include/crocoddyl/core/numdiff/action.hpp
with
1 addition
and
3 deletions
include/crocoddyl/core/numdiff/action.hpp
+
1
−
3
View file @
add31d9e
...
...
@@ -23,7 +23,7 @@ namespace crocoddyl {
* The subtility is in the computation of the Hessian of the cost. Let us
* consider that the ActionModel owns a cost residual. This means that the cost
* is the square of a residual \f$ l(x,u) = .5 r(x,u)**2 \f$, with
* \f$ r(x,u) \f$ being the re
i
sual vector. Therefore the derivatives of the
* \f$ r(x,u) \f$ being the res
id
ual vector. Therefore the derivatives of the
* cost \f$ l \f$ can be expressed in function of the derivatives of the
* residuals (Jacobians), denoted by \f$ R_x \f$ and \f$ R_u \f$. Which would be:
* \f{eqnarray*}{
...
...
@@ -51,8 +51,6 @@ class ActionModelNumDiff : public ActionModelAbstract {
* @brief Construct a new ActionModelNumDiff object
*
* @param model
* @param with_gauss_approx defines if we use the Gauss approximation of the
* cost hessian or not.
*/
explicit
ActionModelNumDiff
(
ActionModelAbstract
&
model
);
...
...
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