Skip to content

initial changes to robot.py. get view matrix from camera obj, get par… #6

initial changes to robot.py. get view matrix from camera obj, get par…

initial changes to robot.py. get view matrix from camera obj, get par… #6

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"