Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autonomous_driving_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
autonomous_driving
autonomous_driving_tools
Commits
08ee76d7
Commit
08ee76d7
authored
1 year ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added the velocity profile classes to the library.
parent
4c0578d0
No related branches found
No related tags found
1 merge request
!2
Solved a bug when creating a new geometry object: the sale factor is...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
src/CMakeLists.txt
with
2 additions
and
2 deletions
src/CMakeLists.txt
+
2
−
2
View file @
08ee76d7
# driver source files
#SET(sources gradient.cpp g2_spline.cpp dijkstra.cpp opendrive_geometry.cpp opendrive_common.cpp opendrive_line.cpp opendrive_spiral.cpp opendrive_arc.cpp opendrive_param_poly3.cpp opendrive_signal.cpp opendrive_object.cpp opendrive_road.cpp opendrive_road_segment.cpp opendrive_lane.cpp opendrive_road_node.cpp opendrive_link.cpp opendrive_junction.cpp vel_profile.cpp vel_spline.cpp vel_trapezoid.cpp osm/osm_map.cpp osm/osm_node.cpp osm/osm_way.cpp osm/osm_junction.cpp osm/osm_road_segment.cpp osm/osm_restriction.cpp)
SET
(
sources gradient.cpp g2_spline.cpp dijkstra.cpp common.cpp road.cpp junction.cpp road_segment.cpp road_map.cpp
)
SET
(
sources gradient.cpp g2_spline.cpp dijkstra.cpp common.cpp road.cpp junction.cpp road_segment.cpp road_map.cpp
vel_profile.cpp vel_spline.cpp vel_trapezoid.cpp
)
SET
(
opendrive_sources opendrive/opendrive_geometry.cpp opendrive/opendrive_line.cpp opendrive/opendrive_spiral.cpp opendrive/opendrive_arc.cpp opendrive/opendrive_param_poly3.cpp opendrive/opendrive_signal.cpp opendrive/opendrive_object.cpp opendrive/opendrive_road_segment.cpp opendrive/opendrive_lane.cpp opendrive/opendrive_junction.cpp
)
# application header files
#SET(headers ../include/gradient.h ../include/g2_spline.h ../include/dijkstra.h ../include/opendrive_common.h ../include/opendrive_geometry.h ../include/opendrive_line.h ../include/opendrive_spiral.h ../include/opendrive_arc.h ../include/opendrive_param_poly3.h ../include/opendrive_signal.h ../include/opendrive_object.h ../include/opendrive_road.h ../include/opendrive_road_segment.h ../include/opendrive_lane.h ../include/opendrive_road_node.h ../include/opendrive_link.h ../include/opendrive_junction.h ../include/vel_profile.h ../include/vel_spline.h ../include/vel_trapezoid.h ../include/osm/osm_map.h ../include/osm/osm_node.h ../include/osm/osm_way.h ../include/osm/osm_junction.h ../include/osm/osm_road_segment.h ../include/osm/osm_restriction.h)
SET
(
headers ../include/gradient.h ../include/g2_spline.h ../include/dijkstra.h ../include/common.h ../include/road.h ../include/junction.h ../include/road_segment.h ../include/road_map.h
)
SET
(
headers ../include/gradient.h ../include/g2_spline.h ../include/dijkstra.h ../include/common.h ../include/road.h ../include/junction.h ../include/road_segment.h ../include/road_map.h
../include/vel_profile.h ../include/vel_spline.h ../include/vel_trapezoid.h
)
SET
(
opendrive_headers ../include/opendrive/opendrive_common.h ../include/opendrive/opendrive_geometry.h ../include/opendrive/opendrive_line.h ../include/opendrive/opendrive_spiral.h ../include/opendrive/opendrive_arc.h ../include/opendrive/opendrive_param_poly3.h ../include/opendrive/opendrive_signal.h ../include/opendrive/opendrive_object.h ../include/opendrive/opendrive_road_segment.h ../include/opendrive/opendrive_lane.h ../include/opendrive/opendrive_junction.h
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_SOURCE_DIR
}
/libosmium"
)
...
...
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