Skip to content

Configuration and copying of libraries to NAO robot

Maksym Figat edited this page Jun 24, 2015 · 10 revisions

Send installed ros dependent and independent libraries

Run script send_packages_nao.sh to send libraries to Nao robot. Script uses rsync mechanism. It creates on NAo the following structure:

  • ws_ros/install_isolated - ROS core installed
  • ws_ros_additional_packages/install_isolated - ROS dependent/independent packages and labraries installed
  • scripts - scripts for Nao

Script sends all archived files to NAO robot with a given ip address. Files will be copied to /home/nao/ folder.

  • usage: bash vm_send_ros_libraries_to_nao.sh NAO_IP_ADDRESS
    • NAO_IP_ADDRESS - ip address of Nao robot
# Invoke on VM
vm_send_ros_libraries_to_nao.sh.sh <NAO_IP_ADDRESS>
Clone this wiki locally