Notifications
Clear all

Connecting LIDAR while not disconnecting the Roboclaw

1 Posts
1 Users
0 Reactions
74 Views
Posts: 3
Moderator
Topic starter
(@qiancai)
Member
Joined: 5 months ago

When we first connected the LIDAR to Jetson through USB-A (serial), the motors stopped moving and teleop stopped working because the connection of the LIDAR suspended the connection of the other USBs. The connection activity can be seen by doing the following commands:

ls -l /dev/ttyUSB* /dev/ttyACM* /dev/serial/by-id/ 2>/dev/null
dmesg | tail -n 80

 

The problem is fixed by simply disabling the USB autosuspend on Jetson, by running the following command:

sudo bash -c 'echo -1 > /sys/module/usbcore/parameters/autosuspend'

Share:
Scroll to Top