This list is closed, nobody may subscribe to it.
| 2010 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: dibyendu g. <dib...@gm...> - 2013-08-09 06:45:25
|
Dear all, I have VN-200, How should i get yaw pitch and roll and XYZ* without using INS solution*? I am going to use it in underground where *GPS will not work.* please reply if anyone have some experience regarding on it. |
|
From: Mark M. <ma...@co...> - 2013-03-27 20:43:15
|
This library was only designed to work with the Vn-100. You should check out the official vectornav library for Vn-200 support -mark Sent from a mobile device. Please excuse any grammar/spelling mistakes. On 2013-03-27, at 19:26, dibyendu ghosh <dib...@gm...> wrote: > I am using VN200, can you please tell me how can i get yaw pitch and roll data without using GPS > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > vnsupport-users mailing list > vns...@li... > https://lists.sourceforge.net/lists/listinfo/vnsupport-users |
|
From: dibyendu g. <dib...@gm...> - 2013-03-27 18:26:28
|
I am using VN200, can you please tell me how can i get yaw pitch and roll data without using GPS |
|
From: Mark M. <mc...@sf...> - 2013-03-18 16:36:14
|
Yes, this library seems to have outlived it's use now. I haven't had a vn-100 in over a year, so this project became unmaintained. -Mark On 2013-03-18, at 2:19 PM, "Cole, Matt" <mc...@ne...> wrote: > Don’t use that library. Use the C++ library at http://www.vectornav.com/support/downloads, it works for Linux and Windows. > > > From: dibyendu ghosh [mailto:dib...@gm...] > Sent: Monday, March 18, 2013 2:01 AM > To: vns...@li... > Subject: [Vnsupport-users] need help > > dear sir, > I have compiled vnsupport in ubuntu 12.04 64bit > when i am going to compile make vntest i am getting following error plz help > make vntest > gcc -fPIC -L. -lvnsupport vntest.c -o vntest > /tmp/ccpRYnxF.o: In function `main': > vntest.c:(.text+0x55): undefined reference to `VNS_UART_initDevice' > vntest.c:(.text+0xf6): undefined reference to `VNS_UART_setSleepDelay' > vntest.c:(.text+0x112): undefined reference to `VNS_UART_getAsyncOutputType' > vntest.c:(.text+0x139): undefined reference to `VNS_UART_setAsyncOutputType' > vntest.c:(.text+0x178): undefined reference to `VNS_UART_VNStrerror' > vntest.c:(.text+0x1be): undefined reference to `VNS_UART_tareDevice' > vntest.c:(.text+0x20a): undefined reference to `VNS_UART_getBaudrate' > vntest.c:(.text+0x22c): undefined reference to `VNS_UART_getAsyncOutputFrequency' > vntest.c:(.text+0x253): undefined reference to `VNS_UART_setAsyncOutputFrequency' > vntest.c:(.text+0x292): undefined reference to `VNS_UART_VNStrerror' > vntest.c:(.text+0x2cc): undefined reference to `VNS_UART_getAsyncOutputFrequency' > vntest.c:(.text+0x2f3): undefined reference to `VNS_UART_setAsyncOutputType' > vntest.c:(.text+0x332): undefined reference to `VNS_UART_VNStrerror' > vntest.c:(.text+0x37f): undefined reference to `VNS_UART_setAsyncOutputType' > vntest.c:(.text+0x38e): undefined reference to `VNS_UART_getAsyncOutputType' > vntest.c:(.text+0x3bc): undefined reference to `VNS_UART_asynchronousCapture' > vntest.c:(.text+0x54c): undefined reference to `VNS_UART_shutdown' > collect2: error: ld returned 1 exit status > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar_______________________________________________ > vnsupport-users mailing list > vns...@li... > https://lists.sourceforge.net/lists/listinfo/vnsupport-users |
|
From: Cole, M. <mc...@ne...> - 2013-03-18 13:32:03
|
Don't use that library. Use the C++ library at http://www.vectornav.com/support/downloads, it works for Linux and Windows. From: dibyendu ghosh [mailto:dib...@gm...] Sent: Monday, March 18, 2013 2:01 AM To: vns...@li... Subject: [Vnsupport-users] need help dear sir, I have compiled vnsupport in ubuntu 12.04 64bit when i am going to compile make vntest i am getting following error plz help make vntest gcc -fPIC -L. -lvnsupport vntest.c -o vntest /tmp/ccpRYnxF.o: In function `main': vntest.c:(.text+0x55): undefined reference to `VNS_UART_initDevice' vntest.c:(.text+0xf6): undefined reference to `VNS_UART_setSleepDelay' vntest.c:(.text+0x112): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x139): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x178): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x1be): undefined reference to `VNS_UART_tareDevice' vntest.c:(.text+0x20a): undefined reference to `VNS_UART_getBaudrate' vntest.c:(.text+0x22c): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x253): undefined reference to `VNS_UART_setAsyncOutputFrequency' vntest.c:(.text+0x292): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x2cc): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x2f3): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x332): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x37f): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x38e): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x3bc): undefined reference to `VNS_UART_asynchronousCapture' vntest.c:(.text+0x54c): undefined reference to `VNS_UART_shutdown' collect2: error: ld returned 1 exit status |
|
From: dibyendu g. <dib...@gm...> - 2013-03-18 06:01:02
|
dear sir, I have compiled vnsupport in ubuntu 12.04 64bit when i am going to compile make vntest i am getting following error plz help make vntest gcc -fPIC -L. -lvnsupport vntest.c -o vntest /tmp/ccpRYnxF.o: In function `main': vntest.c:(.text+0x55): undefined reference to `VNS_UART_initDevice' vntest.c:(.text+0xf6): undefined reference to `VNS_UART_setSleepDelay' vntest.c:(.text+0x112): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x139): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x178): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x1be): undefined reference to `VNS_UART_tareDevice' vntest.c:(.text+0x20a): undefined reference to `VNS_UART_getBaudrate' vntest.c:(.text+0x22c): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x253): undefined reference to `VNS_UART_setAsyncOutputFrequency' vntest.c:(.text+0x292): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x2cc): undefined reference to `VNS_UART_getAsyncOutputFrequency' vntest.c:(.text+0x2f3): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x332): undefined reference to `VNS_UART_VNStrerror' vntest.c:(.text+0x37f): undefined reference to `VNS_UART_setAsyncOutputType' vntest.c:(.text+0x38e): undefined reference to `VNS_UART_getAsyncOutputType' vntest.c:(.text+0x3bc): undefined reference to `VNS_UART_asynchronousCapture' vntest.c:(.text+0x54c): undefined reference to `VNS_UART_shutdown' collect2: error: ld returned 1 exit status |
|
From: Cole, M. <mc...@ne...> - 2011-10-25 14:11:06
|
I've compile the test program on Debian Lenny and Ubuntu 10.4. Similarly to a previous user in both cases when I try to run the program I get Asynchronous Output Type is currently: -1 Failed to set the output type Error is: VNSupport: Error In Communicating With Device This is with the VN100 Rugged. Is there something I need to setup specially? Thanks, Matt |
|
From: Gabriel .. <gab...@gm...> - 2011-02-23 06:11:34
|
Dear All I am using vn-100 evaluation kit and interfacing it with labview. I want to determine displacements x, y and z and for this purpose i have use acceleration data and apply double integration but results are not meaning ful. I have contacted vector nav support but still waiting for their reply. can anyone help? one more problem is that when using kit with matlab i successfuly write and read the registers to change output data type but when i use it with labview it doesn't change data type until i first run the sensor explorer and change data type there. waiting for positive response regards Gabriel |
|
From: Aisaku P. <ai...@ai...> - 2010-04-03 19:00:33
|
Hello, I am trying to use the test program and the support files that you provided to use a pull data from a vectornav dev kit setup to a netbook running Ububtu 9.10 32-bit. When I run the test program after compiling with make as: >>$ make vntest >>$ ./vntest /dev/ttyUSB0 The output of the program is: >> Asynchronous output type is: -1 >>Failed to set output type >>Error is: VNSupport: Error in Communicating with device I can reach the device using GTKterm (set to spit out YPR measurements) @ 115200 baud rate. If I comment out the attempt to change the output type, the program errors out with -1 codes on the next operation as well. I think this is most likely a device setup issue, but I have no idea what the setting is or how to fix it. Ideas? Thanks, Aisaku |
|
From: Mark M. <ma...@co...> - 2010-03-11 17:23:03
|
Just testing the mailing list to see if my server has been removed from the spammers list. -Mark |
|
From: Mark M. <mc...@sf...> - 2010-03-11 00:02:22
|
testing to see if the mailist works -Mark |
|
From: Mark M. <mc...@sf...> - 2010-03-10 23:53:55
|
Vnsupport 0.1.1 will be released soon. This is a test email. For some reason sourceforge is blocking my emails from @cocoanut.org -mark |