ursim 3.10.0linux
URSim on Linuxgit
Installing the Universal Robots simulator software on Linux.app
The information on this page applies to software versions 3.3 and newer.ide
The simulator has been tested on the Linux Mint 17.1 Rebbecca distribution (Ubuntu 14.04 based). Universal Robots gives no guarenties/do not provide any support with respect to the execution of this software on other Linux distributions. ui
Introductionthis
This mini guide explains how to install the Universal Robots software (GUI and controller) on Ubuntu Linux. orm
With this software installed it is possible to create and run programs on a simulated robot, with some limitations. The most important of these limitations is that it is not possible to simulate digital/analogue input to the robot. Furthermore touch screen set-up and network set-up from within the GUI won't work. The robot is able to communicate via TCP/IP, if this is configured on the host machine.server
The basic prerequisites for the software is Python 2.6.terminal
Install the softwareinput
First download the software provided here and save it to your home folder. Change to your home folder and extract the file to the root of your home folder:
cd ~ tar xvzf [FILE NAME] cd ursim-3.X.X.XXXXX ./install.sh
Now you can simply run the software from the terminal by running:
cd .. ursim-3.X.X.XXXXX/start-ursim.sh
Or, if your prefer, use the short-cuts created on your desktop.
Enable Modbus server in URSim
As per default, the Modbus server is activated. In case it is not then open the file starturcontrol.sh which is located in the installation folder using a file editor.
Modify this line:
HOME=$SCRIPT_DIR $SCRIPT_DIR/URControl &>$SCRIPT_DIR/URControl.log &
into:
echo <linux_password> | sudo -S HOME=$SCRIPT_DIR $SCRIPT_DIR/URControl &>$SCRIPT_DIR/URControl.log &
where password is the login password for Linux
參考:https://www.universal-robots.com/download/?option=53113#section16632