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
cb2bebf4
Commit
cb2bebf4
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Update ReadMe.md
parent
dcf1a851
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReadMe.md
+6
-3
6 additions, 3 deletions
ReadMe.md
with
6 additions
and
3 deletions
ReadMe.md
+
6
−
3
View file @
cb2bebf4
...
...
@@ -3,7 +3,11 @@ iri_autonomous_driving_tools {#mainpage}
## Description
set of tools useful for autonomous driving
Set of useful tools for autonomous driving of car-like robots. At the moment the tools included in this library are:
*
**gradient**
: simple implementatio of the
[
gradient descent algorithm
](
https://en.wikipedia.org/wiki/Gradient_descent
)
.
*
**g2_spline**
: implementation of the G2 splines (quintic splines).
*
**dijkstra**
: simple implementation of the
[
Dijkstra algorithm
](
https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
)
.
## Dependencies
...
...
@@ -12,13 +16,12 @@ This package requires of the following system libraries and packages
*
[
cmake
](
https://www.cmake.org
"CMake's Homepage"
)
, a cross-platform build system.
*
[
doxygen
](
http://www.doxygen.org
"Doxygen's Homepage"
)
and
[
graphviz
](
http://www.graphviz.org
"Graphviz's Homepage"
)
to generate the documentation.
*
stdc++ and pthread libraries.
*
[
Eigen
](
http://eigen.tuxfamily.org/index.php?title=Main_Page
"Eigen's Homepage"
)
, a matrix handling library
Under linux all of these utilities are available in ready-to-use packages.
Under MacOS most of the packages are available via
[
fink
](
http://www.finkproject.org/
"Fink's Homepage"
)
This package also requires of the following IRI libraries:
## Compilation and installation
Download this repository and create a build folder inside:
...
...
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