Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
ndcurves
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
loco-3d
ndcurves
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
235c80b46ba4d6aae49bb2950d95cbb7d90d8939
Select Git revision
Branches
5
5-remove-cubic_spline-and-quintic_spline
devel
master
default
protected
no_python
optimization
Tags
20
v2.0.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.3
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Dec
16
14
13
12
6
5
4
2
30
Nov
29
27
26
24
22
7
6
1
14
Oct
11
10
9
8
4
26
Sep
25
24
23
20
18
13
3
24
Jul
9
4
3
2
13
Jun
12
7
6
3
27
May
24
21
20
10
6
2
1
30
Apr
26
25
19
18
17
16
15
12
5
27
Feb
26
8
7
4
Jan
3
16
Nov
15
25
May
19
Mar
28
Nov
24
14
23
Oct
4
May
3
12
Apr
5
4
14
Mar
13
30
Jan
27
26
25
2
Dec
30
Nov
28
25
24
19
Sep
21
Dec
28
Jun
27
19
18
19
[Tests] add print to check which method is called for operator()
operator == : in child class, try to cast 'other' to the child type to perform the correct operation, before falling back to the curve_abc operator
add operator == in SO3Linear
add operator == in SE3
add operator == in polynomial
add operator == in cubic hermite
add operator == in Bezier
add operator == in Bernstein struct
curve_abc now implemente isApprox() method and operator == and !=
[Tests] add unit test to check operator == and != between curves
Merge pull request #14 from pFernbach/topic/piecewise_generic
cleaning
[Python] update to refactor compute_derivate -> compute_derivate_ptr
[Tests] update to changes in compute_derivate and compute_derivate_ptr
Add method compute_derivate_ptr in curve_abc and it's implementation in all derived classes
compute_derivate now return an object and not a pointer, but do not inherit from curve_abc
Merge pull request #24 from pFernbach/topic/pinocchio_se3
fix errors introduced by merge
[CMakeList][Python] add dependency to pinocchio when using CURVES_WITH_PINOCCHIO_SUPPORT
[CMakelist] correctly call ADD_DEFINITION when using CURVES_WITH_PINOCCHIO_SUPPORT
Merge pull request #23 from pFernbach/topic/eigenpy_update
Merge pull request #22 from pFernbach/topic/fix_29
[Python] include pinocchio before boost
[Python][Tests] remove all unecessary reshape(-1,1) in python
[Python] correctly define eigenpy matrix type for point3 and point6
Merge pull request #20 from pFernbach/topic/fix_install_path
Merge pull request #21 from nim65s/devel
fix hardcoded path, fix #22
[CMakeList] replace hardcoded name for installation path with $PROJECT_NAME
Merge pull request #19 from pFernbach/fix_optimization_install
[CMakeList] fix install path of optimization files
Merge pull request #18 from pFernbach/topic/update_eigenpy
Merge branch 'devel' into topic/piecewise_generic
Merge pull request #17 from wxmerkt/wxm-fix-warnings
Address all compiler warnings
Update readme : package description
[test][python] use Quaternion.isApprox to test equality instead of operator ==
Update README : fix repo links and update instructions
[Python] add compute_derivate method to the base abstract class
[Python] SE3Curve/piecewise_SE3 factorize some methods in the base abstract class
Loading