Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tsid
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
Stack Of Tasks
tsid
Commits
b54734cc
Commit
b54734cc
authored
11 months ago
by
pre-commit-ci[bot]
Browse files
Options
Downloads
Patches
Plain Diff
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see
https://pre-commit.ci
parent
0ebbe754
Branches
pr/220
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#40122
passed with warnings
11 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/tsid/solvers/solver-HQP-base.hpp
+1
-1
1 addition, 1 deletion
include/tsid/solvers/solver-HQP-base.hpp
include/tsid/solvers/solver-HQP-eiquadprog-rt.hpp
+1
-1
1 addition, 1 deletion
include/tsid/solvers/solver-HQP-eiquadprog-rt.hpp
with
2 additions
and
2 deletions
include/tsid/solvers/solver-HQP-base.hpp
+
1
−
1
View file @
b54734cc
...
...
@@ -42,7 +42,7 @@ class TSID_DLLAPI SolverHQPBase {
typedef
math
::
ConstRefMatrix
ConstRefMatrix
;
SolverHQPBase
(
const
std
::
string
&
name
);
virtual
~
SolverHQPBase
(){};
virtual
~
SolverHQPBase
()
{};
virtual
const
std
::
string
&
name
()
const
{
return
m_name
;
}
...
...
This diff is collapsed.
Click to expand it.
include/tsid/solvers/solver-HQP-eiquadprog-rt.hpp
+
1
−
1
View file @
b54734cc
...
...
@@ -51,7 +51,7 @@ class TSID_DLLAPI SolverHQuadProgRT : public SolverHQPBase {
// TODO: change eiquadprog-rt to new API
/** Retrieve the matrices describing a QP problem from the problem data. */
void
retrieveQPData
(
const
HQPData
&
/*problemData*/
,
const
bool
/*hessianRegularization = true*/
){};
const
bool
/*hessianRegularization = true*/
)
{};
// /** Return the QP data object. */
// const QPDataQuadProg getQPData() const { return m_qpData; }
...
...
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