Changes between Version 42 and Version 43 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Apr 13, 2022, 1:16:33 PM (2 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v42 v43  
    1010Remember that Python usage in Pepper robots is limited to Python 2 and old versions of packages. It is possible to install some (small) Python packages via `pip --user` to `/home/nao` but the space is limited.
    1111
    12 If you want to test without the real robot, you can run the Python code (in or outside Choregraphe) using the virtual robot - see [wiki:en/ProgrammingRobotsCourse/GettingWwwInfo#Testingaservicewithvirtualrobot below].
     12If you want to test without the real robot, you can run the Python 2 code (in or outside Choregraphe) using the virtual robot - see [wiki:en/ProgrammingRobotsCourse/GettingWwwInfo#Testingaservicewithvirtualrobot below].
    1313
    1414=== Use API
     
    175175  {{{
    176176cd ~/pepper/tweety-service/app
    177 python scripts/tweetyservice.py --qi-url localhost:34121
     177python2 scripts/tweetyservice.py --qi-url localhost:34121
    178178}}}
    179179  The output should look like: