Skip to content

Structure of RAPP project repositories on github

Maksym Figat edited this page Jun 26, 2015 · 3 revisions

Home | Previous | Next


  • rapp_api - packge that encapsulates rapp_ros_naoqi_wrappings services into functions. Creates libraries containing RAPP functions.
  • rapp_core_agent - package that contains core agent control subsystem
  • rapp_ros_naoqi_wrappings - package that wrapps naoqi libraries and delivers services to rapp_api
  • scripts - scripts that are invoked on Nao, VM and RappStore
  • data - folder with data needed for dynamic agents (e.g. recorded file sound, etc)
  • hz_packages:
    • hz - folder where hz packages will be created
    • template_package - template files needed to create hz package. It contains run script, which will be invoked by core agent after downloading dynamic agent.
    • store_interaction.js - file needed by Nao robot to connect with the Rapp store
  • scripts - scripts needed to generate hz packages
  • src - dynamic agent packages

Home | Previous | Next

Clone this wiki locally