Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
LidarLite
Commits
b00933de
Commit
b00933de
authored
Aug 29, 2019
by
Alejandro Lopez Gestoso
Browse files
Removed udev rule (comm unbind script)
parent
d39bea91
Changes
2
Hide whitespace changes
Inline
Side-by-side
99-lidar_lite.rules
deleted
100644 → 0
View file @
d39bea91
SUBSYSTEM=="usb|usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", RUN+="/bin/sh -c 'echo $kernel > /sys/bus/usb/drivers/ftdi_sio/unbind'"
SUBSYSTEM=="usb|usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666"
\ No newline at end of file
src/CMakeLists.txt
View file @
b00933de
...
@@ -46,7 +46,6 @@ INSTALL(TARGETS lidar_lite
...
@@ -46,7 +46,6 @@ INSTALL(TARGETS lidar_lite
)
)
INSTALL
(
FILES
${
headers
}
DESTINATION include/iridrivers/
${
PROJECT_NAME
}
)
INSTALL
(
FILES
${
headers
}
DESTINATION include/iridrivers/
${
PROJECT_NAME
}
)
INSTALL
(
FILES ../Findlidar_lite.cmake DESTINATION
${
CMAKE_ROOT
}
/Modules/
)
INSTALL
(
FILES ../Findlidar_lite.cmake DESTINATION
${
CMAKE_ROOT
}
/Modules/
)
INSTALL
(
FILES ../99-lidar_lite.rules DESTINATION /etc/udev/rules.d/
)
# Restart UDEV to account for new rules.d
# Restart UDEV to account for new rules.d
INSTALL
(
CODE
"execute_process(COMMAND sudo service udev restart)"
)
INSTALL
(
CODE
"execute_process(COMMAND sudo service udev restart)"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment