Robobot base software installation: Difference between revisions

From Rsewiki
(Created page with "Back to Robobot B ==Robobot base software== To make the initial copy from the repository cd cd svn svn checkout svn://repos.gbar.dtu.dk/jcan/robobot To update with ...")
 
Line 3: Line 3:
==Robobot base software==
==Robobot base software==


To make the initial copy from the repository
To make the initial copy from the repository (Linux)


  cd
  cd
Line 14: Line 14:
  cd svn/robobot
  cd svn/robobot
  svn update
  svn update
If you want to see the source code on other platforms, the repository is open for reading.


==Teensy==
==Teensy==


Software tool chain installation
Software tool chain installation

Revision as of 11:27, 22 December 2023

Back to Robobot B

Robobot base software

To make the initial copy from the repository (Linux)

cd
cd svn
svn checkout svn://repos.gbar.dtu.dk/jcan/robobot

To update with a new version

cd
cd svn/robobot
svn update

If you want to see the source code on other platforms, the repository is open for reading.

Teensy

Software tool chain installation