{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "![ROS Industrial Homepage](../../img/logo.jpg)\n", "# Interactive Tutorials for ROS-Industrial\n", "# Concepts and Fundamentals\n", "This tutorial presents the basic concepts of ROS:\n", "* Nodes\n", "* Topics\n", "* Services\n", "* Parameters" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "For this tutorial, we have prepared a configuration of the workspace of JupyterLab with several notebooks. Please follow these two steps:\n", "1. Execute the following cell with `Shift+Enter`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "./prepare_workspace.sh" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "2. Press the `Reload` button in your browser for reloading JupyterLab with the new workspace configuration." ] } ], "metadata": { "kernelspec": { "display_name": "Bash", "language": "bash", "name": "bash" }, "language_info": { "codemirror_mode": "shell", "file_extension": ".sh", "mimetype": "text/x-sh", "name": "bash" } }, "nbformat": 4, "nbformat_minor": 2 }