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
Humanoid Path Planner
hpp-core
Commits
e60daf56
Commit
e60daf56
authored
May 19, 2018
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
May 19, 2018
Browse files
[BasicConfigurationShooter] Replace const ref shared pointer by instance
for member robot_.
parent
5cc58785
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e60daf56
...
...
@@ -15,4 +15,5 @@ New in 4.1, 2018-05-17
* Implement continuousCollisionChecking::Progressive::filterCollisionPairs.
* Add accessor to the SteeringMethod::problem_.
* Add TimeParameterization and add it to Path.
* Fix loop of shared ptr of ConnectedComponent.
\ No newline at end of file
* Fix loop of shared ptr of ConnectedComponent.
* member BasicConfigurationShooter is not a const reference anymore.
include/hpp/core/basic-configuration-shooter.hh
View file @
e60daf56
...
...
@@ -60,7 +60,7 @@ namespace hpp {
}
private:
const
DevicePtr_t
&
robot_
;
DevicePtr_t
robot_
;
BasicConfigurationShooterWkPtr_t
weak_
;
};
// class BasicConfigurationShooter
/// \}
...
...
Write
Preview
Supports
Markdown
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