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
tsid
Commits
24592503
Commit
24592503
authored
Mar 10, 2021
by
Guilhem Saurel
Browse files
fix member initialization order
to stop spam from
https://build.ros.org/job/Mdev__tsid__ubuntu_bionic_amd64/
parent
c3f5f145
Changes
1
Show whitespace changes
Inline
Side-by-side
src/tasks/task-cop-equality.cpp
View file @
24592503
...
@@ -27,8 +27,8 @@ namespace tasks
...
@@ -27,8 +27,8 @@ namespace tasks
TaskCopEquality
::
TaskCopEquality
(
const
std
::
string
&
name
,
RobotWrapper
&
robot
)
:
TaskCopEquality
::
TaskCopEquality
(
const
std
::
string
&
name
,
RobotWrapper
&
robot
)
:
TaskContactForce
(
name
,
robot
),
TaskContactForce
(
name
,
robot
),
m_con
straint
(
name
,
3
,
3
),
m_con
tact_name
(
""
),
m_con
tact_name
(
""
)
m_con
straint
(
name
,
3
,
3
)
{
{
m_normal
<<
0
,
0
,
1
;
m_normal
<<
0
,
0
,
1
;
}
}
...
...
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