<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog</title><link>https://community.element14.com/technologies/robotics/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Sat, 13 Apr 2024 17:56:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/technologies/robotics/b/blog" /><item><title>ROS2 Learning Series - Blog 7 - Advanced Programming - Part 2</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog7</link><pubDate>Sat, 13 Apr 2024 17:56:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fc5e98d6-adcf-47e0-a9b9-a434a5852862</guid><dc:creator>crisdeodates</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27863</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog7#comments</comments><description>ROS2&amp;nbsp;Face&amp;nbsp;Detection Project

It is now time for us to go a bit more further. 
We will&amp;nbsp;modify and upgrade the camera stream publisher node from our &lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog6"&gt;camera stream&amp;nbsp;project&lt;/a&gt; to capture a video stream from a camera, detect the faces ins...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog7"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27863&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 6 - Advanced Programming - Part 1</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog6</link><pubDate>Sat, 13 Apr 2024 17:35:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:51b7a202-4065-4f5b-ad6b-542deda5ee69</guid><dc:creator>crisdeodates</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27862</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog6#comments</comments><description>ROS2 Camera Stream Project
Previously we got some basic&amp;nbsp;insight&amp;nbsp;on how to program ROS2 nodes and services. Now let us take a step further in ROS2 programming.&amp;nbsp;
&amp;nbsp;
We will create a publisher node to capture a video stream from a cam...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog6"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27862&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 5 - Basic Programming - Part 2</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog5</link><pubDate>Tue, 09 Apr 2024 13:41:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10788e0c-edf5-4d81-9fd2-f709bcf1ec67</guid><dc:creator>crisdeodates</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27849</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog5#comments</comments><description>ROS2 Service - Client Server Project

In the previous blog, we saw how to create a &lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog4"&gt;publisher subscriber project&lt;/a&gt;.
This project makes remakes it into a service based client server project.

For&amp;nbsp;developing a service, a service package needs to be c...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog5"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27849&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 4 - Basic Programming - Part 1</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog4</link><pubDate>Tue, 09 Apr 2024 13:24:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7d9dc701-91f2-4475-bcec-e4879942a302</guid><dc:creator>crisdeodates</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27848</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog4#comments</comments><description>ROS2 -&amp;nbsp;Publisher Subscriber Project

Let&amp;#39;s put everything we have gone through so far into creating some interesting projects. A basic knowledge of linux terminal and python programming language is required for completing the projects. In all th...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog4"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27848&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 3 - Setup</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog3</link><pubDate>Tue, 09 Apr 2024 10:34:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fb39de8-fc4e-4337-802a-f24e7315e6ef</guid><dc:creator>crisdeodates</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27847</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog3#comments</comments><description>ROS2 &amp;ndash; Setup&amp;nbsp;
Installation&amp;nbsp;
Unlike ROS1, ROS2 can be installed on all major platforms such as Linux, Windows and MacOS. Here I will focus on installing ROS2 on an Ubuntu 22.04 system. For other platforms, the installation setups are d...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog3"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27847&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 2 - Basic Concepts</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog2</link><pubDate>Tue, 09 Apr 2024 10:23:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6001b61f-4801-4217-9982-3a6295d59f96</guid><dc:creator>crisdeodates</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27846</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog2#comments</comments><description>ROS2 - Basic concepts&amp;nbsp;
Let&amp;#39;s dig into the ROS2 concepts, starting with the basic ones. Wherever used, ROS means in the general context of both ROS1 &amp;amp; ROS2, unless specified.&amp;nbsp;

Client library&amp;nbsp;
The base library of ROS2 is written in ...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog2"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27846&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>ROS2 Learning Series - Blog 1 - Introduction</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog1</link><pubDate>Fri, 29 Mar 2024 11:09:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:04c0c5a2-1fbf-4ffd-a6a4-e2b564361439</guid><dc:creator>crisdeodates</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=27816</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog1#comments</comments><description>This is a short guide to introduce you to the world of ROS2 programming for Robotics applications. This is the part of the ROS2 learning series that will focus on learning general ROS2 concepts and developing ROS2 programs.&amp;nbsp;
What is ROS?&amp;nbsp;
R...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/ros2_2d00_learning_2d00_series_2d00_blog1"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=27816&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Robot%2boperating%2bSystem">Robot operating System</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS2">ROS2</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/ROS">ROS</category></item><item><title>UPCOMING: Activities with the AMD Kria KR260 Robotics Starter Kit</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/upcoming-activities-with-the-amd-kria-kr260-robotics-starter-kit</link><pubDate>Wed, 26 Apr 2023 18:53:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e3f48747-36ca-4360-b866-6d12f6905b25</guid><dc:creator>rscasny</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=25793</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/upcoming-activities-with-the-amd-kria-kr260-robotics-starter-kit#comments</comments><description>Whenever I poll element14 members about their interests, robotics ranks nearly at the top. Robotics has been an area of ongoing interest in the element14 Community for a long time. I only expect the interest to increase as robots and the capabilities...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/upcoming-activities-with-the-amd-kria-kr260-robotics-starter-kit"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=25793&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/KriaTm%2bKR260%2bRobotics%2bStarter%2bKit">KriaTm KR260 Robotics Starter Kit</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/Zynq%2bUltraScale_2B00_%2bMPSoC">Zynq UltraScale+ MPSoC</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/amd">amd</category></item><item><title>The Evolution of Clem's FPV Robot</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/the-evolution-of-clem-s-fpv-robot</link><pubDate>Thu, 26 Jan 2023 20:04:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:404b5370-894e-4634-99a0-78fce8a099c5</guid><dc:creator>kellyhensen</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=25152</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/the-evolution-of-clem-s-fpv-robot#comments</comments><description>element14 presents&amp;#39; very own Clem Mayers&amp;nbsp;&lt;a href="https://community.element14.com/members/mayermakes"&gt;mayermakes&lt;/a&gt;&amp;nbsp; created a robot to retrieve a screwdriver that rolled under his work bench.&amp;nbsp;&amp;nbsp;
element14 Community members have suggested several modifications to his robot:
&lt;a href="https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/27483/episode-538-how-to-build-a-quadruped-robot---no-math" data-icid="e14"&gt;Episode 538: How...&lt;/a&gt;(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/the-evolution-of-clem-s-fpv-robot"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=25152&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>BalaC Plus Balancing Robot</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/balac-plus-balancing-robot</link><pubDate>Fri, 01 Jul 2022 23:01:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:41a5dddf-8aae-46b8-998f-c93e2060a8b3</guid><dc:creator>ralphjy</dc:creator><slash:comments>14</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=23901</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/balac-plus-balancing-robot#comments</comments><description>Periodically during the year I reach a &amp;quot;burnout&amp;quot; phase where everything gets to be a struggle.&amp;nbsp; With all that going on in the world and in my little corner of it, I&amp;#39;ve kinda hit a wall and was in need of some mindless diversion.
I&amp;amp;...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/balac-plus-balancing-robot"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=23901&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/m5stack">m5stack</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/m5stickc%2bplus">m5stickc plus</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/BalaC%2bPlus">BalaC Plus</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/PID%2bControl">PID Control</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/balancing%2brobot">balancing robot</category></item><item><title>Convert Arduino Library to C++</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/convert-arduino-library-to-c</link><pubDate>Sun, 15 May 2022 17:36:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ccc93890-aece-4751-a9ff-2a4168d8c7fd</guid><dc:creator>RomainR</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=23596</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/convert-arduino-library-to-c#comments</comments><description>Hello,
I need to translate this Arduino library to C++. Can someone help me pls ?
(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/convert-arduino-library-to-c"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=23596&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Robobloq Qoopers 6-in-1 Transformable Robot Kit</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/robobloq-qoopers-6-in-1-transformable-robot-kit</link><pubDate>Tue, 25 Jan 2022 15:30:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:06fff4f4-7e10-4bba-a1ec-bb9aaa4f97c6</guid><dc:creator>ralphjy</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=22868</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/robobloq-qoopers-6-in-1-transformable-robot-kit#comments</comments><description>One of my goals for 2022 is to&amp;nbsp;build a new AI robot project and to also upgrade a couple of existing robot projects (one has a K210 processor, so maybe just new firmware).
During the Black Friday sales last year, I bought myself an early Christm...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/robobloq-qoopers-6-in-1-transformable-robot-kit"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=22868&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/stem">stem</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robot">robot</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/qoopers">qoopers</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robot%2bproject">robot project</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robobloq">robobloq</category></item><item><title>My Path to Learn Robotics #2 - Calibrating RealSense Sensors</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics-2---calibrating-realsense-sensors</link><pubDate>Sun, 14 Mar 2021 22:00:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:eaf1d61f-8806-40ac-b178-0ed164b0014c</guid><dc:creator>yosoufe</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=10940</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics-2---calibrating-realsense-sensors#comments</comments><description>Hello,&amp;nbsp;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Introduction"&gt;Introduction&lt;/a&gt;


&lt;a class="jive-link-anchor-small" href="#jive_content_id_Calibration_using_checkerboard_pattern"&gt;Calibration using checkerboard pattern&lt;/a&gt;


&lt;a class="jive-link-anchor-small" href="#jive_content_id_Calibration_from_the_CAD"&gt;Calibration from the CAD&lt;/a&gt;


&lt;a class="jive-link-anchor-small" href="#jive_content_id_Conclusion"&gt;Conclusion&lt;/a&gt;


&lt;a class="jive-link-anchor-small" href="#jive_content_id_Next_Step"&gt;Next Step&lt;/a&gt;

&amp;nbsp;IntroductionIn previous blog (&lt;a class="jive-link-blog-small" href="https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics"&gt;My Path to Learn Robotics&lt;/a&gt; ) I demoed the first setup of (maybe) 3d scanning using RealSense se...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics-2---calibrating-realsense-sensors"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=10940&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/opencv">opencv</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/pointcloud">pointcloud</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/3dscanning">3dscanning</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/realsense">realsense</category></item><item><title>My Path to Learn Robotics</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics</link><pubDate>Tue, 02 Mar 2021 21:17:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:88dbb623-3fd2-476a-b669-36151cde637a</guid><dc:creator>yosoufe</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=10921</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics#comments</comments><description>Hello,The main purpose of this post is to break the long silence in the Robotics Section of the element14 and also a bit of showing off my progress on my personal learning experience.&amp;nbsp;Please let me know what you think and if you like these kinds...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/my-path-to-learn-robotics"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=10921&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/intel">intel</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics">robotics</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/opencv">opencv</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/realsense">realsense</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/3d%2bscanning">3d scanning</category></item><item><title>JECCbot mini - battery adapter and bigger wheels</title><link>https://community.element14.com/technologies/robotics/b/blog/posts/jeccbot-mini---battery-adapter-and-bigger-wheels</link><pubDate>Sun, 16 Feb 2020 16:51:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:effe719f-9cb3-409a-b160-aadaaec08f3b</guid><dc:creator>bernhardmayer</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">https://community.element14.com/technologies/robotics/b/blog/rsscomments?WeblogPostID=8727</wfw:commentRss><comments>https://community.element14.com/technologies/robotics/b/blog/posts/jeccbot-mini---battery-adapter-and-bigger-wheels#comments</comments><description>This blog post describes improvements and additional features for the Open Source Outdoor Robot platform JECCbot mini which was introduced here: &lt;a class="jive-link-blog-small" href="https://www.element14.com/community/people/bernhardmayer/blog/2020/01/13/open-source-outdoor-robot-platform-jeccbot-mini"&gt;Open Source Outdoor Robot platform JECCbot mini&lt;/a&gt; &amp;nbsp;Battery adapter for Einhell Power X-ChangeFor the n...(&lt;a href="https://community.element14.com/technologies/robotics/b/blog/posts/jeccbot-mini---battery-adapter-and-bigger-wheels"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8727&amp;AppID=36&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotic">robotic</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/battery">battery</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/mobile%2brobot">mobile robot</category><category domain="https://community.element14.com/technologies/robotics/b/blog/archive/tags/robotics%2bprojects">robotics projects</category></item></channel></rss>