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.
3bb91b8530df8f0a747f78ed88d971c1af45766f
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
14
Dec
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
[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
[Tests][Python] test piecewise conversions now correctly use compareCurves()
[Tests][Python] add fail messages in compareCurves()
[Python] fix mistake for piecewise.convert_piecewise_curve_to_polynomial
[Python] SE3Curve and piecewise_SE3 now inherite of the same base abstract class (in python)
[Python] compute_derivate : correctly add return_value_policy<manage_new_object>
[Tests] add more tests cases for curve conversions
compute_derivate return raw pointer instead of shared_ptr (to use covariant return type, required for python API)
[Tests][Python] WIP : update to changes in piecewise curves
[Python] WIP : update to changes in piecewise curves
[python] python-variables/python-definitions factorize code and uniformize names
[piecewise] fix curve_at_time and curve_at_index API
[bezier] revert split changes but create piecewise curve from shared ptr
[bezier] split : adapt to piecewise curve, return shared ptr
add more typedef in fwd.h and uniformize names
fix compilation warnings
[Tests] update in change in compute_derivate : now return curve_ptr_t
[Tests] compare curve take reference as input
add compute_derivate method to curve_abc and implement it (or throw error) in all child class
fix serialization of piecewise curves
update bezier::extract() to changes in piecewise_curves
efector_spline_rotation implement degree() method
update serialization/registeration.h to changes in fwd.h
fwd.h now also declare several typedef with the commonly used templates parameters
update fwd.h to changes in piecewise_curves
[test] update test to changes in curve_conversion
curve_conversion: now take a curve_abc as input and doesn't require a second template parameter
curve_abc now have a degree() method, implemented in the needed child class
[Tests] update tests to the use of the new generic piecewise curves
Loading