Skip to content

Python controlled robot (Uarm simulated in VRep) that performs simple actions sent by Teleor. Perceptions and actions are sent and received using Pedro.

Notifications You must be signed in to change notification settings

Paolettinic/Uarm_singolo

Repository files navigation

Teleor single arm example

Python controlled robot (Uarm simulated in VRep) that performs simple actions sent by Teleor. Perceptions and actions are sent and received using Pedro.

Requirements

Starting the simulation

  • Open a terminal and run:

    pedro -L stdout
    

    to start Pedro server.

  • Start the simulation in Vrep

  • In another terminal run:

    python3 robot_interface.py
    
  • In another terminal move to AI directory:

    cd [path-to-project]/Uarm-singolo/AI
    

    then:

    teleor -Acontroller
    

    to start the interpreter, registering an agent called 'controller'

  • In the interpreter:

    [dismantle].
    go().
    

About

Python controlled robot (Uarm simulated in VRep) that performs simple actions sent by Teleor. Perceptions and actions are sent and received using Pedro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages