We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add following contents to /etc/udev/rules.d/99-aerial-robot-dev.rules
/etc/udev/rules.d/99-aerial-robot-dev.rules
KERNEL=="ttyUSB*", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{serial}=="DM00QPFU", SYMLINK+="flight_controller" ACTION=="add", SUBSYSTEM=="usb-serial", DRIVER=="ftdi_sio", ATTR{latency_timer}="1" KERNEL=="ttyUSB*", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="A104US0G", SYMLINK+="leddarone"
The text was updated successfully, but these errors were encountered:
@fanshi14
In case that have permission denied issue in camera (i.e. /dev/video0)
/dev/video0
Please add following contents to /etc/udev/rules.d/99-usb-cam-dev.rules
/etc/udev/rules.d/99-usb-cam-dev.rules
SUBSYSTEM=="video4linux", MODE="0666"
Sorry, something went wrong.
No branches or pull requests
add following contents to
/etc/udev/rules.d/99-aerial-robot-dev.rules
The text was updated successfully, but these errors were encountered: