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.
5621722b3fc265eedb63cc55b0a55c80a7d86c39
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
5
May
4
30
Apr
29
2
1
30
Mar
29
26
19
11
13
Feb
11
10
6
31
Jan
23
22
15
14
10
9
7
1
23
Dec
20
18
17
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
Edit docstring in bernstein.h and bezier_curve.h
Edit docstring in MathDefs.h
cubic_hermite_spline: correctly check the dimension of each control points
Merge pull request #42 from pFernbach/topic/fix_25
Curve conversion: check if the degree of the input is <= 3
[Tests] add tests highlighting issue #25
[Python] add API for piecewise.FromPointsFile
[Tests] add test-case for piecewise::load_piecewise_from_text_file
Add piecewise::load_from_text_file method to read a file of discrete points
Merge pull request #40 from pFernbach/topic/fix_5
remove cubic and quintic classes
[Tests] use different filenames for serialization tests
[Format] fix indentation of new files
[Tests][Python] clean formatting
[tests][Python] add unit test for minimumJerk curves
[Python] add API for polynomial::MinimumJerk
[Tests][CMakeList] use for loop to declare tests
[Tests] add unit test for MinimumJerk
Add MinimumJerk static method to polynomial
[tests][Python] add unittest for sinusoidal curve
[Python] add API for sinusoidal curve
[Tests] add unittest for sinusoidal class
Add a sinusoidal class
[Tests][Python] add unit tests for constant_curve
[Python] add API for constant_curve
[Python] add missing degree() method to all the curves
[Tests] add unittest for constant_curve class
Add a constant_curve class
Implement SO3Linear::compute_derivate
[Python] update to change in compute_derivate
Fix compute_derivate return type when Point_derivate != Point
Merge pull request #37 from nim65s/devel
v0.4.1 5-remove…
v0.4.1 5-remove-cubic_spline-and-quintic_spline
[CMake] export CURVES_WITH_PINOCCHIO_SUPPORT
[CMake] fix pinocchio detection
sync submodule
v0.4.0
v0.4.0
Merge pull request #36 from pFernbach/topic/pickle
[Tests][Python] add test cases for pickle serialization
[Python] add pickle serialization for all python curves objects
Merge pull request #35 from pFernbach/devel
Add serialization/curves header
Loading