-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
sweep-ros package not transmitting data on odroid #17
Comments
Hi @jgonzal13, Your likely having issues with the driver for the usb adapter for sweep. ftdi_sio is the driver in the linux kernel as of 3.0.0-19. Can you paste the output of the following with sweep plugged in please:
-Kent |
hi Kent, thanks for responding, I get the following output after plugging in the device and running the commands you mentioned
and then
|
Hi @jgonzal13 , It looks like the adapter got attached to ttyUSB1, have you edited the launch file and replaced the default "/dev/ttyUSB0" with "/dev/ttyUSB1"? -Kent |
Hi Kent, Yes, I made sure to check the port, and then edit the launch file accordingly. As mentioned before, the ROS node runs, but no data gets published on the |
After launching the node, you will not see data for 5-8 seconds depending on the motor speed selected. This time is needed to allow the motor speed to adjust. Just want to check that you're not killing it too soon. |
I am using the default settings that come in the sweep-ros package, I've only changed the device port. |
Have you tried sending some simple commands to the sensor to make sure communication is working yet? You can use minicom or screen to test things out. |
The sensor appears functional since I can see the LiDAR data using the Sweep Visualizer utility on my PC (running Windows). I'm not yet sure about communication on the odroid |
@jgonzal13, how did you get the armv7 (32-bit) working on odroid? did you manage to run the sweep visualiser from scanse? |
do you know if this sensor has been tested with any ARM-based microcontrollers, like Raspberry Pi or odroid? I have an Odroid XU4 (Ubuntu 14.04.4 LTS, Linux 3.10.69) with ROS Indigo (1.11.20), and I recently tried to run the
sweep.launch
file, and it appeared like no errors popped up, but no data was transmitted on thepc2
topic. I made sure to run the commands to build / install the dependencies on the READ me, and also confirmed the sensor was on the correct port. Do you know what the issue could be?The text was updated successfully, but these errors were encountered: