Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Guilhem Saurel
jrl-walkgen
Commits
bb442737
Commit
bb442737
authored
14 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Add type for linear constraint"
This reverts commit
4d440440
.
parent
8dadc19e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/privatepgtypes.h
+2
-15
2 additions, 15 deletions
src/privatepgtypes.h
with
2 additions
and
15 deletions
src/privatepgtypes.h
+
2
−
15
View file @
bb442737
...
...
@@ -30,7 +30,6 @@
#define _PATTERN_GENERATOR_INTERNAL_PRIVATE_H_
#include
<jrl/mal/matrixabstractlayer.hh>
#include
<boost/numeric/ublas/matrix_sparse.hpp>
namespace
PatternGeneratorJRL
{
...
...
@@ -115,7 +114,7 @@ namespace PatternGeneratorJRL
struct
solution_s
{
/// \brief
W
hole solution array
/// \brief
w
hole solution array
double
*
array
;
struct
vector_s
...
...
@@ -130,13 +129,10 @@ namespace PatternGeneratorJRL
vector_t
jerk
,
footpos
;
/// \brief Lagrange multipliers
MAL_VECTOR
(
lambda
,
double
);
};
typedef
struct
solution_s
solution_t
;
/// \brief Linear
inequality
with free foot placement.
/// \brief Linear
constraints
with free foot placement.
struct
linear_inequality_ff_s
{
MAL_MATRIX
(
D
,
double
);
...
...
@@ -146,15 +142,6 @@ namespace PatternGeneratorJRL
typedef
struct
linear_inequality_ff_s
linear_inequality_ff_t
;
/// \brief Linear constraints
struct
linear_constraint_s
{
ublas
::
compressed_vector
<
double
>
A
;
double
b
;
};
typedef
struct
linear_constraint_s
linear_constraint_t
;
}
#endif
/* _PATTERN_GENERATOR_INTERNAL_PRIVATE_H_ */
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