Skip to content

Structure of directories on Nao robot

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

Home | Previous | Next


The /home/nao directory on Nao robot should contain the following basic directories:

  • ws_ros
  • ws_ros_additional_packages
  • ws_rapp_nao
  • ws_rapp_applications_nao
  • scripts

ws_ros

Workspace with compiled ROS core packages. In ~ws_ros/install_isolated you can find compiled ROS core packages.

ws_ros_additional_packages

Workspace with compiled additional ROS packages and external libraries. You can find compiled additional ROS packages in ~/ws_ros_additional_packages/install_isolated folder.

ws_rapp_nao

Workspace with compiled core agent packages downloaded from github repository rapp-robot-nao. You can find compiled core agent packages in ~/ws_rapp_nao/install_isolated folder.

ws_rapp_applications_nao

Workspace where downloaded hz packages will be extracted. Compiled dynamic agent packages will be held in ~/ws_rapp_applications_nao/install_isolated folder.

scripts

Contain useful scripts.


Home | Previous | Next

Clone this wiki locally