Skip to content

KenN7/argos-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

993f2d2 · Jul 11, 2023

History

59 Commits
Jun 30, 2023
Jun 25, 2021
Aug 11, 2021
Feb 14, 2023
Sep 19, 2016
Feb 14, 2023
Jul 6, 2022
May 4, 2022
Jun 25, 2021
Jun 25, 2021
Jun 30, 2023
Jun 30, 2023
Feb 14, 2023
Oct 6, 2021
Jul 11, 2023
Jul 11, 2023
Feb 14, 2023
Feb 14, 2023
Feb 22, 2023
Feb 14, 2023
Jun 30, 2023
Feb 14, 2023

Repository files navigation

argos-python

How to use

copy all files in the plugin folder of argos simulator then build.

Building instructions

You need at least boost, boost-libs, cmake, gcc, python3. Compliling tested on archlinux only.

cd argos-python
cmake .
make

Controller

Now you use the python_controller in your .argos configuration like so :

<python_controller id="whatever" library="/path/to/compiled/libpy_controller_interface.so">

don't forget to also add :

<params script="/path/to/script.py" />

at the end of controller section

python script