...
English | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
General InformationTo install an application on a robot, you need to upload the files of the builded application to certain directories on the robot. You can upload the files on the robot in two ways:
You need to have user named Installation and configuration of the SFTP-server on the robot, as well as the creation of the Connecting to a robot via SFTPSince file transfer is done via an SFTP-server, an SFTP-client is required as well. Some versions of linux OS have a pre-installed SFTP-client, and of course you can use third-party SFTP-clients (e.g, FileZilla, PuTTY, WinSCP etc.). An example of an SFTP-connection in Ubuntu: 1. Open a terminal and start a connection via an SFTP-client. To do this, enter this command in the terminal:
2. When you connect for the first time, you will receive a notification that the server has been added to the list of known hosts. To confirm, type 3. Enter The password is provided by the Promobot technical specialist. Uploading files to the robotAfter connecting, it will be possible to transfer files via the SFTP-protocol. The downloaded files are immediately synchronized with the root directories in the robot storage. Applications are stored in two directories:
So, to upload a Promobot GUI application you need to place so-file into Use this terminal command to transfer files:
|
...