- Updated pages which close the cycle between the supervisor and the touch pages. Examples of use for both /intent and /user_input topics
- Contributors: raquelros
- [tpl] fix links in generated READMEs
- Contributors: Séverin Lemaignan
- [tpl] en_US->en_GB
- remove chatbot from tpl Will be brought back when the chatbot training/installation story is better
- allow killing all threads on sigint
- Contributors: Luka Juricic, Séverin Lemaignan
- more checks to ensure the app ID is valid
- [python tpl] fix typo in run_app
- [python tpl] by default, auto-start the application use _autostart:=False to prevent auto-starting.
- warn user if no tpl found instead of silently failing
- doc
- added more interesting HTML pages, that also trigger intents
- install template for chatbot and webpages
- more explanation in README
- Contributors: Séverin Lemaignan
- set the version in setup.py from package.xml
- Contributors: Séverin Lemaignan
- compat with jinja2 v2
- Contributors: Séverin Lemaignan
- compat with older jinja2 Older jinja2 does not seem to like the pathlib.Path interface
- fix typo
- Contributors: Séverin Lemaignan
- add missing sub-directory to pkg root
- Contributors: Séverin Lemaignan
- gracefully fail if Intent.msg is not available
- Contributors: Séverin Lemaignan
- remove dependency on ROS libraries
- Contributors: Séverin Lemaignan
- fix default example to work on robot.
- Contributors: Aina Irisarri
- fix pkg deps
- ensure the user select a command
- Contributors: Séverin Lemaignan
- [python tpl] re-architecture to have a single blocking action call, with an action cancel to stop the app
- correctly return the robot name
- {pal_create_app -> pal_app create}
- Contributors: Séverin Lemaignan
- on ARI, generate a simple behaviour when the intent 'ENGAGE_WITH' is detected
- add GPLv3 license + please pypi
- take the target robot as parameter
- [tpl] add 'application' role to package.xml + doc
- generate template for intents handling
- ensure we depend on actionlib and hri_actions_msgs
- retrieve the list of intents from Intent.msg
- add cmake target to package the behaviour as a zip archive
- generate a complete ROS package
- Contributors: Séverin Lemaignan