Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
Simox
Commits
3b2b9263
Commit
3b2b9263
authored
9 years ago
by
Peter Kaiser
Browse files
Options
Downloads
Patches
Plain Diff
ConstrainedOptimizationIK: Update robot pose after running IK
parent
6236d979
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VirtualRobot/IK/ConstrainedOptimizationIK.cpp
+2
-0
2 additions, 0 deletions
VirtualRobot/IK/ConstrainedOptimizationIK.cpp
with
2 additions
and
0 deletions
VirtualRobot/IK/ConstrainedOptimizationIK.cpp
+
2
−
0
View file @
3b2b9263
...
...
@@ -134,6 +134,7 @@ bool ConstrainedOptimizationIK::solve(bool stepwise)
// Success
robot
->
setUpdateVisualization
(
updateVisualization
);
robot
->
setUpdateCollisionModel
(
updateCollisionModel
);
robot
->
updatePose
(
true
);
return
true
;
}
}
...
...
@@ -141,6 +142,7 @@ bool ConstrainedOptimizationIK::solve(bool stepwise)
// Failure
robot
->
setUpdateVisualization
(
updateVisualization
);
robot
->
setUpdateCollisionModel
(
updateCollisionModel
);
robot
->
updatePose
(
true
);
return
false
;
}
...
...
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