Skip to content

Commit

Permalink
trying to reproduce the exception
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbie committed Jun 15, 2024
1 parent 8d786f2 commit d11b4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PiCar-X/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ in their <em>tests</em> folders.

```console
# CLUTCHGEAR DRIVER (Steering)
docker run --rm --name test -v /sys/class/gpio:/sys/class/gpio -v /dev/i2c-0:/dev/i2c-0 --privileged -it picarx/drivers/clutchgear:latest /bin/bash -c "source ./devel/picarx_clutchgear_driver/setup.bash
docker run --rm --name test -v /sys/class/gpio:/sys/class/gpio -v /dev/i2c-0:/dev/i2c-0 --privileged -it abarbie/picarx-clutchgear-emulator:${TAG} /bin/bash -c "source ./devel/picarx_clutchgear_driver/setup.bash
&& rostest picarx_clutchgear_driver integration_tests.test""

# DC MOTOR DRIVER
docker run --rm --name test -v /sys/class/gpio:/sys/class/gpio -v /dev/i2c-0:/dev/i2c-0 --privileged -it picarx/drivers/dcmotor:latest /bin/bash -c "source ./devel/picarx_dcmotor_driver/setup.bash && rostest picarx_dcmotor_driver integration_tests.test"
docker run --rm --name test -v /sys/class/gpio:/sys/class/gpio -v /dev/i2c-0:/dev/i2c-0 --privileged -it abarbie/picarx-dcmotor-driver:${TAG} /bin/bash -c "source ./devel/picarx_dcmotor_driver/setup.bash && rostest picarx_dcmotor_driver integration_tests.test"
```

# Build new Windows WSL2 Kernel
Expand Down

0 comments on commit d11b4d4

Please sign in to comment.