Difference between revisions of "Vroom Demo Instructions"
From Immersive Visualization Lab Wiki
Line 1: | Line 1: | ||
− | + | =Media Commons= | |
− | + | ==Startup== | |
* log into demo@vroomcglx.calit2.net | * log into demo@vroomcglx.calit2.net | ||
Line 12: | Line 12: | ||
* sharedPath sets default search path for images, points to picture directory on thumper | * sharedPath sets default search path for images, points to picture directory on thumper | ||
− | + | ==Show Images== | |
* Double right click for main menu | * Double right click for main menu | ||
Line 19: | Line 19: | ||
* Double middle click toggles dock | * Double middle click toggles dock | ||
− | + | ==Add Images to Server== | |
* ssh root@panoptes.ucsd.edu | * ssh root@panoptes.ucsd.edu | ||
Line 28: | Line 28: | ||
* chown 502.502 on images | * chown 502.502 on images | ||
− | + | ==Troubleshooting== | |
* To reboot entire cluster: sudo clusterreboot | * To reboot entire cluster: sudo clusterreboot | ||
* To kill all mediacommons processes: tentakel killall -9 mediacommons | * To kill all mediacommons processes: tentakel killall -9 mediacommons | ||
+ | |||
+ | =CalVR= | ||
+ | |||
+ | ==osgEarth with schools and air polluters== | ||
+ | |||
+ | Enable OsgEarth and CalSchoolFit in vroom.xml: | ||
+ | |||
+ | <pre> | ||
+ | <OsgEarth value="off" /> | ||
+ | <BorderWait value="off" /> | ||
+ | <CalSchoolFit value="off" /> | ||
+ | </pre> | ||
+ | |||
+ | You need to adjust <Hand1> in the configuration. | ||
+ | Comment block the first definition (this is the green arrow Andrew uses), and uncomment the second block. | ||
+ | |||
+ | <pre> | ||
+ | <Hand1> | ||
+ | <Address system="1" body="0" /> | ||
+ | <ButtonMask system1="0x0F" /> | ||
+ | <Valuator0 system="1" number="0" /> | ||
+ | </Hand1> | ||
+ | <!--Hand1> | ||
+ | <Address system="4" body="0" /> | ||
+ | <Graphic value="CONE" /> | ||
+ | <ButtonMask system3="0x0F" /> | ||
+ | <GenPositionEvents value="false" /> | ||
+ | </Hand1--> | ||
+ | </pre> | ||
+ | |||
+ | To fly, in the menu select OsgEarth and enable navigation mode and then select fly as your default navigation means. | ||
+ | |||
+ | OsgEarth has simple schools you can enable and disable and smog blooms. | ||
+ | CalSchoolFit has the stacked bar graphs that you can enable and disable for the different grads. |
Revision as of 14:37, 7 April 2015
Contents |
Media Commons
Startup
- log into demo@vroomcglx.calit2.net
- sudo clusterwin
- clearcursor
- csdstart
- cd SCRIPTS
- ./mediacommons
- MediaCommons reads mediacommons_settings.conf file (in SCRIPTS directory)
- sharedPath sets default search path for images, points to picture directory on thumper
Show Images
- Double right click for main menu
- Add Standard Media -> Pictures
- Select picture to load
- Double middle click toggles dock
Add Images to Server
- ssh root@panoptes.ucsd.edu
- cd /home/demo/data/images
- mkdir <newdir>
- copy images here
- chmod 664 on images
- chown 502.502 on images
Troubleshooting
- To reboot entire cluster: sudo clusterreboot
- To kill all mediacommons processes: tentakel killall -9 mediacommons
CalVR
osgEarth with schools and air polluters
Enable OsgEarth and CalSchoolFit in vroom.xml:
<OsgEarth value="off" /> <BorderWait value="off" /> <CalSchoolFit value="off" />
You need to adjust <Hand1> in the configuration. Comment block the first definition (this is the green arrow Andrew uses), and uncomment the second block.
<Hand1> <Address system="1" body="0" /> <ButtonMask system1="0x0F" /> <Valuator0 system="1" number="0" /> </Hand1> <!--Hand1> <Address system="4" body="0" /> <Graphic value="CONE" /> <ButtonMask system3="0x0F" /> <GenPositionEvents value="false" /> </Hand1-->
To fly, in the menu select OsgEarth and enable navigation mode and then select fly as your default navigation means.
OsgEarth has simple schools you can enable and disable and smog blooms. CalSchoolFit has the stacked bar graphs that you can enable and disable for the different grads.