{
    "componentChunkName": "component---src-templates-post-js",
    "path": "/projects/autonomous-rover",
    "result": {"data":{"mdx":{"frontmatter":{"title":"An Autonomous Obstacle-Avoidance Rover","author":"Souleymane Dembele","date":"2024-03-01"},"body":"var _excluded = [\"components\"];\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nfunction _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }\nfunction _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"An Autonomous Obstacle-Avoidance Rover\",\n  \"slug\": \"projects/autonomous-rover\",\n  \"author\": \"Souleymane Dembele\",\n  \"date\": \"2024-03-01\",\n  \"isDraft\": false\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"A team rover on a TI TM4C (ARM Cortex-M4) that detects and steers around\\nobstacles.\"), mdx(\"h2\", null, \"What it does\"), mdx(\"p\", null, \"The rover uses sonar to find obstacles within a meter and steers around them when\\nthe path is blocked, advancing when it is clear. Bluetooth and UART handle\\non/off control, and PWM drives the wheel motors. It was developed and tested in\\nKeil uVision. This was the first-phase rover that the later MPC rover built on.\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"slug":"projects/autonomous-rover"}},
    "staticQueryHashes": ["3649515864","68838506"]}