Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: chenm <chenmeng@ii...> - 2005-03-25 16:19:14
|
Hello, I am trying to use the amcl driver. P 1.5 My amcl.cfg looks like the following: position:0 ( driver "passthrough" port 6665 index 0) laser:0 ( driver "passthrough" port 6665 index 0) localize:0 ( driver "amcl" odom_index 0 laser_index 0 laser_map "mymap.pnm" laser_map_scale 0.1 laser_map_negate 0 enable_gui 1 alwayson 1 ) I ran stage then player -p 7000 amcl.cfg. Everything is ok so far. But when I try to instantiate the LocalizeProxy var like ll = new LocalizeProxy(robot,0,'r'); I get a warning error connection, WARNING: tried to get 'r' access to device 6665:25:0 but got 'e' access. Am I missing something here??. Cheers Chen ---- |