_images/tiagopro-icon.png _images/kangaroo-icon.png _images/tiago-icon.png _images/ari-icon.png _images/talos-icon.png _images/mobile-bases-icon.png

πŸ“œ Developing applications#

Overview#

There are many ways to program new behaviours on PAL’s robots:

  • no-code behaviours creation let you design simple presentations and interaction without write any code. Learn more here.

  • You can also program behaviours with Python or C++. PAL’s robots comes with a simple tool to generate behaviour skeletons that you can adjust to your needs. Learn more here.

  • PAL’s robots is entirely based on the open-source ROS framework. If you are familiar with ROS, you might want to directly check ros-development.

General documentation#

Tutorials#

How-to#

FAQ#

References#

The ros-development page gives access to the full ROS API reference.