You can subscribe to this list here.
| 2010 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(12) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
(2) |
Mar
|
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
|
| 2013 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(2) |
Jul
(10) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Chris N. <nog...@vt...> - 2014-05-22 21:59:55
|
Hi, I was not able to install the code in Ubuntu 13.04 but adding the following line: *#include <sys/select.h>* to the file called* urg_serial_linux.c *solved my problem. Could you please fix this bug? Thank you. Sincerely, Chris |
|
From: Satofumi K. <sat...@hy...> - 2013-11-23 08:29:40
|
Hi, The reason for this is the result of it is limited by the maximum value. Since the confirmation later, could you wait a little more? -- Satofumi |
|
From: Quentin C. <que...@gm...> - 2013-11-21 18:46:53
|
Here is an extract of my code, running on Linux Mint with an URG-04LX-UG01 :
urg_set_scanning_parameter(urg, urg_rad2step(urg, -PI/2), urg_rad2step(urg,
PI/2)
....
urg_step_min_max(urg, &min, &max);
printf("steps : min : %d, max : %d\n", min, max);
and it produces the output
"steps : min : -2.0XXXX, max = 2.0XXXX"
XXX cause I don't remember the exact output. Anyway, the thing is why isn't
around 1.57 and -1.57?
Thanks !
PS : I hope there are people on that mailing list....
|
|
From: Katsumi K. <k-k...@ho...> - 2013-07-16 07:13:44
|
From: Olzhas Adiyatov <olz...@gm...>
Subject: Re: [Urgwidget-users] liburg is obsolete?
Date: Tue, 16 Jul 2013 09:19:58 +0600
> does the new library provide same set of features? I mean all features
> implemented in liburg is in new one?
I am not the author of the codes, but I suggested to implement
sufficient but minimal features to obtain range data from a sensor. I
do not know much about old library features.
Sample program names show what kind of features are available.
urg_library-1.0.4/samples/
angle_convert_test.c
calculate_xy.c
find_port.c
get_distance.c
get_distance_intensity.c
get_multiecho.c
get_multiecho_intensity.c
ld_setupapi.sh
ld_wsock.sh
open_urg_sensor.c
open_urg_sensor.h
reboot_test.c
sensor_parameter.c
sync_time_stamp.c
timeout_test.c
Actually these are not the library, but sample codes.
The script urg_library-1.0.4/windowsexe/compile.bat
shows how they are compiled and linked.
If you want C++ version, look at forked project URG Network.
URG helper will never be updated.
http://sourceforge.net/projects/urgnetwork/
The other forked project is Satofumi's work which may not be presented
in the net yet.
Regards
--Katsumi
>
> On Tue, Jul 16, 2013 at 7:19 AM, Katsumi Kimoto
> <k-k...@ho...>wrote:
>
>>
>> liburg depends on STL and SDL. Because of this dependency it is
>> sometimes hard to integrate the library to other codes.
>>
>> library is simple and independent. It is easier to understand inside
>> and to be integrated to other codes.
>>
>> --Katsumi Kimoto
>>
>> From: Olzhas Adiyatov <olz...@gm...>
>> Subject: [Urgwidget-users] liburg is obsolete?
>> Date: Mon, 15 Jul 2013 21:56:00 +0600
>>
>> > Dear Developers,
>> >
>> > I wonder if liburg is obsolete? and if yes, why did you decide to code
>> new
>> > library? and what is the difference between liburg and this new library?
>> >
>> > --
>> > Kind regards,
>> > Olzhas Adiyatov
>> > email: olz...@gm...
>>
>
>
>
> --
> Kind regards,
> Olzhas Adiyatov
> email: olz...@gm...
|
|
From: Olzhas A. <olz...@gm...> - 2013-07-16 03:20:04
|
does the new library provide same set of features? I mean all features implemented in liburg is in new one? On Tue, Jul 16, 2013 at 7:19 AM, Katsumi Kimoto <k-k...@ho...>wrote: > > liburg depends on STL and SDL. Because of this dependency it is > sometimes hard to integrate the library to other codes. > > library is simple and independent. It is easier to understand inside > and to be integrated to other codes. > > --Katsumi Kimoto > > From: Olzhas Adiyatov <olz...@gm...> > Subject: [Urgwidget-users] liburg is obsolete? > Date: Mon, 15 Jul 2013 21:56:00 +0600 > > > Dear Developers, > > > > I wonder if liburg is obsolete? and if yes, why did you decide to code > new > > library? and what is the difference between liburg and this new library? > > > > -- > > Kind regards, > > Olzhas Adiyatov > > email: olz...@gm... > -- Kind regards, Olzhas Adiyatov email: olz...@gm... |
|
From: Satofumi K. <sat...@hy...> - 2013-07-16 02:40:44
|
Dear Olzhas Adiyatov, New library has also been added the function to get the data of multi-echo data. You can use this function for the product of UTM-30LX-EW and UXM-30LX-EW. -- Regards, Satofumi |
|
From: Katsumi K. <k-k...@ho...> - 2013-07-16 01:19:58
|
liburg depends on STL and SDL. Because of this dependency it is sometimes hard to integrate the library to other codes. library is simple and independent. It is easier to understand inside and to be integrated to other codes. --Katsumi Kimoto From: Olzhas Adiyatov <olz...@gm...> Subject: [Urgwidget-users] liburg is obsolete? Date: Mon, 15 Jul 2013 21:56:00 +0600 > Dear Developers, > > I wonder if liburg is obsolete? and if yes, why did you decide to code new > library? and what is the difference between liburg and this new library? > > -- > Kind regards, > Olzhas Adiyatov > email: olz...@gm... |
|
From: Olzhas A. <olz...@gm...> - 2013-07-15 15:56:07
|
Dear Developers, I wonder if liburg is obsolete? and if yes, why did you decide to code new library? and what is the difference between liburg and this new library? -- Kind regards, Olzhas Adiyatov email: olz...@gm... |
|
From: Katsumi K. <k-k...@ho...> - 2013-07-08 02:35:04
|
As you stated USB port of UTM-30LX is communication device class. Any other classes are not supported. --Katsumi Kimoto From: 何翔 <hex...@ho...> Subject: [Urgwidget-users] (no subject) Date: Thu, 4 Jul 2013 12:44:24 +0000 > Dear Sir, > > > > I am a student from Beihang University in Beijing, China. I have some question about the laser. > > > > Our teacher bought us a Hokuyo laser range finder UTM-30LX. We have already made a project on our OS of Ubuntu and it works great. But when comes to the ARM board, it couldn’t transmit well. It always sending back the wrong data. The ARM board is Cubieboard, with an OS of Lubuntu, and I made a small kernel of my self. I’ve already known that UTM-30LX need the cdc-acm support to identify the device as /dev/ttyACM. I want to know if there are some else device drivers should I compiled in the kernel to communicate well with the laser. > > > > I’m looking foward to hearing from you! > > > > Best Regards, > > He Xiang |
|
From: Katsumi K. <k-k...@ho...> - 2013-07-08 02:26:20
|
Hi, urg_library-1.0.4/samples/get_distance.c may be the one you are looking for. --Katsumi Kimoto From: 刘春山 <138...@13...> Subject: [Urgwidget-users] some problem about the URG library Date: Sun, 7 Jul 2013 10:12:01 +0800 > Dear, > > > > Hello! > > > > I’m using the URG-04LX-F01. I’m debugging the old version. And I try to > copy the md_scan.c. while it looks like the urg.lib has some problem. > > > > I want to use the new version, while I can’t know how to achieve the > continuous mode. I can understand the code easily in the old version. > > > > So I turn to you for help. I will appreciate it if you can help me. > > > > Yours sincerely! > |
|
From: Chunshan L. <ust...@gm...> - 2013-07-07 07:51:13
|
Dear, Hello! I’m using the URG-04LX-F01. I’m debugging the old version. And I try to copy the md_scan.c. while it looks like the urg.lib has some problem. I want to use the new version, while I can’t know how to achieve the continuous mode. I can understand the code easily in the old version. So I turn to you for help. I will appreciate it if you can help me. Yours sincerely! |
|
From: 刘春山 <138...@13...> - 2013-07-07 02:35:21
|
Dear, Hello! I’m using the URG-04LX-F01. I’m debugging the old version. And I try to copy the md_scan.c. while it looks like the urg.lib has some problem. I want to use the new version, while I can’t know how to achieve the continuous mode. I can understand the code easily in the old version. So I turn to you for help. I will appreciate it if you can help me. Yours sincerely! |
|
From: 何翔 <hex...@ho...> - 2013-07-04 12:44:33
|
Dear Sir, I am a student from Beihang University in Beijing, China. I have some question about the laser. Our teacher bought us a Hokuyo laser range finder UTM-30LX. We have already made a project on our OS of Ubuntu and it works great. But when comes to the ARM board, it couldn’t transmit well. It always sending back the wrong data. The ARM board is Cubieboard, with an OS of Lubuntu, and I made a small kernel of my self. I’ve already known that UTM-30LX need the cdc-acm support to identify the device as /dev/ttyACM. I want to know if there are some else device drivers should I compiled in the kernel to communicate well with the laser. I’m looking foward to hearing from you! Best Regards, He Xiang |
|
From: Satofumi K. <sat...@hy...> - 2013-06-04 04:35:39
|
Hi Alex, > I can find the header files, and I include the libc_urg *.a and *.so files Please show me the error message to resolve your problem. Like this. ----- error message ----- gcc -O2 -I../include -c -o open_urg_sensor.o open_urg_sensor.c open_urg_sensor.c:7:29: fatal error: open_urg_sensor.h: No such file or directory compilation terminated. make: *** [open_urg_sensor.o] Error 1 -- Satofumi |
|
From: Alexander B. <bus...@uw...> - 2013-06-04 03:08:06
|
I have installed the latest library in Ubuntu 12.04. I can find the header files, and I include the libc_urg *.a and *.so files (located /usr/local/lib, but I still seem to get linker errors when I try to compile my c++ files. I was wondering if you can help me out. I can't seem to get it to work. Thanks, Alex Bussiere |
|
From: Satofumi K. <sat...@hy...> - 2013-05-10 01:31:50
|
Hi Nathan, Unfortunately, this project supports a software library for the URG sensor. We are not sure about a hard failure, please email to in...@ho.... -- Satofumi |
|
From: Nathan L. <na...@re...> - 2013-05-09 19:06:09
|
Hi Guys, I have just received a UBG-04LX-F01. When the unit is powered up, the green LED flashes while the laser mirror at the top spins up - however after about 8 seconds the spinning stops. This process repeats a few times, until eventually the unit seems to 'give up' and all LEDs (1 x green and 3 x orange) flash. At this point the unit is unresponsive until power is reset. Am I doing something wrong? Or do I perhaps have a defective unit? Thanks! Nathan -- Nathan Lance RenderHeads Ltd Email: na...@re... Mobile: +447970692070 Web: http://www.renderheads.com |
|
From: Satofumi K. <sat...@hy...> - 2013-05-07 12:33:39
|
Hi, > is it correct to connect the wire TXD of URG to the RX > pin on the board and the wire RXD to the TX pin? Maybe, yes. See also the link below. http://www.fwiarda.com/server/server_1.htm#sec_5 -- Satofumi |
|
From: 沈謇 <dr...@ho...> - 2013-05-06 14:54:10
|
Hello, Our university has a URG-04LX and we try to connect the URG to a board called Arduino, is it correct to connect the wire TXD of URG to the RX pin on the board and the wire RXD to the TX pin? Thanks and Hoping for your reply. |
|
From: Satofumi K. <sat...@hy...> - 2013-05-02 02:07:24
|
Hi, Markus Davin,
> With double click on the
> .exe I there is appearing a console window for one moment but there
> seems not to be any connection to the range finder.
Perhaps, your programs try to connect the sensor by serial connection.
Please edit sample/open_urg_sensor.c like this to connect the sensor by
ethernet connection.
int open_urg_sensor(urg_t *urg, int argc, char *argv[])
{
// ethernet connection
urg_connection_type_t connection_type = URG_ETHERNET;
long baudrate_or_port = 10940;
const char* device = "192.168.0.10";
if (urg_open(...
Please also refer to this page.
http://urgwidget.sourceforge.net/html/library_sample_page.html
And, please let me know if you have any questions.
--
Satofumi
|
|
From: Markus D. <el...@le...> - 2013-05-01 21:06:11
|
Dear Sir or Madam, I am student at the Baden-Wuerttemberg Cooperative State University Stuttgart in Germany. To realize driver assist systems for a Pedelec(electrical bicycle) and for projects relating to autonomous navigation we are using the Laser range finder UTM-30LW-EW. To get into the programmation of the range finder I am using the URG Library 1.0.4 with Visual C++ 2010 Express. I tried to translate your explanations how to use this library. Let me first explain what I've understood. I opened the project "urg_library-1.0.4\visual_cpp\urg.sln". Visual C++ converted the project I think it's written in an earlier version. Then I started debugging by pressing F5. After compiling I have got the file "urg.lib" in the directory "Debug". I noticed that this library and the files in the directory urg_library-1.0.4\include are already included in the sample projects of "urg.sln". Then I wanted to execute one of those projects for example "get_distance". First I connected the range finder by ethernet to my PC and tested the functionality with the URG Benri V1.2.7 tool. That was working. After disconnecting URG Benri again I tried to debug the "get_distance" project on its own. Then I have got three files (get_distance.ilk, get_distance.exe, get_distance.pdb) in the directory "Debug". Nothing else happens. With double click on the .exe I there is appearing a console window for one moment but there seems not to be any connection to the range finder. It would be great if you could help me by explaining how to use the library the correct way. In the first step it is just important to me to run your projects and to get some connection to the URG range finder. Thank you very much in advance. With kind regards Markus Davin |
|
From: Satofumi K. <sat...@hy...> - 2013-04-02 23:40:03
|
Hi, Shang I think that the urg_library will work syntactically if you are porting a serial(USB) communication module. But, I am concerned that there is not enough memory in the Arduino. I think making a new library for Arduino is good. -- Satofumi |
|
From: Shang <cnp...@gm...> - 2013-04-02 08:01:20
|
|
From: Satofumi K. <sat...@hy...> - 2013-03-10 15:44:06
|
Hi, Seong Chae > I am curious if there is any additional product for > UBG-04LX-F01(scanning range finder) that makes it capable to do wireless > communications with PC something like bluetooth dongle. Unfortunately, Hokuyo does not sell wireless devices. I recommend that you find the bluetooth conversion devices on the market. -- Satofumi |
|
From: y. <ys...@na...> - 2013-03-09 07:29:17
|
<!--espresso editor content start--><div id="espresso_editor_view" style="font-size:10pt;"> <p> Hello, I am a graduate student of Kyunpook National University, Korea.</p><p>I am a teaching assistant and we are using your product in class for under graduate students.</p><p>I am curious if there is any additional product for UBG-04LX-F01(scanning range finder) that makes it capable to do wireless communications with PC something like bluetooth dongle.</p><p> </p><p>Thankyou.</p><p> </p><p> </p><p>You Seong Chae.</p><p>teaching assistant of Kyungpook National University.</p><p>Cell phone : 82-10-7476-0929</p><p>office : 82-53-940-8671</p> </div><!--espresso editor content end--><img src="https://mail3.nate.com/app/msg/confirm/?usn=3126864&ema...@na...&key=db922dc1eb07a7671aecef1be106ed59$641...@ma..." height="1" width="1" /> |