Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-rbprm-corba
Commits
e864deae
Commit
e864deae
authored
Jul 19, 2016
by
Steve Tonneau
Browse files
run bash script configured to exit ipython without prompt
parent
958f6d00
Changes
3
Hide whitespace changes
Inline
Side-by-side
script/scenarios/run.sh
View file @
e864deae
...
...
@@ -2,7 +2,7 @@
gepetto-viewer-server &
hpp-rbprm-server &
ipython
-i
./
$1
ipython
-i
--no-confirm-exit
./
$1
pkill
-f
'gepetto-viewer-server'
pkill
-f
'hpp-rbprm-server'
script/scenarios/rund.sh
View file @
e864deae
#!/bin/bash
gepetto-viewer-server &
ipython
-i
./
$1
ipython
-i
--no-confirm-exit
./
$1
pkill
-f
'gepetto-viewer-server'
src/CMakeLists.txt
View file @
e864deae
...
...
@@ -87,7 +87,6 @@ PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} hpp-rbprm)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
hpp-model-urdf
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
hpp-corbaserver
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
omniORB4
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
hpp-rbprm
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
hpp-affordance-corba
)
INSTALL
(
TARGETS
${
LIBRARY_NAME
}
DESTINATION lib
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment