Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One physical robot is composed out of multiple ‘SIC devices’. On a Pepper for example, the robot installer automatically launches a microphone, speaker, robot body, camera and browser device.

Updating the date/time

The time synchronisation on Pepper/Nao robots doesn’t seem to work properly by default. In order to force a manual sync, execute the following commands on the robot itself (i.e. after connecting through SSH):

timedatectl set-ntp 0

timedatectl set-time "$(wget -q -O- time.nist.gov:13 | awk '{print $2,$3}' | grep -v "^ *$" | (read t; date "+%Y-%m-%d %H:%M:%S" -d "$t +0000"))"

timedatectl set-ntp 1

All commands possibly ask for the root password, which is ‘root’.