Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!362
WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"
213-std-set-and-std-map-instead-of-std-list-in-wolf-nodes
into
devel
Overview
1
Commits
40
Pipelines
20
Changes
5
Merged
Joaquim Casals Buñuel
requested to merge
213-std-set-and-std-map-instead-of-std-list-in-wolf-nodes
into
devel
5 years ago
Overview
1
Commits
40
Pipelines
20
Changes
5
Expand
Closes
#213 (closed)
0
0
Merge request reports
Viewing commit
f3489a42
Prev
Next
Show latest version
5 files
+
3
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
f3489a42
Remove debug code
· f3489a42
Joaquim Casals Buñuel
authored
5 years ago
include/core/trajectory/trajectory_base.h
+
0
−
1
Options
@@ -93,7 +93,6 @@ class TrajectoryBase : public NodeBase, public std::enable_shared_from_this<Traj
bool
state_blocks
,
std
::
ostream
&
stream
=
std
::
cout
,
std
::
string
_tabs
=
""
)
const
;
void
printDebug
();
private:
FrameBasePtr
addFrame
(
FrameBasePtr
_frame_ptr
);
void
removeFrame
(
FrameBasePtr
_frame_ptr
);
Loading