Skip to content

How to capture the exact versions of software running on iCub robot? #450

Answered by traversaro
traversaro asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the question!

First of all, for actual deployment of software on the iCub robot, I suggest the Robot Bazaar, the software infrastructure that uses Docker to deploy easily complex demos on the iCub robot cluster. However, if you are deploying your own software manually on the iCub cluster, to capture exactly the version of the software running on a machine related to the iCub setup (including the icub-head or pc104 system), please see the following guide.

apt packages

If you are using a Debian or Ubuntu machine, you can easily dump the exact version of all the apt packages installed with the following command:

apt list --installed > installed_apt_packages.txt

this will create a…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pattacini
Comment options

@traversaro
Comment options

traversaro Dec 14, 2020
Maintainer Author

@traversaro
Comment options

traversaro Jan 14, 2021
Maintainer Author

@marcoaccame
Comment options

Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants