An open API service indexing awesome lists of open source software.

https://github.com/robocorp/rsb-intranet-robot

Robot for https://robotsparebinindustries.com/. The v1.0 release (https://github.com/robocorp/rsb-intranet-robot/releases/tag/v1.0) matches the state of the robot at the end of the Beginners' course (https://hub.robocorp.com/knowledge-base/beginners-course/welcome/).
https://github.com/robocorp/rsb-intranet-robot

Last synced: 4 months ago
JSON representation

Robot for https://robotsparebinindustries.com/. The v1.0 release (https://github.com/robocorp/rsb-intranet-robot/releases/tag/v1.0) matches the state of the robot at the end of the Beginners' course (https://hub.robocorp.com/knowledge-base/beginners-course/welcome/).

Awesome Lists containing this project

README

          

# RobotSpareBin intranet robot - finished robot

This activity is the finish point of Robocorp's Beginners course on [Robohub](https://hub.robocorp.com/).

Check the `robotsparebin-intranet-starter` activity for the initial version of the robot.

## Executing with Robocode Lab

You can choose to run the activity in Robocode Lab in two different modes, using the _Run activity_ functionality or in _Notebook mode_.

> Visit Robohub to learn more about [running your activities in Robocode Lab](https://hub.robocorp.com/knowledge-base/articles/running-robots-in-robocode-lab/).

### Running with Run Activity

Click the `Run activity` button in the top right corner in the UI.
Select the entry point from the provided list: use `entrypoint.sh` on macOS/Linux and `entrypoint.cmd` on Windows.

### Running in Notebook mode

Navigate to the `tasks` directory and double-click the `robot.robot` file to open it in Notebook mode.

Click the `>>` icon or press `Ctrl+Shift+Enter` (Windows) or `Shift-Command-Enter` (macOS) and click `Restart` to run the robot.

> You can also find the run command from the menu on the top of Robocode Lab screen, by selecting `Run` -> `Restart Kernel and Run All Cells...`.

> In Notebook mode you can also run only part of an activity step by step. Check [this article on Robohub](https://hub.robocorp.com/knowledge-base/articles/running-robots-in-robocode-lab/) for more information.