Changes between Version 23 and Version 24 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Mar 16, 2020, 5:11:44 PM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v23 v24  
    4242
    4343== How to integrate info with robot?
     44
     45There are 2 basic options:
     461. use simple dialog variables as input and say the results directly in the Python script
     472. use complex service (=a separate Python class/script) which fully integrates in the Pepper API
     48
     49These options are detailed below.
    4450
    4551=== Dialog variables