Repository for developers. It mainly contains standard tests to assess that the current version of DQ Robotics is working correctly.
- Install Ubuntu 20.04
- Run
sudo apt update
sudo apt upgrade -y
sudo apt install git
- Install MATLAB
Matlab
Optimization Toolbox
- Add your MATLAB binary to your PATH. (e.g. ~/MATLAB/R2021a/bin)
echo "export PATH=$PATH:YOUR_MATLAB_PATH" >> ~/.bashrc
source ~/.bashrc
- Configure your GithubActions runner using the github interface.
- Add the label
MATLAB
to your runner using the github interface.
(Quoted from Github Docs)
- Navigate to the main page of the organization or repository where your self-hosted runner group is registered.
- Click ⚙️ Settings.
- In the left sidebar, click Actions.
- Click Runners.
- In the list of runners, click the runner you'd like to configure.
- In the "Labels" section, click ⚙️
- In the "Find or create a label" field, type
MATLAB
and click Create new label. The custom label is created and assigned to the self-hosted runner.
- Rejoice.