ursim 3.10.0 URSim on Linux

こ雲淡風輕ζ 提交于 2019-12-05 00:03:20

ursim 3.10.0

URSim on Linux

Installing the Universal Robots simulator software on Linux.

The information on this page applies to software versions 3.3 and newer.

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. 

 

 

Introduction

This mini guide explains how to install the Universal Robots software (GUI and controller) on Ubuntu Linux. 

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.

The basic prerequisites for the software is Python 2.6.

  

Install the software

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!