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
eda8e9a6
Commit
eda8e9a6
authored
9 years ago
by
olivier stasse
Committed by
Matthieu Herrb
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[wip/sot-hrprtc-hrp2] Depends on openrtm-aist.
parent
a9203379
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sot-hrprtc-hrp2/INSTALL
+7
-7
7 additions, 7 deletions
sot-hrprtc-hrp2/INSTALL
sot-hrprtc-hrp2/Makefile
+1
-0
1 addition, 0 deletions
sot-hrprtc-hrp2/Makefile
with
8 additions
and
7 deletions
sot-hrprtc-hrp2/INSTALL
+
7
−
7
View file @
eda8e9a6
...
...
@@ -7,25 +7,25 @@ case $2 in
POST-INSTALL)
if ${TEST} -f ${PKG_PREFIX}/lib/RtcStackOfTasks.so; then
ln -s ${PKG_PREFIX}/lib/RtcStackOfTasks.so /opt/grx/lib/RtcStackOfTasks.so
ln -s
f
${PKG_PREFIX}/lib/RtcStackOfTasks.so /opt/grx/lib/RtcStackOfTasks.so
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/rtc-stack-of-tasks-comp; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/rtc-stack-of-tasks-comp /opt/grx/HRP2LAAS/bin/rtc-stack-of-tasks-comp
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/rtc-stack-of-tasks-comp /opt/grx/HRP2LAAS/bin/rtc-stack-of-tasks-comp
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf /opt/grx/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf /opt/grx/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guisot.py; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guisot.py /opt/grx/HRP2LAAS/script/guisot.py
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guisot.py /opt/grx/HRP2LAAS/script/guisot.py
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guiinfosot.py; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guiinfosot.py /opt/grx/HRP2LAAS/script/guiinfosot.py
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/guiinfosot.py /opt/grx/HRP2LAAS/script/guiinfosot.py
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sot.py; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sot.py /opt/grx/HRP2LAAS/script/sot.py
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sot.py /opt/grx/HRP2LAAS/script/sot.py
fi
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sotinfo.py; then
ln -s ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sotinfo.py /opt/grx/HRP2LAAS/script/sotinfo.py
ln -s
f
${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/script/sotinfo.py /opt/grx/HRP2LAAS/script/sotinfo.py
fi
;;
...
...
This diff is collapsed.
Click to expand it.
sot-hrprtc-hrp2/Makefile
+
1
−
0
View file @
eda8e9a6
...
...
@@ -18,6 +18,7 @@ DYNAMIC_PLIST_DIRS+= share/doc/sot-hrprtc-hrp2
CMAKE_ARGS
+=
-DROBOTPKG
=
ON
include
../../wip/mk/sysdep/openrtm-aist.mk
include
../../wip/sot-hrp2/depend.mk
include
../../robots/hrp2-14/depend.mk
include
../../wip/hrp2-bringup/depend.mk
...
...
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