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/).
- Host: GitHub
- URL: https://github.com/robocorp/rsb-intranet-robot
- Owner: robocorp
- Created: 2020-06-16T10:44:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T08:18:54.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T16:50:24.773Z (over 1 year ago)
- Language: RobotFramework
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.