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
Graph
32b39c080131f4c37dcdd80a39db090c58827201
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
11
Oct
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
cleaning bindings
[test][python] adapt SE3 tests to use of pinocchio objects
[python][se3] if compiled with pinocchio, se3 return SE3 and Motion objects instead of matrices
add optionnal dependency to pinocchio
Merge branch 'jchemin/curves-Topic/AddTests' into HEAD
Merge branch 'devel' into HEAD
Merge branch 'topic/fix_bezier3_python' into 'devel'
[test][python] add unit test case for bezier3
[python] create parent class 'curve3' for all the curves of fixed dimension 3, bezier3 correctly inherit of this class
Merge branch 'topic/AddPiecewiseCurveConversionPython' into 'devel'
Merge branch 'optimization' into 'devel'
fix compilation warnings
[python] clean init methods of SE3 not needed anymore thanks to the inheritance'
[API] problem_definition same name as in c++ , started jupyter notebook
cosmetic changes in se3 / so3 .h
[python] se3 now inherit from curve_t
[python] so3Linear now inherit from curve_rotation
[python] add new base class curve_rotation, that output 3x3 matrix
[test][python] add unit test for se3 curve
[test][python] add unit test case for bezier3
[python] create parent class 'curve3' for all the curves of fixed dimension 3, bezier3 correctly inherit of this class
fix error introduce by merge (in curve_abc constructor)
fix compilation warnings
[se3] constructors from other curves take template class of curve_abc with pointX as input
[test][python] add missing test for min and max method of SO3Linear
[test][python] add unit test for se3 build from two transforms
[python][so3Linear] add min and max method to so3Linear python api
[python][se3] add se3 to python API
[so3Linear : add missing field in serialization
[so3Linear] correctly check time bounds
[se3] add serialization methods
[se3] add constructor from two transforms
[test] add unittest for SE3Curve
add SE3Curve class
[test][python] add python unittest for SO3Linear
[python] add python API for SO3Linear
[test] add unittest for SO3Linear
add SO3Linear class
curve_abc : add optional template argument to define the type of point returned by the derivate
plot bezier until end
Loading