]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/log
hubacji1/rrts.git
4 years agoUpdate changelog v0.3.0
Jiri Vlasak [Fri, 3 Jan 2020 14:17:44 +0000 (15:17 +0100)]
Update changelog

4 years agoFix changelog structure
Jiri Vlasak [Fri, 3 Jan 2020 14:17:06 +0000 (15:17 +0100)]
Fix changelog structure

4 years agoMerge branch 'feature/refactor'
Jiri Vlasak [Fri, 3 Jan 2020 14:14:59 +0000 (15:14 +0100)]
Merge branch 'feature/refactor'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 3 Jan 2020 14:14:40 +0000 (15:14 +0100)]
Update changelog

4 years agoFinish only after 5 secs, do not break
Jiri Vlasak [Fri, 3 Jan 2020 14:01:55 +0000 (15:01 +0100)]
Finish only after 5 secs, do not break

4 years agoAdd compound extensions 8 and 9
Jiri Vlasak [Thu, 2 Jan 2020 15:01:52 +0000 (16:01 +0100)]
Add compound extensions 8 and 9

4 years agoReorder extensions in readme
Jiri Vlasak [Thu, 2 Jan 2020 14:31:56 +0000 (15:31 +0100)]
Reorder extensions in readme

4 years agoMerge branch 'feature/ext4-grid-size'
Jiri Vlasak [Fri, 3 Jan 2020 14:13:03 +0000 (15:13 +0100)]
Merge branch 'feature/ext4-grid-size'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 3 Jan 2020 14:12:57 +0000 (15:12 +0100)]
Update changelog

4 years agoUse grid constants in ext4
Jiri Vlasak [Fri, 3 Jan 2020 14:00:38 +0000 (15:00 +0100)]
Use grid constants in ext4

4 years agoMerge branch 'feature/json-output'
Jiri Vlasak [Fri, 3 Jan 2020 14:11:18 +0000 (15:11 +0100)]
Merge branch 'feature/json-output'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 3 Jan 2020 14:11:06 +0000 (15:11 +0100)]
Update changelog

4 years agoAdd json input method
Jiri Vlasak [Thu, 21 Nov 2019 16:36:20 +0000 (17:36 +0100)]
Add json input method

4 years agoAdd ext4 deinit
Jiri Vlasak [Thu, 21 Nov 2019 16:34:11 +0000 (17:34 +0100)]
Add ext4 deinit

4 years agoAdd finish/break conditions to should stop method
Jiri Vlasak [Mon, 11 Nov 2019 14:31:09 +0000 (15:31 +0100)]
Add finish/break conditions to should stop method

This commit deprecates should_continue method.

4 years agoAdd deinit methods
Jiri Vlasak [Fri, 8 Nov 2019 16:58:35 +0000 (17:58 +0100)]
Add deinit methods

This will be used when reset of planner is needed.

4 years agoAdd should_continue method
Jiri Vlasak [Fri, 8 Nov 2019 16:29:30 +0000 (17:29 +0100)]
Add should_continue method

This method enables pausing the algorithm and continuing from the paused
state.

4 years agoMake should_stop method public
Jiri Vlasak [Fri, 8 Nov 2019 16:29:02 +0000 (17:29 +0100)]
Make should_stop method public

4 years agoAdd ce7
Jiri Vlasak [Tue, 5 Nov 2019 12:35:37 +0000 (13:35 +0100)]
Add ce7

4 years agoFix nearest neighbor cell search in ext4
Jiri Vlasak [Tue, 5 Nov 2019 12:29:53 +0000 (13:29 +0100)]
Fix nearest neighbor cell search in ext4

4 years agoAdd compound extensions with grid
Jiri Vlasak [Tue, 5 Nov 2019 12:29:33 +0000 (13:29 +0100)]
Add compound extensions with grid

4 years agoUpdate changelog
Jiri Vlasak [Wed, 23 Oct 2019 12:34:28 +0000 (14:34 +0200)]
Update changelog

4 years agoImplement JSON output
Jiri Vlasak [Wed, 23 Oct 2019 12:34:12 +0000 (14:34 +0200)]
Implement JSON output

4 years agoAdd JSON output skeleton
Jiri Vlasak [Wed, 23 Oct 2019 12:19:17 +0000 (14:19 +0200)]
Add JSON output skeleton

4 years agoAdd `libjson` dependency
Jiri Vlasak [Wed, 23 Oct 2019 12:16:25 +0000 (14:16 +0200)]
Add `libjson` dependency

4 years agoMerge branch 'feature/cost-heuristics'
Jiri Vlasak [Wed, 23 Oct 2019 12:13:14 +0000 (14:13 +0200)]
Merge branch 'feature/cost-heuristics'

4 years agoUpdate changelog
Jiri Vlasak [Wed, 23 Oct 2019 12:12:44 +0000 (14:12 +0200)]
Update changelog

4 years agoAdd compound extensions to test different costs
Jiri Vlasak [Mon, 21 Oct 2019 13:32:24 +0000 (15:32 +0200)]
Add compound extensions to test different costs

4 years agoAdd ext6 (RS for build and search)
Jiri Vlasak [Mon, 21 Oct 2019 13:26:30 +0000 (15:26 +0200)]
Add ext6 (RS for build and search)

4 years agoAdd ext5 (RS build, Euclid. search)
Jiri Vlasak [Mon, 21 Oct 2019 13:21:50 +0000 (15:21 +0200)]
Add ext5 (RS build, Euclid. search)

4 years agoMerge branch 'feature/search-grid'
Jiri Vlasak [Mon, 14 Oct 2019 10:03:47 +0000 (12:03 +0200)]
Merge branch 'feature/search-grid'

4 years agoUpdate changelog
Jiri Vlasak [Mon, 14 Oct 2019 10:03:32 +0000 (12:03 +0200)]
Update changelog

4 years agoImplement grid based nv
Jiri Vlasak [Mon, 14 Oct 2019 08:46:09 +0000 (10:46 +0200)]
Implement grid based nv

4 years agoImplement grid based nn
Jiri Vlasak [Mon, 14 Oct 2019 08:40:32 +0000 (10:40 +0200)]
Implement grid based nn

4 years agoMake RRTS cost methods public
Jiri Vlasak [Mon, 14 Oct 2019 08:22:15 +0000 (10:22 +0200)]
Make RRTS cost methods public

4 years agoAdd cell nn procedure
Jiri Vlasak [Mon, 14 Oct 2019 08:11:25 +0000 (10:11 +0200)]
Add cell nn procedure

4 years agoAdd cell store node procedure
Jiri Vlasak [Mon, 14 Oct 2019 08:11:04 +0000 (10:11 +0200)]
Add cell store node procedure

4 years agoImplement index functions for x, y
Jiri Vlasak [Fri, 11 Oct 2019 11:26:00 +0000 (13:26 +0200)]
Implement index functions for x, y

4 years agoInit min, max for x, y
Jiri Vlasak [Fri, 11 Oct 2019 11:01:52 +0000 (13:01 +0200)]
Init min, max for x, y

4 years agoMove RRT definitions to header file
Jiri Vlasak [Fri, 11 Oct 2019 10:53:07 +0000 (12:53 +0200)]
Move RRT definitions to header file

4 years agoAdd ext4 skeleton
Jiri Vlasak [Fri, 11 Oct 2019 10:41:26 +0000 (12:41 +0200)]
Add ext4 skeleton

4 years agoMerge branch 'feature/store-node'
Jiri Vlasak [Fri, 11 Oct 2019 08:55:58 +0000 (10:55 +0200)]
Merge branch 'feature/store-node'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 11 Oct 2019 08:54:16 +0000 (10:54 +0200)]
Update changelog

4 years agoUse store node procedure
Jiri Vlasak [Fri, 11 Oct 2019 08:38:07 +0000 (10:38 +0200)]
Use store node procedure

4 years agoAdd store node procedure
Jiri Vlasak [Fri, 11 Oct 2019 08:37:13 +0000 (10:37 +0200)]
Add store node procedure

4 years agoMerge branch 'feature/dijkstra-path-opt'
Jiri Vlasak [Fri, 11 Oct 2019 08:23:11 +0000 (10:23 +0200)]
Merge branch 'feature/dijkstra-path-opt'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 11 Oct 2019 07:22:37 +0000 (09:22 +0200)]
Update changelog

4 years agoSteer between Dijkstra nodes, return path
Jiri Vlasak [Fri, 11 Oct 2019 07:20:42 +0000 (09:20 +0200)]
Steer between Dijkstra nodes, return path

4 years agoAdd orig path cost getter, setter, store
Jiri Vlasak [Fri, 11 Oct 2019 07:05:39 +0000 (09:05 +0200)]
Add orig path cost getter, setter, store

4 years agoRetrieve furthest Dijkstra node
Jiri Vlasak [Fri, 11 Oct 2019 06:27:06 +0000 (08:27 +0200)]
Retrieve furthest Dijkstra node

4 years agoImplement Dijkstra algorithm
Jiri Vlasak [Wed, 9 Oct 2019 15:04:59 +0000 (17:04 +0200)]
Implement Dijkstra algorithm

4 years agoMake RRT procedures available to extensions
Jiri Vlasak [Wed, 9 Oct 2019 15:03:00 +0000 (17:03 +0200)]
Make RRT procedures available to extensions

4 years agoGet Dijkstra nodes ready
Jiri Vlasak [Wed, 9 Oct 2019 14:13:43 +0000 (16:13 +0200)]
Get Dijkstra nodes ready

4 years agoAdd Dijkstra skeleton
Jiri Vlasak [Wed, 9 Oct 2019 13:29:03 +0000 (15:29 +0200)]
Add Dijkstra skeleton

4 years agoTake path interesting nodes
Jiri Vlasak [Wed, 9 Oct 2019 13:07:48 +0000 (15:07 +0200)]
Take path interesting nodes

4 years agoAdd ext3 skeleton
Jiri Vlasak [Wed, 9 Oct 2019 11:31:12 +0000 (13:31 +0200)]
Add ext3 skeleton

4 years agoAdd init, deinit procedures
Jiri Vlasak [Wed, 9 Oct 2019 11:40:40 +0000 (13:40 +0200)]
Add init, deinit procedures

4 years agoMerge branch 'feature/compound-extensions'
Jiri Vlasak [Wed, 9 Oct 2019 11:10:43 +0000 (13:10 +0200)]
Merge branch 'feature/compound-extensions'

4 years agoUpdate changelog
Jiri Vlasak [Wed, 9 Oct 2019 11:10:34 +0000 (13:10 +0200)]
Update changelog

4 years agoAdd ce1
Jiri Vlasak [Wed, 9 Oct 2019 11:09:05 +0000 (13:09 +0200)]
Add ce1

4 years agoMitigate dread diamond inheritance
Jiri Vlasak [Wed, 9 Oct 2019 11:06:12 +0000 (13:06 +0200)]
Mitigate dread diamond inheritance

4 years agoAdd compound extensions header file skeleton
Jiri Vlasak [Wed, 9 Oct 2019 10:22:49 +0000 (12:22 +0200)]
Add compound extensions header file skeleton

4 years agoMerge branch 'feature/rrt-node-types'
Jiri Vlasak [Mon, 7 Oct 2019 15:53:11 +0000 (17:53 +0200)]
Merge branch 'feature/rrt-node-types'

4 years agoUpdate changelog
Jiri Vlasak [Mon, 7 Oct 2019 11:57:28 +0000 (13:57 +0200)]
Update changelog

4 years agoAdd node type to steer cb
Jiri Vlasak [Mon, 7 Oct 2019 11:55:54 +0000 (13:55 +0200)]
Add node type to steer cb

4 years agoAdd speed from Reed-Sepp steer
Jiri Vlasak [Mon, 7 Oct 2019 11:55:31 +0000 (13:55 +0200)]
Add speed from Reed-Sepp steer

4 years agoSpecify node type in connect procedure
Jiri Vlasak [Mon, 7 Oct 2019 11:18:26 +0000 (13:18 +0200)]
Specify node type in connect procedure

4 years agoAdd rrt node type class, type to RRTNode
Jiri Vlasak [Mon, 7 Oct 2019 11:10:58 +0000 (13:10 +0200)]
Add rrt node type class, type to RRTNode

4 years agoMerge branch 'feature/time-restrict'
Jiri Vlasak [Mon, 7 Oct 2019 10:38:44 +0000 (12:38 +0200)]
Merge branch 'feature/time-restrict'

4 years agoUpdate changelog
Jiri Vlasak [Mon, 7 Oct 2019 10:38:36 +0000 (12:38 +0200)]
Update changelog

4 years agoFinish algorithm when it should stop
Jiri Vlasak [Mon, 7 Oct 2019 10:36:47 +0000 (12:36 +0200)]
Finish algorithm when it should stop

4 years agoRefactor algorithm interrupt when goal found
Jiri Vlasak [Mon, 7 Oct 2019 10:29:34 +0000 (12:29 +0200)]
Refactor algorithm interrupt when goal found

4 years agoAdd goal found getter, setter
Jiri Vlasak [Mon, 7 Oct 2019 10:26:41 +0000 (12:26 +0200)]
Add goal found getter, setter

4 years agoRestrict algorithm by time limit
Jiri Vlasak [Mon, 7 Oct 2019 10:19:55 +0000 (12:19 +0200)]
Restrict algorithm by time limit

4 years agoAdd time awareness to RRT
Jiri Vlasak [Mon, 7 Oct 2019 09:58:40 +0000 (11:58 +0200)]
Add time awareness to RRT

4 years agoMerge branch 'feature/cute_c2'
Jiri Vlasak [Fri, 27 Sep 2019 09:13:08 +0000 (11:13 +0200)]
Merge branch 'feature/cute_c2'

4 years agoUpdate changelog
Jiri Vlasak [Fri, 27 Sep 2019 09:12:31 +0000 (11:12 +0200)]
Update changelog

4 years agoImplement ext2 collision procedures
Jiri Vlasak [Fri, 27 Sep 2019 08:13:49 +0000 (10:13 +0200)]
Implement ext2 collision procedures

4 years agoImplement ext2 init
Jiri Vlasak [Thu, 26 Sep 2019 14:36:06 +0000 (16:36 +0200)]
Implement ext2 init

4 years agoAdd init/deinit skeleton
Jiri Vlasak [Thu, 26 Sep 2019 14:19:29 +0000 (16:19 +0200)]
Add init/deinit skeleton

4 years agoAdd ext2 skeleton
Jiri Vlasak [Thu, 26 Sep 2019 14:01:50 +0000 (16:01 +0200)]
Add ext2 skeleton

4 years agoMerge branch 'release/0.2.0'
Jiri Vlasak [Thu, 26 Sep 2019 11:16:46 +0000 (13:16 +0200)]
Merge branch 'release/0.2.0'

4 years agoUpdate changelog v0.2.0
Jiri Vlasak [Thu, 26 Sep 2019 11:16:08 +0000 (13:16 +0200)]
Update changelog

4 years agoMerge branch 'fix/rrts-star'
Jiri Vlasak [Thu, 26 Sep 2019 11:15:29 +0000 (13:15 +0200)]
Merge branch 'fix/rrts-star'

4 years agoUpdate readme with ninja build
Jiri Vlasak [Thu, 19 Sep 2019 11:51:08 +0000 (13:51 +0200)]
Update readme with ninja build

4 years agoConnect returns true
Jiri Vlasak [Wed, 18 Sep 2019 11:33:46 +0000 (13:33 +0200)]
Connect returns true

Procedure `connect` is called form the `next` procedure only. Also, just
before `connect`, the collision is checked for the all of the `steered`
nodes. Therefore, there is no collision when `connect` is called.

4 years agoAdd RRT iteration counter getter
Jiri Vlasak [Fri, 13 Sep 2019 11:54:14 +0000 (13:54 +0200)]
Add RRT iteration counter getter

4 years agoFix counter overflow
Jiri Vlasak [Fri, 13 Sep 2019 11:25:32 +0000 (13:25 +0200)]
Fix counter overflow

4 years agoFix virtual methods for ext1
Jiri Vlasak [Fri, 13 Sep 2019 08:21:04 +0000 (10:21 +0200)]
Fix virtual methods for ext1

4 years agoMerge branch 'feature/rrt-extension'
Jiri Vlasak [Thu, 12 Sep 2019 13:43:00 +0000 (15:43 +0200)]
Merge branch 'feature/rrt-extension'

4 years agoUpdate changelog, readme
Jiri Vlasak [Thu, 12 Sep 2019 13:38:46 +0000 (15:38 +0200)]
Update changelog, readme

4 years agoImplement ext1
Jiri Vlasak [Thu, 12 Sep 2019 13:31:26 +0000 (15:31 +0200)]
Implement ext1

4 years agoAdd ext1 skeleton
Jiri Vlasak [Thu, 12 Sep 2019 13:28:05 +0000 (15:28 +0200)]
Add ext1 skeleton

4 years agoAdd ext cost ut
Jiri Vlasak [Thu, 12 Sep 2019 13:21:54 +0000 (15:21 +0200)]
Add ext cost ut

4 years agoGenerate documentation from `incl` too
Jiri Vlasak [Thu, 12 Sep 2019 12:56:04 +0000 (14:56 +0200)]
Generate documentation from `incl` too

4 years agoUse splitted costs
Jiri Vlasak [Wed, 11 Sep 2019 05:58:03 +0000 (07:58 +0200)]
Use splitted costs

4 years agoSplit cost to build and search
Jiri Vlasak [Wed, 11 Sep 2019 05:44:25 +0000 (07:44 +0200)]
Split cost to build and search

4 years agoRemove costs heuristics
Jiri Vlasak [Wed, 11 Sep 2019 05:42:41 +0000 (07:42 +0200)]
Remove costs heuristics

4 years agoIncrease vector sizes
Jiri Vlasak [Tue, 10 Sep 2019 16:35:23 +0000 (18:35 +0200)]
Increase vector sizes

4 years agoMerge branch 'feature/extend-next'
Jiri Vlasak [Tue, 10 Sep 2019 09:32:16 +0000 (11:32 +0200)]
Merge branch 'feature/extend-next'