FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
10-21-2024 11:26 PM
setting a new enviroment for SDK 2.6. i am having this error when executing the script.
ctrlx-automation-sdk/scripts/install-ctrlx-datalayer.sh ctrlx-automation-sdk/deb
any suggestions will be appreciated
Solved! Go to Solution.
10-22-2024 12:18 PM
If you are missing the ctrlx-datalayer-xxx.deb package, you can find it here: https://github.com/boschrexroth/ctrlx-automation-sdk/releases. Be sure to choose the version matching your SDK release.
Note that VS Code plays nice with drag and drop.
10-22-2024 03:11 PM
Thanks. as a reference I needed to create deb folder and manually copy the package.
3 weeks ago
If you place the file manually in the /deb directory, you also have to execute "dpkg-scanpackages -m . >Packages".
This will generate Package information in the folder which is needed by apt. Otherwise creating a snap can fail.