{"id":42581,"date":"2022-02-23T07:00:57","date_gmt":"2022-02-23T06:00:57","guid":{"rendered":"https:\/\/botland.com.pl\/blog\/programming-a-robot-does-not-have-to-be-difficult\/"},"modified":"2025-05-20T15:00:39","modified_gmt":"2025-05-20T13:00:39","slug":"programming-a-robot-does-not-have-to-be-difficult","status":"publish","type":"post","link":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/","title":{"rendered":"Programming a robot does not have to be difficult!"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading time:<\/span> <span class=\"rt-time\"> 4<\/span> <span class=\"rt-label rt-postfix\">min.<\/span><\/span>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"42581\" class=\"elementor elementor-42581 elementor-32045\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26ddee24 e-flex e-con-boxed e-con e-parent\" data-id=\"26ddee24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54cb3cf0 elementor-widget elementor-widget-text-editor\" data-id=\"54cb3cf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Robotic software &#8211; what and how?<\/h2><p>Robots, like all electronic devices with a processor, need to be equipped with the right software to perform their functions correctly. This article deals with common programming methods and languages used in robotics.<\/p><h2>Programmable robots around us<\/h2><p>Robots have been around for several decades. Nowadays, they are even more technologically advanced and more easily accessible than before, when they existed only as very expensive large-scale machines for purposes such as cinematography, industry and research and development. <b>Most robotic machines are used in factories <\/b>on automated assembly lines or as auxiliary machines that <b>assist humans in performing heavy physical work<\/b>, such as in mining, forestry, agriculture and many other fields with high process complexity. There are also robots that are designed <b>for cleaning residential buildings as well as office spaces<\/b>. In terms of scope of functionality, such robots can perform vacuuming and mopping of floors along a pre-programmed route, i.e. a map of the area, in order to avoid obstacles.<\/p><p><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-683x1024.jpg\" sizes=\"(max-width: 683px) 100vw, 683px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-683x1024.jpg 683w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-200x300.jpg 200w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-768x1152.jpg 768w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-1024x1536.jpg 1024w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-1365x2048.jpg 1365w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/piqsels.com-id-szlfi-scaled.jpg 1707w\" alt=\"Robotic arm\" width=\"683\" height=\"1024\" \/><\/p><p>Current software capabilities, make it possible to create robots that perform activities with strongly varying degrees of difficulty. Robotics programming is able to produce robots that perform relatively simple everyday tasks. <b>Programming one&#8217;s own robot presents certain challenges<\/b>, since a fully functioning robot for home or office use, in terms of mechanical design, requires six degrees of freedom to operate in the three-dimensional space of the real world in which we live. This also applies to the use of the target robot, its hardware and the program code that, through a microcontroller, will control the various actions that the robot will physically perform.<\/p><h2>The essence of understanding robot programming<\/h2><p>As we enter the discussion of an introduction to robot programming, it is important to bear in mind that a <b>robot is not an intelligent machine in itself<\/b>. Its performance capabilities are limited by its hardware with specific functionality, as well as by the program code by which the robot can perform the appropriate range of actions as depicted in the design.<\/p><p>Interestingly, a robot does not always have to mean a physical device. <b>Robots can also exist virtually<\/b>, as specialised software designed, for example, to conduct currency trading. However, returning to robots in physical form, there are autonomous robots, partially autonomous robots, and robots without autonomy. <b>The programming of each of these robots differs from one another<\/b>. For example, robots installed on assembly lines in car factories, only perform a certain range of activities automatically, i.e. without human intervention during their operation.<\/p><p>The target design of a robot, in terms of its degree of autonomy, the complexity of the hardware and the software layer, depends primarily on the range of activities that the robot is expected to perform, according to the design objectives. For an autonomous robot, it will probably be necessary to implement machine learning capabilities or artificial intelligence methods.<\/p><h2>What programming languages are used in robotics?<\/h2><p><img decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L-1024x682.jpg\" sizes=\"(max-width: 800px) 100vw, 800px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L-1024x682.jpg 1024w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L-300x200.jpg 300w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L-768x512.jpg 768w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L-1536x1024.jpg 1536w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_423638114_L.jpg 2000w\" alt=\"Programming\" width=\"800\" height=\"533\" \/><\/p><p>In many cases, choosing the right programming language for our robot will depend on its target application, although this need not be a limitation. Typically, <b>C++, Python and Java are used to program robots<\/b>. These languages are popular especially among beginners in robotics, as well as hobbyists. However, when approaching robotics professionally, it is recommended to learn other programming languages that offer an even more extended range of possibilities.<\/p><p>This is where MATLAB comes to the rescue &#8211; an advanced environment with powerful computational and simulation capabilities that is used by engineers in almost every industry, including robotics. The process of programming the robot involves the analysis of large amounts of data using an extensive mathematical apparatus, and for this reason <b>MATLAB is one of the best choices for an environment to create software for robots in a professional manner<\/b>. On the other hand, when starting the adventure with robotics, it is worth to get acquainted first with programming in C\/C++, Python and Java. When creating our first robotic project, let&#8217;s check if its programming layer will work properly in terms of functions not directly related to performing the physical activities that our robot&#8217;s design includes.<\/p><h2>From basic prototype to advanced design<\/h2><p>Intelligent image recognition and human voice processing with words and language-specific features are the main problems faced by designers of humanoid robots that aim to imitate the behaviour of &#8220;real&#8221; people. To enter this world, <b>it is worth starting with an algorithm that uses a camera to recognise the faces of people<\/b> entering a room. This algorithm involves mounting a motion sensor and connecting it to the camera. The motion sensor needs to be programmed so that it can trigger the activation of the camera.<\/p><p>A photo of a photographed person wishing to enter the room will be an element included in the input data set for the robot program. The scanned image of the face will then be compared to the real image of the person seen by the camera. The program will then compare this image with the image previously stored in memory. If the camera image is identical to the reference image, the door can be unlocked. If there is an unsuccessful match, the algorithm may attempt to scan the image again or take other predefined steps.<\/p><p><img decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L-1024x670.jpg\" sizes=\"(max-width: 800px) 100vw, 800px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L-1024x670.jpg 1024w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L-300x196.jpg 300w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L-768x503.jpg 768w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L-1536x1005.jpg 1536w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/02\/Depositphotos_338803816_L.jpg 2000w\" alt=\"Robotic waiter\" width=\"800\" height=\"523\" \/><\/p><p>If we have already mastered face recognition technology, then our robot and its <b>software can be extended with additional functionality<\/b>, such as collecting clothes from invited guests. At this stage, it will be necessary to add an additional arm with a gripper and sensors, and for the software to calculate the distance at which the robot&#8217;s arm should be swung in order to pick up the outer garment and hang it on a hanger.<\/p><h2>Robot programming &#8211; what should you know?<\/h2><p>Robotics is one of the fastest growing fields of modern science and technology. Keeping up with the latest developments in the field of robots <b>requires constant acquisition of knowledge<\/b> often beyond the scope of knowledge of contemporary programming languages. If we want to understand and master robot programming, <b>it is necessary to take into account the hardware and software requirements and capabilities of the robot<\/b>. Fortunately, many platforms allow robotics programming for beginners. This is done by eliminating many of the difficulties associated with knowing how the hardware works, as made possible by the Arduino platform, for example. It can also be done by programming at the machine code level. In general, when starting out in robotics, <b>it is worthwhile to learn the C\/C++, Java and Python languages, as well as the MATLAB environment<\/b>, which is the engine for advanced engineering calculations and simulations, including of robotic systems.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Advances in robotics have made it possible for us to build a robot at home today, but would it be difficult to program it? Not necessarily!<\/p>\n","protected":false},"author":20,"featured_media":42582,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[336,344],"tags":[441,450],"class_list":["post-42581","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-interesting-facts","category-robotics","tag-programming","tag-robots"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Programming a robot does not have to be difficult! - Botland<\/title>\n<meta name=\"description\" content=\"Want to start programming robots but don&#039;t know where to start? Read our robot programming tutorial on the Botland blog!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Programming a robot does not have to be difficult! - Botland\" \/>\n<meta property=\"og:description\" content=\"Want to start programming robots but don&#039;t know where to start? Read our robot programming tutorial on the Botland blog!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/\" \/>\n<meta property=\"og:site_name\" content=\"Botland\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Botland\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-23T06:00:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-20T13:00:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1510\" \/>\n\t<meta property=\"og:image:height\" content=\"1510\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Maciej Figiel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maciej Figiel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/\"},\"author\":{\"name\":\"Maciej Figiel\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/person\\\/a8e66118d1f27ebf9f540831e5a3283b\"},\"headline\":\"Programming a robot does not have to be difficult!\",\"datePublished\":\"2022-02-23T06:00:57+00:00\",\"dateModified\":\"2025-05-20T13:00:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/\"},\"wordCount\":1107,\"publisher\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/robot-code.jpg\",\"keywords\":[\"programming\",\"robots\"],\"articleSection\":[\"Interesting facts\",\"Robotics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/\",\"name\":\"Programming a robot does not have to be difficult! - Botland\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/robot-code.jpg\",\"datePublished\":\"2022-02-23T06:00:57+00:00\",\"dateModified\":\"2025-05-20T13:00:39+00:00\",\"description\":\"Want to start programming robots but don't know where to start? Read our robot programming tutorial on the Botland blog!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#primaryimage\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/robot-code.jpg\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/robot-code.jpg\",\"width\":1510,\"height\":1510},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/programming-a-robot-does-not-have-to-be-difficult\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/botland.store\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programming a robot does not have to be difficult!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/\",\"name\":\"Botland\",\"description\":\"Blog Raspberry Pi, Arduino, elektronika i robotyka - Botland\",\"publisher\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\",\"name\":\"Botland\",\"url\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo_kolor_WP_2-1.png\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo_kolor_WP_2-1.png\",\"width\":250,\"height\":57,\"caption\":\"Botland\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/Botland\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/person\\\/a8e66118d1f27ebf9f540831e5a3283b\",\"name\":\"Maciej Figiel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"caption\":\"Maciej Figiel\"},\"description\":\"Wszechstronny, ch\u0119tnie podejmuje si\u0119 wyzwa\u0144, bo uwa\u017ca, \u017ce jest to najszybsza droga ku rozwojowi. Ceni sobie kontakt z natur\u0105 i aktywny wypoczynek. Pasjonat motoryzacji i nowych technologii.\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/author\\\/maciej-figiel\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Programming a robot does not have to be difficult! - Botland","description":"Want to start programming robots but don't know where to start? Read our robot programming tutorial on the Botland blog!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/","og_locale":"en_US","og_type":"article","og_title":"Programming a robot does not have to be difficult! - Botland","og_description":"Want to start programming robots but don't know where to start? Read our robot programming tutorial on the Botland blog!","og_url":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/","og_site_name":"Botland","article_publisher":"https:\/\/facebook.com\/Botland\/","article_published_time":"2022-02-23T06:00:57+00:00","article_modified_time":"2025-05-20T13:00:39+00:00","og_image":[{"width":1510,"height":1510,"url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg","type":"image\/jpeg"}],"author":"Maciej Figiel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Maciej Figiel","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#article","isPartOf":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/"},"author":{"name":"Maciej Figiel","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/person\/a8e66118d1f27ebf9f540831e5a3283b"},"headline":"Programming a robot does not have to be difficult!","datePublished":"2022-02-23T06:00:57+00:00","dateModified":"2025-05-20T13:00:39+00:00","mainEntityOfPage":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/"},"wordCount":1107,"publisher":{"@id":"https:\/\/botland.com.pl\/blog\/#organization"},"image":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#primaryimage"},"thumbnailUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg","keywords":["programming","robots"],"articleSection":["Interesting facts","Robotics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/","url":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/","name":"Programming a robot does not have to be difficult! - Botland","isPartOf":{"@id":"https:\/\/botland.com.pl\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#primaryimage"},"image":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#primaryimage"},"thumbnailUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg","datePublished":"2022-02-23T06:00:57+00:00","dateModified":"2025-05-20T13:00:39+00:00","description":"Want to start programming robots but don't know where to start? Read our robot programming tutorial on the Botland blog!","breadcrumb":{"@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#primaryimage","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/robot-code.jpg","width":1510,"height":1510},{"@type":"BreadcrumbList","@id":"https:\/\/botland.store\/blog\/programming-a-robot-does-not-have-to-be-difficult\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/botland.store\/blog\/"},{"@type":"ListItem","position":2,"name":"Programming a robot does not have to be difficult!"}]},{"@type":"WebSite","@id":"https:\/\/botland.com.pl\/blog\/#website","url":"https:\/\/botland.com.pl\/blog\/","name":"Botland","description":"Blog Raspberry Pi, Arduino, elektronika i robotyka - Botland","publisher":{"@id":"https:\/\/botland.com.pl\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/botland.com.pl\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/botland.com.pl\/blog\/#organization","name":"Botland","url":"https:\/\/botland.com.pl\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2018\/04\/logo_kolor_WP_2-1.png","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2018\/04\/logo_kolor_WP_2-1.png","width":250,"height":57,"caption":"Botland"},"image":{"@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/Botland\/"]},{"@type":"Person","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/person\/a8e66118d1f27ebf9f540831e5a3283b","name":"Maciej Figiel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","caption":"Maciej Figiel"},"description":"Wszechstronny, ch\u0119tnie podejmuje si\u0119 wyzwa\u0144, bo uwa\u017ca, \u017ce jest to najszybsza droga ku rozwojowi. Ceni sobie kontakt z natur\u0105 i aktywny wypoczynek. Pasjonat motoryzacji i nowych technologii.","url":"https:\/\/botland.store\/blog\/author\/maciej-figiel\/"}]}},"_links":{"self":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts\/42581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/comments?post=42581"}],"version-history":[{"count":0,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts\/42581\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/media\/42582"}],"wp:attachment":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/media?parent=42581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/categories?post=42581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/tags?post=42581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}