Nao: Difference between revisions

From Intelligent Materials and Systems Lab

No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 4: Line 4:


Our goal is to prepare the Naos for [http://www.robocup.org/robocup-soccer/standard-platform/ Robocup Standard Platform] competition. But, whether or not we are able to succeed, we will make an effort to learn as much as possible through making the Naos do something useful and pleasant.
Our goal is to prepare the Naos for [http://www.robocup.org/robocup-soccer/standard-platform/ Robocup Standard Platform] competition. But, whether or not we are able to succeed, we will make an effort to learn as much as possible through making the Naos do something useful and pleasant.
== Our solutions to some important problems ==
*[[Nao_segmentation|Image segmentation and blob detection]]
*[[Nao_line_detection|Line detection]]
*[[Getting-real-world-coordinates-from-image-frame|Getting real world coordinates from the image]]
*[[Nao_localization|Localization]]


== How To ==
== How To ==
Developing software for Nao is full of challanges. Here we have some tutorials/instructions that might help you get started with the basic things.<br>
Developing software for Nao is full of challanges. Here we have some tutorials/instructions that might help you get started with the basic things.<br>


[[Setup_Nao|How to start?]]
*[[Setup_Nao | How to start with Nao?]]
 
*[http://www.aldebaran-robotics.com/documentation/nao/upgrade.html Upgrade Nao - link to Aldebaran guide.]
 
*[[Start_learning_robotics | How to start learning robotics?]]
 
*[[Nao_Module | How to build a module?]]
 
*[[Nao_Keyboard_Control_Python | How to use keyboard to walk Nao around?]]


[[Start_learning_robotics|How to start learning robotics?]]
*[[Coping_with_Linux | How to cope with linux?]]


[[Nao_Module|How to build a module?]]
*[[Set_up_Opencv | How to set up OpenCV?]]


==What problems have we faced?==
==What problems have we faced?==
Line 23: Line 38:
It is also useful to know that Aldebaran has made a list of function which have been changed [http://www.aldebaran-robotics.com/documentation/dev/cpp/tutos/porting_to_1.12.html].<br><br>
It is also useful to know that Aldebaran has made a list of function which have been changed [http://www.aldebaran-robotics.com/documentation/dev/cpp/tutos/porting_to_1.12.html].<br><br>


===N.B.===
<b>N.B</b><br>
When updating Naos, don't forget updating the SDK, cross-toolchain, qibuild etc. If you do, you might encounter some errors that are really hard to interpret. One of such errors occoured when a module was built using the old version of Atom-cross-toolchain. When Naoqi tried loading the module, it gave:<br>
When updating Naos, don't forget updating the SDK, cross-toolchain, qibuild etc. If you do, you might encounter some errors that are really hard to interpret. One of such errors occoured when a module was built using the old version of Atom-cross-toolchain. When Naoqi tried loading the module, it gave:<br>
<code>libboost_signals-mt-1_45.so.1.45.0: cannot open shared object file: No such file or directory</code><br><br>
<code>libboost_signals-mt-1_45.so.1.45.0: cannot open shared object file: No such file or directory</code><br><br>
Line 29: Line 44:
==="Hidden" files in users.aldebaran-robotics.com===
==="Hidden" files in users.aldebaran-robotics.com===
Getting state of art software for nao you can visit [http://users.aldebaran-robotics.com/ http://users.aldebaran-robotics.com/]. Login. Go Software > Download > All Downloads > Navigate there (all software isn't on the front page!).
Getting state of art software for nao you can visit [http://users.aldebaran-robotics.com/ http://users.aldebaran-robotics.com/]. Login. Go Software > Download > All Downloads > Navigate there (all software isn't on the front page!).
===UTNAOtool misbehaviors===
Issues:
* Nao load up doesn't load everything correctly - have to make a Naoqi restart everything to be loaded correctly.
* Tool crashes on many uses. eg: Generate color table,

Latest revision as of 20:52, 15 August 2013

Summary

We are a team of people who are interested in robotics, software part of robotics to be more precise. After Robotex 2012 competition we wanted to do something cool and challenging, so we ended up playing around with 4 Nao robots who just waited to be found :)

Our goal is to prepare the Naos for Robocup Standard Platform competition. But, whether or not we are able to succeed, we will make an effort to learn as much as possible through making the Naos do something useful and pleasant.


Our solutions to some important problems

How To

Developing software for Nao is full of challanges. Here we have some tutorials/instructions that might help you get started with the basic things.

What problems have we faced?

Beginnings "Big Unknown"

As you are reading this you are on the right direction:) We found also useful to read other users' tutorials especially wiki from Robotics Group of the University of León.

Version differences

We started with Naos having version 1.12 everything and started learning from the default reference of SDK 1.14. We noticed it but didn't think that it would make a lot of difference... Wrong! Aldebaran is very actively advancing it's software. We had many problems with modules not existing on Nao etc and overall have spent a lot of time on it. So update and work with the newest and the coolest modules, or go to API 1.12 reference to avoid some frustration. A good tutorial is here.

It is also useful to know that Aldebaran has made a list of function which have been changed [1].

N.B
When updating Naos, don't forget updating the SDK, cross-toolchain, qibuild etc. If you do, you might encounter some errors that are really hard to interpret. One of such errors occoured when a module was built using the old version of Atom-cross-toolchain. When Naoqi tried loading the module, it gave:
libboost_signals-mt-1_45.so.1.45.0: cannot open shared object file: No such file or directory

"Hidden" files in users.aldebaran-robotics.com

Getting state of art software for nao you can visit http://users.aldebaran-robotics.com/. Login. Go Software > Download > All Downloads > Navigate there (all software isn't on the front page!).


UTNAOtool misbehaviors

Issues:

  • Nao load up doesn't load everything correctly - have to make a Naoqi restart everything to be loaded correctly.
  • Tool crashes on many uses. eg: Generate color table,