Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/62873338c8d45fb2c55cf73d0ad...

1 line
10 KiB
JSON
Raw Permalink Normal View History

2020-12-22 10:59:14 -04:00
{"ast":null,"code":"import _classCallCheck from \"/home/riddhi/simulation/Gazebo_simulation-Frontend/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/classCallCheck\";\nimport _createClass from \"/home/riddhi/simulation/Gazebo_simulation-Frontend/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createClass\";\nimport _possibleConstructorReturn from \"/home/riddhi/simulation/Gazebo_simulation-Frontend/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn\";\nimport _getPrototypeOf from \"/home/riddhi/simulation/Gazebo_simulation-Frontend/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/getPrototypeOf\";\nimport _inherits from \"/home/riddhi/simulation/Gazebo_simulation-Frontend/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/inherits\";\nvar _jsxFileName = \"/home/riddhi/simulation/Gazebo_simulation-Frontend/src/components/Manager.js\";\nimport React, { Component } from 'react';\nimport ProgressBar from './progress-bar';\n\nvar Manager = /*#__PURE__*/function (_Component) {\n _inherits(Manager, _Component);\n\n function Manager(props) {\n var _this;\n\n _classCallCheck(this, Manager);\n\n _this = _possibleConstructorReturn(this, _getPrototypeOf(Manager).call(this, props));\n _this.state = {\n percentage: 50\n };\n return _this;\n }\n\n _createClass(Manager, [{\n key: \"render\",\n value: function render() {\n return /*#__PURE__*/React.createElement(\"div\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 13\n }\n }, /*#__PURE__*/React.createElement(ProgressBar, {\n percentage: this.state.percentage,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 17\n }\n }), /*#__PURE__*/React.createElement(\"h1\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 17\n }\n }, \"Tasks Completed :\"), /*#__PURE__*/React.createElement(\"div\", {\n class: \"menu\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 17\n }\n }, /*#__PURE__*/React.createElement(\"div\", {\n class: \"cb-row\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 17\n }\n }, /*#__PURE__*/React.createElement(\"label\", {\n for: \"nome\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 21\n }\n }, \"1) Take off and climb to a specified altitude, then land; this scenario will allow the teacher and students to verify that everything has been installed and configured correctly :\"), /*#__PURE__*/React.createElement(\"input\", {\n id: \"nome\",\n name: \"Nome\",\n type: \"checkbox\",\n value: \"Nome\",\n checked: true,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 21,\n columnNumber: 21\n }\n })), /*#__PURE__*/React.createElement(\"div\", {\n class: \"cb-row\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 17\n }\n }, /*#__PURE__*/React.createElement(\"label\", {\n for: \"data\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 24,\n columnNumber: 21\n }\n }, \"2) Take off and climb to an altitude of 2 meters, rotate 90 degrees to the left, then 180 degrees to the right and finally 90 degrees to the left, then land :\"), /*#__PURE__*/React.createElement(\"input\", {\n id: \"data\",\n name: