This repository was archived by the owner on Mar 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Pierre-François Gimenez edited this page May 20, 2018
·
14 revisions
Kraken-cpp is a port of the java library Kraken
- configuration lib #3
- data structures #1 (package
pfg.kraken.struct) - obstacles #2 (package
pfg.kraken.obstacles) - navmesh (package
pfg.kraken.dstarlite.navmesh) - obstacles container (package
pfg.kraken.obstacles.container) - exceptions (package
pfg.kraken.exceptions) - D* lite (package
pfg.kraken.dstarlite) - memory pools (package
pfg.kraken.memory) - tentacles (Bezier and clothoids) (package
pfg.kraken.tentaclesand subpackages,pfg.kraken.engine) - A* (package
pfg.kraken.astar) - multithreading (package
pfg.kraken.tentacles.computethread) - autoreplanning (package
pfg.kraken.tentacles.autoreplanning) - API utilisateur (package
pfg.kraken)
- English is the mandatory langage.
- The code must comply with ROS style guide.
- You should use stream only in
#if DEBUGpreprocessor directives. - You should not use the C libraries.