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
53f6fcca
Commit
53f6fcca
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/timeoptimization] add patch-ac, to fix linking
parent
083b05c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
timeoptimization/PLIST
+3
-3
3 additions, 3 deletions
timeoptimization/PLIST
timeoptimization/distinfo
+1
-0
1 addition, 0 deletions
timeoptimization/distinfo
timeoptimization/patches/patch-ac
+12
-0
12 additions, 0 deletions
timeoptimization/patches/patch-ac
with
16 additions
and
3 deletions
timeoptimization/PLIST
+
3
−
3
View file @
53f6fcca
...
...
@@ -4,9 +4,9 @@ include/momentumopt/cntopt/ContactPlanInterface.hpp
include/momentumopt/cntopt/ContactState.hpp
include/momentumopt/dynopt/DynamicsOptimizer.hpp
include/momentumopt/dynopt/DynamicsState.hpp
include/momentumopt/sett
t
ing/Definitions.hpp
include/momentumopt/sett
t
ing/PlannerParams.hpp
include/momentumopt/sett
t
ing/PlannerSetting.hpp
include/momentumopt/setting/Definitions.hpp
include/momentumopt/setting/PlannerParams.hpp
include/momentumopt/setting/PlannerSetting.hpp
include/momentumopt/utilities/Clock.hpp
include/momentumopt/yaml_eigen.h
include/timeoptimization/solver/interface/Cone.hpp
...
...
This diff is collapsed.
Click to expand it.
timeoptimization/distinfo
+
1
−
0
View file @
53f6fcca
...
...
@@ -3,3 +3,4 @@ RMD160 (timeoptimization-1.1.0.tar.gz) = 24ab2cd36661fa6e9e778fb61404bf522202cd1
Size (timeoptimization-1.1.0.tar.gz) = 264650 bytes
SHA1 (patch-aa) = 07b729920a0e8692dacab15e7da00a28b019abe9
SHA1 (patch-ab) = 6710298ebff374a2adcb990dc6becaab8f4254c3
SHA1 (patch-ac) = 50541c0ab766981b8986e19846ba8795050eabbc
This diff is collapsed.
Click to expand it.
timeoptimization/patches/patch-ac
0 → 100644
+
12
−
0
View file @
53f6fcca
fix link
--- momentumopt/CMakeLists.txt.orig 2019-10-23 22:04:53.000000000 +0200
+++ momentumopt/CMakeLists.txt 2019-10-23 22:05:26.509233012 +0200
@@ -62,6 +62,7 @@
set(momentumopt_LIBS
${Boost_LIBRARIES}
${catkin_LIBRARIES}
+ ${YAML_CPP_LIBRARIES}
)
IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(momentumopt_LIBS ${momentumopt_LIBS} rt)
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