create account

My college work – I Programmed This Little Robot To Follow Me (VIDEO) by nikolanikola

View this thread on: hive.blogpeakd.comecency.com
· @nikolanikola ·
$72.73
My college work – I Programmed This Little Robot To Follow Me (VIDEO)
About four months ago, we were witnesses of amazing happening and also amazing marketing trick when robot Sophia received citizenship of Saudi Arabia. Sophia is created by AI developers and it has face and voice recognition technology, uses artificial intelligence and it’s able to imitate human gestures and facial expressions and answer on some simple questions and all that is beautifully packed behind face which is modeled with inspiration to look like Audrey Hepburn.

 ***Why is that so good marketing trick?***

Imagine group of people with good project but a lack of investments and on the other side group of investors that can help with finances and would like to be remembered in history. That is exactly what happened – Sophia’s developers got the certain fame so it could help them with fundraising for their project and Saudi Arabia will go down in history as a first country ever to give citizenship to a robot. A lot of people are not scientist or engineers and they love to see a show and suddenly – whole world is amazed with robots.

Generally speaking it was a good thing, because robotics is one of fields that are part of new technological revolution which will certainly push whole society further. As an engineering student, I had contact with robots and those maybe weren’t high-tech robots as a Sophia, but they were good for understanding some basic things. One of those robots is this little mobile robot called DaNI.

<center>![](https://steemitimages.com/DQmUzEiAT9RGShZ3M7dUvXn8Z1ke4vJbDARq1wcLd8AmvHR/image.png)</center>

***Hmm what is exactly mobile robot?***

Mobile robots are able to move in their environment and they have big usage in real life, for example – hospitals are using them for moving materials, military and police use them when they need to defuse bomb or inspect new environment, they were sent even to Mars couple of times for exploring the surface. They can be manually controlled or autonomous, which means being capable to work in unknown environment, navigating themselves without supervision of a man. 

Great example for autonomous robot is robotic vacuum cleaner which was made back in 1996 by Swedish company Electrolux. It was equipped with sensors and had simple algorithm: if it perceives dirt – suck, in other case - move and if it finds obstacle – move in another direction. It gained so much popularity that Electrolux became the world’s second largest appliance manufacturer and to this day remained at the top of the list next to companies like Samsung or Bosch.

# What was my job here? #

I tried to write an algorithm that will make this DaNi robot to follow an object anywhere, when spots it on distance about 20-40cm and if it gets too close to an object it needs to get back about 10cm and continue following. 

This task is interesting, because similar principle can be further modified and used in development of autonomous vehicles and that industry is inevitable part of our future. 

DaNi has frame with wheels, motor, ultrasonic sensor, processing unit and the algorithm was realized in software package LabView Robotics 2017. 

Before every action, robot needs to “know” its position and a plan for next movement because during the action it can come up to numerous obstacles. General approach to path planning is an environment mapping and finding the shortest route between two spots. It gets information about environment via its ultrasonic sensor.

***Wait, how does that ultrasonic sensor work?***

Principle is to send ultrasonic waves to an obstacle and then to measure time until reflected waves receive to sensor. Distance to an obstacle then can be found using sound velocity and time of reflection.

<center>![](https://steemitimages.com/DQmdHM7ABcSRMhbjVpxfCwMuWfPUctEFbMTCYjPjAjgXTD7/image.png)
</center>

To activate ultrasonic sensor in LabView, we need to create diagram like this:

<center>![](https://steemitimages.com/DQmQ2rxGEbCyY2qpSmjxZkwi5qLiTDoAzH8RARSKNVgpiTA/image.png)</center>

It scans whole space around robot and helps in finding obstacles and then on the screen will be something like this: 

<center>![](https://steemitimages.com/DQmd7rFk34XgjaftEort7zKb2v7LVu7XWiKEPJdmP7NAzxj/image.png)</center>

For navigation it uses dead reckoning method – that is the process of calculating current position, using previously determined position.  

Algorithm can be described through following phases:

- Wiring the robot with computer and initialization of Starter Kit Robotics package 2.0 in LabView Robotics.
-Initialization of data about obstacles which are already scanned via ultrasonic sensor in certain range of angles.
- Computing the next angle for scanning.
- Finding the distance to an obstacle and deciding does it need to follow that object.
- Finding the best route for movement.
-  Finding and applying the best robot velocity for safe movement (when robot needs to get back from an object, it must apply a negative velocity!)
- Starting an action.

Let’s take a look at a main program:

<center>![](https://steemitimages.com/DQme25EXiyPEkC5KdA6H6XoDDcJjRxyBxkW5xtjyatymoB2/image.png)</center>

  Yes, it looks chaotic and not understandable but it’s not so complicated, believe me.  I won’t bother you with details but we need now to consider 3 case scenarios:

First case – Robot found an obstacle nearer than 10cm – It will move reverse, using negative velocity for y coordinate.

Second case – obstacle is between 10cm and 20cm from the robot – in this case robot won’t move and its velocity will be 0.

Third case – obstacle is between 20cm and 40cm – In this case robot scanned obstacle via its sensor and it will start moving toward an object. If it gets too close – it enters first case scenario.

# Are you impatient to see the video? # 

https://www.youtube.com/watch?v=Kljgrrs4q7Y&t= 

**Hope you enjoyed**

**Nikola**

sources:

[Mobile robot](https://en.wikipedia.org/wiki/Mobile_robot)
[Experiments with DaNI](http://download.ni.com/pub/devzone/epd/mobile_robotics_experiments.pdf)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 348 others
properties (23)
authornikolanikola
permlinkmy-college-work-i-programmed-this-little-robot-to-follow-me-video
categoryscience
json_metadata{"tags":["science","steemstem","technology","robot","teamserbia"],"image":["https://steemitimages.com/DQmUzEiAT9RGShZ3M7dUvXn8Z1ke4vJbDARq1wcLd8AmvHR/image.png","https://steemitimages.com/DQmdHM7ABcSRMhbjVpxfCwMuWfPUctEFbMTCYjPjAjgXTD7/image.png","https://steemitimages.com/DQmQ2rxGEbCyY2qpSmjxZkwi5qLiTDoAzH8RARSKNVgpiTA/image.png","https://steemitimages.com/DQmd7rFk34XgjaftEort7zKb2v7LVu7XWiKEPJdmP7NAzxj/image.png","https://steemitimages.com/DQme25EXiyPEkC5KdA6H6XoDDcJjRxyBxkW5xtjyatymoB2/image.png","https://img.youtube.com/vi/Kljgrrs4q7Y/0.jpg"],"links":["https://www.youtube.com/watch?v=Kljgrrs4q7Y&t=","https://en.wikipedia.org/wiki/Mobile_robot","http://download.ni.com/pub/devzone/epd/mobile_robotics_experiments.pdf"],"app":"steemit/0.1","format":"markdown"}
created2018-04-07 12:35:21
last_update2018-04-07 12:35:21
depth0
children20
last_payout2018-04-14 12:35:21
cashout_time1969-12-31 23:59:59
total_payout_value54.970 HBD
curator_payout_value17.764 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,019
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,814,289
net_rshares16,686,502,571,336
author_curate_reward""
vote details (412)
@flyyingkiwi ·
Nice work:).  It can follow me and carry my bags as I walk back from the supermarket.
properties (22)
authorflyyingkiwi
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180409t092746166z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-09 09:27:51
last_update2018-04-09 09:27:51
depth1
children0
last_payout2018-04-16 09:27:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation2,316,453,970,971
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,105,942
net_rshares0
@inka8 ·
Bravo @nikolanikola! I enjoyed indeed!
 Takvi momci kao što ste Vi ispunjavaju moje srce radošću.
Želim Vam mnogo uspeha u svakom poduhvatu, a ne sumnjam da će ih biti.
properties (22)
authorinka8
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t143333704z
categoryscience
json_metadata{"tags":["science"],"users":["nikolanikola"],"app":"steemit/0.1"}
created2018-04-07 14:33:39
last_update2018-04-07 14:33:39
depth1
children1
last_payout2018-04-14 14:33:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation6,692,826,288,641
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,829,793
net_rshares0
@nikolanikola ·
Hvala! Drago mi je da neko zaista cita i uziva u onome sto pisem :)
properties (22)
authornikolanikola
permlinkre-inka8-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t151857420z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-07 15:18:57
last_update2018-04-07 15:18:57
depth2
children0
last_payout2018-04-14 15:18:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,836,405
net_rshares0
@kryzsec ·
$0.54
So something you could do is that you could make it so it only searches (moves the ultrasound sensor back and forth) when the target is no longer present and once it finds it it moves to it and follows. Not sure if what I am saying makes sense but it will make it use a little less processing power in the long run (built robots all through high school for competitions, processing power becomes important in those situations) 

Just a thought.
👍  
properties (23)
authorkryzsec
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t082708846z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 08:27:12
last_update2018-04-08 08:27:12
depth1
children1
last_payout2018-04-15 08:27:12
cashout_time1969-12-31 23:59:59
total_payout_value0.406 HBD
curator_payout_value0.133 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length444
author_reputation7,407,841,935,851
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,937,609
net_rshares121,189,792,429
author_curate_reward""
vote details (1)
@nikolanikola ·
I understand, it makes sense. I never thought about that, but if we have moving target, then it will lose some time to locate it. By constantly scanning in ±60 degrees like now, it keeps object always in sight so it have continuously following.
properties (22)
authornikolanikola
permlinkre-kryzsec-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t114512904z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 11:45:15
last_update2018-04-08 11:45:15
depth2
children0
last_payout2018-04-15 11:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,958,616
net_rshares0
@lighteye ·
Робот није комплетан без усисивача, @nikolanikola :)

Одличан почетак!
properties (22)
authorlighteye
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t112930008z
categoryscience
json_metadata{"tags":["science"],"users":["nikolanikola"],"app":"steemit/0.1"}
created2018-04-08 11:31:30
last_update2018-04-08 11:31:30
depth1
children1
last_payout2018-04-15 11:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation613,238,236,467,817
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,957,081
net_rshares0
@nikolanikola ·
Hvala :)
properties (22)
authornikolanikola
permlinkre-lighteye-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t120550970z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 12:05:54
last_update2018-04-08 12:05:54
depth2
children0
last_payout2018-04-15 12:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,960,918
net_rshares0
@star-vc ·
Hi @nikolanikola! I can understand how tough it is to maintaining the best route, specially with the maintenance of the circuitry.. Congrats! 

Cheers.. :)
properties (22)
authorstar-vc
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t182833471z
categoryscience
json_metadata{"tags":["science"],"users":["nikolanikola"],"app":"steemit/0.1"}
created2018-04-07 18:02:06
last_update2018-04-07 18:02:06
depth1
children2
last_payout2018-04-14 18:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation4,445,845,212,884
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,859,281
net_rshares0
@nikolanikola ·
Thanks bro! Yeah, but the toughest thing actually was just realizing how to begin project :D
properties (22)
authornikolanikola
permlinkre-star-vc-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t202217470z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-07 20:22:18
last_update2018-04-07 20:22:18
depth2
children1
last_payout2018-04-14 20:22:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,874,663
net_rshares0
@star-vc ·
:D
properties (22)
authorstar-vc
permlinkre-nikolanikola-re-star-vc-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180409t122601951z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-09 11:59:39
last_update2018-04-09 11:59:39
depth3
children0
last_payout2018-04-16 11:59:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation4,445,845,212,884
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,123,518
net_rshares0
@steembottrackerr ·
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center>
---
<center>Hello @nikolanikola , Congratulations ✅ . Your content began to appear in the hot section.
I am the information account of "SteemBotTracker" site.
</center>
---
<center>
Your Informations
Total SBD: 4.342
Total STEEM: 0.116
</center>
---
<center>
I recommend to increase this;
You can make "Resteem" and advertise to the followers of the whale accounts.
"Resteem Bot" for you;
✅ The most profitable Resteem Whale @hottopic  has 18.500 Followers + 5200 Sp + Upvote with min +45 accounts. 
</center>
---
<center>
You can purchase "upvote" by bid bots.
"Upvote Bot"
✅ The most profitable whale in the last round. @postpromoter
</center>
---
<center>
I'm taking this message once. You need to use the #steembottrackerr tag for more information.
Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person.
I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you.
</center>
properties (22)
authorsteembottrackerr
permlink20180420t040147294z
categoryscience
json_metadata{"tags":["advice"],"app":"steemjs/test"}
created2018-04-20 04:01:54
last_update2018-04-20 04:01:54
depth1
children0
last_payout2018-04-27 04:01:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,139
author_reputation-1,493,369,324,060
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,049,907
net_rshares0
@steemitboard ·
Congratulations @nikolanikola! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/comments.png)](http://steemitboard.com/@nikolanikola) Award for the number of comments

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!

Do not miss the [last announcement](https://steemit.com/easter/@steemitboard/celebrate-easter-with-steemitboard-the-eggs-opened-and-guess-what-popped-out) from @steemitboard!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nikolanikola-20180408t183941000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-04-08 18:39:39
last_update2018-04-08 18:39:39
depth1
children0
last_payout2018-04-15 18:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length863
author_reputation38,975,615,169,260
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,012,610
net_rshares0
@stem-explorers ·
Great post, you rally gave me some insights how those robots work.
P.S. Lijepo je vidjeti da ima još ljudi na steemit s "našeg područja" :)
properties (22)
authorstem-explorers
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t072941640z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 07:29:48
last_update2018-04-08 07:29:48
depth1
children1
last_payout2018-04-15 07:29:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation22,973,660,878
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,931,551
net_rshares0
@nikolanikola ·
Thanks!

Moramo da radimo i malo na popularizaciji stimita kod nas :)
👍  
properties (23)
authornikolanikola
permlinkre-stem-explorers-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t115020910z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 11:50:21
last_update2018-04-08 11:50:21
depth2
children0
last_payout2018-04-15 11:50:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,959,141
net_rshares602,681,276
author_curate_reward""
vote details (1)
@tasjun ·
Bravo, Nikola! Ja studiram informatiku na Matematickom fakultetu i uvek mi je bilo zao sto od svih oblasti informatike najmanje ucimo o robotici, po mom misljenju jednoj od zanimljivijih i perspektivnijih oblasti. Odlican projekat, zaista!
properties (22)
authortasjun
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t222120777z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-07 22:21:21
last_update2018-04-07 22:21:21
depth1
children1
last_payout2018-04-14 22:21:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length239
author_reputation235,305,984,020
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,884,970
net_rshares0
@nikolanikola ·
Hvala Tamara :) Robotika je jedno vreme stagnirala malo i zbog "nerazvijenosti" softverskog dela, ali kako su danas VI i masinsko ucenje u ekspanziji, to je odlicna podloga da se krene i sa daljim razvijanjem robotike. Mislim da njeno vreme tek dolazi.
properties (22)
authornikolanikola
permlinkre-tasjun-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t112533328z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 11:25:33
last_update2018-04-08 11:25:33
depth2
children0
last_payout2018-04-15 11:25:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,956,423
net_rshares0
@temitayo-pelumi ·
This is a well design project @nikolanikola.

But how does the robot know the object to follow?
properties (22)
authortemitayo-pelumi
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t082511796z
categoryscience
json_metadata{"tags":["science"],"users":["nikolanikola"],"app":"steemit/0.1"}
created2018-04-08 08:25:15
last_update2018-04-08 08:25:15
depth1
children1
last_payout2018-04-15 08:25:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation3,862,857,831,871
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,937,424
net_rshares0
@nikolanikola ·
Did you mean which one object to follow ? Well initial assumption was that there is only one moving object in the environment.
properties (22)
authornikolanikola
permlinkre-temitayo-pelumi-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180408t112804772z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-08 11:28:06
last_update2018-04-08 11:28:06
depth2
children0
last_payout2018-04-15 11:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,956,710
net_rshares0
@vildanasuta ·
Super!
properties (22)
authorvildanasuta
permlinkre-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t151110843z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-07 15:11:12
last_update2018-04-07 15:11:12
depth1
children1
last_payout2018-04-14 15:11:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation180,020,023,545
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,835,221
net_rshares0
@nikolanikola ·
Hvala :)
properties (22)
authornikolanikola
permlinkre-vildanasuta-re-nikolanikola-my-college-work-i-programmed-this-little-robot-to-follow-me-video-20180407t151923164z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-04-07 15:19:24
last_update2018-04-07 15:19:24
depth2
children0
last_payout2018-04-14 15:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation50,408,814,127,998
root_title"My college work – I Programmed This Little Robot To Follow Me (VIDEO)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,836,469
net_rshares0