Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Hofmann
RobotAPI
Commits
c3ea910c
Commit
c3ea910c
authored
10 years ago
by
Valerij Wittenbeck
Browse files
Options
Downloads
Patches
Plain Diff
added script to start MovePlatformApp only
parent
3f7273de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scenarios/MovePlatformTest/startPlatformOnly.sh
+23
-0
23 additions, 0 deletions
scenarios/MovePlatformTest/startPlatformOnly.sh
with
23 additions
and
0 deletions
scenarios/MovePlatformTest/startPlatformOnly.sh
0 → 100755
+
23
−
0
View file @
c3ea910c
export
CORE_PATH
=
../../../Core
export
GUI_PATH
=
../../../Gui
export
VISIONX_PATH
=
../..././VisionX
export
ARMAR4_PATH
=
../../../Armar4
export
HUMANOIDROBOTAPI_PATH
=
../../../RobotAPI
export
SCRIPT_PATH
=
$CORE_PATH
/build/bin
export
SIMULATION_PATH
=
../../../SimulationX
export
CORE_BIN_PATH
=
$CORE_PATH
/build/bin
export
GUI_BIN_PATH
=
$GUI_PATH
/build/bin
export
VISIONX_BIN_PATH
=
$VISIONX_PATH
/build/bin
export
ARMAR4_BIN_PATH
=
$ARMAR4_PATH
/build/bin
export
HUMANOIDROBOTAPI_BIN_PATH
=
$HUMANOIDROBOTAPI_PATH
/build/bin
export
GLOBAL_CONFIG
=
./configs/Global.cfg
# armarx components
#$SCRIPT_PATH/startApplication.sh $CORE_BIN_PATH/PlatformUnitObserverRun --Ice.Config=$GLOBAL_CONFIG,./configs/PlatformUnitObserver.cfg &
#$SCRIPT_PATH/startApplication.sh $CORE_BIN_PATH/SystemObserverRun --Ice.Config=$GLOBAL_CONFIG &
#$SCRIPT_PATH/startApplication.sh $CORE_BIN_PATH/RobotControlRun --Ice.Config=$GLOBAL_CONFIG &
#$SCRIPT_PATH/startApplication.sh $CORE_BIN_PATH/ConditionHandlerRun --Ice.Config=$GLOBAL_CONFIG &
$SCRIPT_PATH
/startApplication.sh
$HUMANOIDROBOTAPI_BIN_PATH
/MovePlatformAppRun
--Ice
.Config
=
$GLOBAL_CONFIG
&
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