problems with communicating kvh gyro

asked 2018-05-10 20:49:48 -0500

frodyteen gravatar image

updated 2018-05-11 19:21:37 -0500

I am working with ubuntu 14.04 and indigo, and I am trying to communicate with the kvh dsp3000 gyro. Downloaded the packages from the github source. compiles and builds successfully. Now, after I plugged in the gyro to the robot computer, I checked that there is a /dev/clearpath/fog path in my system. Then, I ran roslaunch kvh dsp3000.launch and it gave me the following error.

~/catkin_ws$ roslaunch kvh dsp3000.launch 
... logging to /home/administrator/.ros/log/3a32e428-5579-11e8-b31d-c986401ef8c9/roslaunch-dhcp-59-208-2780.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://dhcp-59-208:55395/

SUMMARY
========

PARAMETERS
 * /dsp3000/port: /dev/clearpath/fog
 * /rosdistro: indigo
 * /rosversion: 1.11.13

NODES
  /
    dsp3000 (kvh/dsp3000)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[dsp3000-1]: started with pid [2798]
[ERROR] [1526084024.469802151]: buffer filled without end of line being found (in SerialPort::readLine)

Does anyone know what this means and how I can resolve this?

edit retag flag offensive close merge delete

Comments

Please don't use an image to display text. Images are not searchable and people cannot copy and paste the text from the image. Please update your question with a copy and paste of the error instead. Please see http://wiki.ros.org/Support#Do

jayess gravatar image jayess  ( 2018-05-11 00:56:17 -0500 )edit

Got it!!!!!

frodyteen gravatar image frodyteen  ( 2018-05-11 02:55:05 -0500 )edit

Just to exclude a problem with the actual hw: can you communicate with the device with any of the mfg's software (if they provide you with anyhing, of course)?

gvdhoorn gravatar image gvdhoorn  ( 2018-05-12 03:09:58 -0500 )edit

I will look more into if they have mfg software. I also opened an issue on the kvh github site.

frodyteen gravatar image frodyteen  ( 2018-05-12 03:19:55 -0500 )edit

I'm assuming that the manufacturer of your device (ie: dsp-3000) provides you with a manual and some software to configure the device (a Windows program typically). At least, that is what I typically get when I buy some hw from a manufacturer. Using that software is always a good first check ..

gvdhoorn gravatar image gvdhoorn  ( 2018-05-12 03:22:30 -0500 )edit

.. to make sure your hardware is at least functioning. If the mfg's software also cannot communicate with your device, then you might have other problems (ie: broken device, cable, connector or port). It's just a way to move forward with your diagnosis.

gvdhoorn gravatar image gvdhoorn  ( 2018-05-12 03:23:24 -0500 )edit

I am gonna try to update the port one more time

how do you determine to what port the device is connected?

gvdhoorn gravatar image gvdhoorn  ( 2018-05-12 03:23:57 -0500 )edit
1

also, I opened an issue on the kvh github site

this is called cross-posting, and is not too nice: at best it leads to split discussions, but typically leads to duplication (and thus waste) of effort.

gvdhoorn gravatar image gvdhoorn  ( 2018-05-12 03:25:41 -0500 )edit