Robot installation

From Rsewiki
Revision as of 13:49, 9 November 2018 by Jca (talk | contribs) (Created page with "Installation of software on the robot == Linux == Start with a freash ubuntu 18.04 desktop full. === Packages to install === Install: ntp ntpdate openssh-server git ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation of software on the robot

Linux

Start with a freash ubuntu 18.04 desktop full.

Packages to install

Install:

ntp
ntpdate
openssh-server
git

NTP

At DTU, edit /etc/ntp.conf, add ntp.ait.du.dk to server pool

...
# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# more information.
pool ntp.ait.dtu.dk
...

Sync time

ntpdate -u ntp.ait.dtu.dk

Should work in and around DTU

flexbot code

Git repository

ROS