mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
remove alim
This commit is contained in:
@@ -57,7 +57,6 @@ def generate_launch_description():
|
||||
return [
|
||||
Node(package='modelec_com', executable='serial_listener', name='serial_listener'),
|
||||
Node(package='modelec_com', executable='pcb_odo_interface', name='pcb_odo_interface'),
|
||||
Node(package='modelec_com', executable='pcb_alim_interface', name='pcb_alim_interface'),
|
||||
Node(package='modelec_com', executable='pcb_action_interface', name='pcb_action_interface'),
|
||||
]
|
||||
return []
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="", ATTRS{idProduct}=="", NAME="USB_ALIM", SYMLINK="ttyUSB_ALIM"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="", ATTRS{idProduct}=="", NAME="USB_ODO", SYMLINK="ttyUSB_ODO"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="", ATTRS{idProduct}=="", NAME="USB_ACTION", SYMLINK="ttyUSB_ACTION"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="1d6b", ATTRS{idProduct}=="0002", NAME="USB_ACTION", SYMLINK="ttyUSB_ACTION"
|
||||
|
||||
Reference in New Issue
Block a user