Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Guilhem Saurel
hpp-fcl
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
54e622c49ca7a550e660b3cf6a671055d4ed016d
Select Git revision
Branches
2
devel
master
default
Tags
20
v1.4.5
v1.4.4
v1.4.2
v1.4.1
v1.4.0
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.7.0
v0.9.0
v0.6.0
ubuntu-14.04
v0.5.1
v0.5
v0.4.3
22 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Apr
9
8
6
5
4
16
Mar
7
6
27
Jan
9
Dec
5
30
Nov
27
Oct
10
Aug
9
2
30
Jul
13
31
May
30
29
20
19
25
Apr
22
14
Mar
13
5
4
17
Feb
15
7
Jan
28
Dec
21
20
26
Sep
25
21
20
19
18
30
Aug
29
22
15
14
9
12
May
7
25
Apr
17
12
1
31
Mar
11
9
28
Feb
28
Jan
27
15
10
9
3
27
Dec
12
11
4
15
Nov
29
Oct
23
Sep
21
20
19
18
17
11
10
9
7
6
5
4
3
31
Aug
27
26
25
24
23
18
15
10
8
7
6
3
2
1
31
Jul
29
28
27
26
25
24
22
21
19
18
17
16
14
12
11
10
9
6
5
4
3
2
27
Jun
26
25
23
22
20
19
13
12
11
9
7
6
5
3
1
30
May
25
28
Mar
5
27
Feb
23
22
21
3
1
26
Jan
12
11
9
7
6
30
Dec
29
9
8
6
5
1
20
Nov
18
3
Oct
30
Sep
29
28
15
14
13
12
10
8
6
4
30
Aug
28
27
26
25
Update another tests: halfspace-[sphere/box/capsule/cylinder/cone]
Add halfspace-triangle and plane-triangle tests
Update another tests: sphere-triangle
Update another tests: box-box, sphere-box, sphere-capsule, cylinder-cylinder, cone-cone, cone-cylinder
Update sphere-sphere test to check consistency of normal
Fix inconsistent normal directions
Remove unused variable in test_fcl_geometric_shapes.cpp
Add Halfspace to collision/distance/conservative_advancement matrices
List headers in add_library to make them show up in IDEs
Merge pull request #56 from dartsim/out_of_source_build
Remove comment related to ellipsoid which is not merged to master branch yet
Fix typo: uncommnet --> uncomment
Use execute_process instead of deprecated exec_program, and doesn't use unnecessary IS_SYMLINK.
Enable out-of-source build by generating configs to binary directory
Merge remote-tracking branch 'upstream/master' into reverse_shape_algorithms
Add uninstall test to Travis-CI
Merge remote-tracking branch 'upstream/master' into cmake_uninstall_target
Merge pull request #49 from dartsim/support_travis_ci
Add prefix `FCL_` to build type definitions
correct check for identity matrix. closes #55.
Add cmake uninstall target
Remove redundant tests in test_fcl_geometric_shapes.cpp
Use same shape algorithms for the reverse case
Reduce the sizes of tests on debug mode and disable the broken tests
Support Travis-CI
Comment out test that fails
v0.4 remote_mir…
v0.4 remote_mirror_ae1c3300cf7d10947265c43c283c440e/ubuntu-12.04
Move headers from include/fcl to include/hpp/fcl
Fix installation of config.h file.
v0.3.2a
v0.3.2a
Rename package fcl -> hpp-fcl
Fix bug in computation of OBB overlap when lower bound distance is requested.
If distance lower bound is requested, break OBBRSS if they are too close.
Remove abusive abort.
Unimplement specific collisionRecurse for MeshCollisionTraversalNodeOBB*
Add return value sqrDistLowerBound to leafTesting method
Replace TriangleDistance::triDistance by sqrTriDistance.
Add Boolean parameter in MeshCollisionTraversalNode derived constructors.
Add a test on distance lower bound.
Add squared distance lower bound as a reference parameter.
Add documentation.
Adding parameter to track distance lower bound between BVH (preliminary).
Loading