Skip to content

assign joint ids to robot_conf dict. todo: merge with control joints,… #8

assign joint ids to robot_conf dict. todo: merge with control joints,…

assign joint ids to robot_conf dict. todo: merge with control joints,… #8

Workflow file for this run

name: Lint
on: [push, pull_request, pull_request_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --line-length=120"