Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Gepetto
robotpkg-wip
Commits
b15e12df
Commit
b15e12df
authored
5 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[wip/sot-core-v3] Add feature-pose plugin
Bump PKGREVISION to 1
parent
ac7b6686
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
sot-core-v3/Makefile
+1
-0
1 addition, 0 deletions
sot-core-v3/Makefile
sot-core-v3/PLIST
+4
-1
4 additions, 1 deletion
sot-core-v3/PLIST
sot-core-v3/distinfo
+1
-0
1 addition, 0 deletions
sot-core-v3/distinfo
sot-core-v3/patches/patch-aa
+13
-0
13 additions, 0 deletions
sot-core-v3/patches/patch-aa
with
19 additions
and
1 deletion
sot-core-v3/Makefile
+
1
−
0
View file @
b15e12df
...
...
@@ -5,6 +5,7 @@
ORG
=
stack-of-tasks
NAME
=
sot-core
VERSION
=
4.6.0
PKGREVISION
=
1
PKGNAME
=
${
NAME
}
-v3-
${
VERSION
}
...
...
This diff is collapsed.
Click to expand it.
sot-core-v3/PLIST
+
4
−
1
View file @
b15e12df
@comment
Fri Jul 13 12:13:49
C
E
ST 201
8
@comment
Thu Oct 31 22:20:35
CST 201
9
include/sot/core/abstract-sot-external-interface.hh
include/sot/core/additional-functions.hh
include/sot/core/api.hh
...
...
@@ -31,6 +31,7 @@ include/sot/core/feature-joint-limits.hh
include/sot/core/feature-line-distance.hh
include/sot/core/feature-point6d-relative.hh
include/sot/core/feature-point6d.hh
include/sot/core/feature-pose.hh
include/sot/core/feature-posture.hh
include/sot/core/feature-task.hh
include/sot/core/feature-vector3.hh
...
...
@@ -116,6 +117,8 @@ lib/plugin/feature-point6d-relative.so
lib/plugin/feature-point6d-relative.so.${PKGVERSION}
lib/plugin/feature-point6d.so
lib/plugin/feature-point6d.so.${PKGVERSION}
lib/plugin/feature-pose.so
lib/plugin/feature-pose.so.${PKGVERSION}
lib/plugin/feature-posture.so
lib/plugin/feature-posture.so.${PKGVERSION}
lib/plugin/feature-task.so
...
...
This diff is collapsed.
Click to expand it.
sot-core-v3/distinfo
+
1
−
0
View file @
b15e12df
SHA1 (sot-core-4.6.0.tar.gz) = 007e06c3e955d9fc31aec22b3c5f80611e14ca85
RMD160 (sot-core-4.6.0.tar.gz) = f7d32e55106ae7775b6b9a54c87f499864c0914f
Size (sot-core-4.6.0.tar.gz) = 1120031 bytes
SHA1 (patch-aa) = 55520f490e2a82cf309ba154ab25b44ad412e28f
This diff is collapsed.
Click to expand it.
sot-core-v3/patches/patch-aa
0 → 100644
+
13
−
0
View file @
b15e12df
--- include/CMakeLists.txt
+++ include/CMakeLists.txt
@@ -31,6 +31,7 @@
SET(NEWHEADERS
sot/core/feature-line-distance.hh
sot/core/feature-point6d-relative.hh
sot/core/feature-point6d.hh
+ sot/core/feature-pose.hh
sot/core/feature-posture.hh
sot/core/feature-task.hh
sot/core/feature-vector3.hh
--
2.7.4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment