Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
laser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
mobile_robotics
wolf_projects
wolf_lib
plugins
laser
Commits
73d660c2
Commit
73d660c2
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] Var rename
parent
a4324c7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!42
devel->main
,
!40
Resolve "follow core 465 Migrate from StateBlock to StateDerived"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/laser/state_block/state_polyline_point_2d.h
+3
-3
3 additions, 3 deletions
include/laser/state_block/state_polyline_point_2d.h
with
3 additions
and
3 deletions
include/laser/state_block/state_polyline_point_2d.h
+
3
−
3
View file @
73d660c2
...
...
@@ -9,9 +9,9 @@ class StatePolylinePoint2d : public StatePoint2d
{
public:
StatePolylinePoint2d
(
const
Vector2d
&
_point
,
StateBlockPtr
_
adjacent
=
nullptr
,
bool
_fixed
=
false
,
bool
_transformable
=
true
);
StateBlockPtr
_
reference_point
=
nullptr
,
bool
_fixed
=
false
,
bool
_transformable
=
true
);
~
StatePolylinePoint2d
()
{}
};
...
...
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