Skip to content

Installation and usage guide of URSim in Ubuntu 16.

Notifications You must be signed in to change notification settings

arunavanag591/ursim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

NOT MAINTAINED ACTIVELY

Ursim Installation Guide

This describes how to have ursim running in Ubuntu 16.04. The latest Ursim could be downloaded from here. Unzip the files using tar -zxf filename.tar.gz

How to Install Ursim (Polyscope Interface - Universal Robot):

  1. Install Java 8.

  2. Change the following line, in install.sh file: ( A sample file could be found in the repo) commonDependencies='libcurl3 openjdk-6-jre libjava3d-* ttf-dejavu* fonts-ipafont fonts-baekmuk fonts-nanum fonts-arphic-uming fonts-arphic-ukai' to

    commonDependencies='libcurl3 openjdk-8-jre libjava3d-* ttf-dejavu* fonts-ipafont fonts-baekmuk fonts-nanum fonts-arphic-uming fonts-arphic-ukai'

  3. Make sure the system is sourcing or using java8. This can be done by:

    • Find the version of java that is running or sourced by java -version
    • if there are multiple version use: sudo update-alternatives --config java
    • select the version to be jdk 8.
  4. Change the following files to be executable sudo chmod +x filename.sh

    • start-ursim.sh
    • starturcontrol.sh
    • stopurcontrol.sh
    • URControl
  5. Run in the terminal bash install.sh or . install.sh from the unzipped folder.

  6. Run bash start-ursim.sh or . start-ursim.sh from the unzipped file directory system.

About

Installation and usage guide of URSim in Ubuntu 16.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages