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 Developing with ROS.
General documentation#
Tutorials#
How-to#
FAQ#
References#
The Developing with ROS page gives access to the full ROS API reference.