Linux tools: Difference between revisions

From Rsewiki
(Created page with "Back to Robobot == Software packages == Install the following paxkages on the Raspberry to get, run and maintain the Robobot software sudo apt install subversion #...")
 
Line 18: Line 18:
* python3-serial
* python3-serial
* python3-scipy
* python3-scipy
* pyqt5-dev
* pyqt5-dev-tools
* pyqt5-dev-tools


  sudo apt install python3-pyqtgraph python3-numpy python3-serial python3-scipy pyqt5-dev-tools
  sudo apt install python3-pyqtgraph python3-numpy python3-serial python3-scipy pyqt5-dev pyqt5-dev-tools

Revision as of 09:01, 15 June 2021

Back to Robobot


Software packages

Install the following paxkages on the Raspberry to get, run and maintain the Robobot software

sudo apt install subversion    # to get the source code
sudo apt install cmake         # to be able co create Makefiles from a specification 
sudo apt install libopencv-dev # vision library
sudo apt install htpdate       # set data on DTU net
sudo apt install subversion cmake libopencv-dev htpdate

Additional python packages used

  • python3-pyqtgraph
  • python3-numpy
  • python3-serial
  • python3-scipy
  • pyqt5-dev
  • pyqt5-dev-tools
sudo apt install python3-pyqtgraph python3-numpy python3-serial python3-scipy pyqt5-dev pyqt5-dev-tools