doc-helmut wrote:I can only recall some posts of yours where you replied completely off-topically not to the TO question.
Discussing the combination of different systems and ways to identify beacons (modulation, pulsing, etc), as well as triangulation, isn't off topic in my eyes. But anyway:
doc-helmut wrote:
which of the mentioned systems of your upper postings (inclusively bearing or optical tracking) can you directly plug to the brick and it's software run directly on the brick ?
What you mean by "directly"? Depends on the definition! If you buy a gyro, you can "directly" plug it into your NXT, but you have to write software to initialize and use the sensor (in this case, several lines of NXC code -- not much).
If you have a computer or netbook and send data via Bluetooth, it can be "directly" received by the NXT brick.
You can directly wire the Wiimote's IR camera to the NXT brick, as it speaks I2C. But the software and protocol might be challenging (as I recall that certain I2C commands on the NXT are difficult to implement).
I've seen mobile robots having a Kinect on board -- I've even seen a flying quadrocopter with a Kinect. But then you need USB wiring and chips and hardware and drivers.
Apart from that, image processing on the NXT is a thing I'd rather not do. The NXT doesn't have enough CPU power. You need the data at least preprocessed (like Kinect's or Wiimote's output, or the Optitrack cams).
doc-helmut wrote:
And how does the positioning work indoors and outdoors in a 150 m² area with which accuracy? (0.5-1 percent at 10m distance is needed as I wrote)
What volume are you tracking? 150m² and what height? If your robot is confined to the ground, it gets a lot easier. I've got a copter in about 3m x 3m x 2m or maybe 4m x 4m ground space. The Optitrack cams are ~ 1mm, but depends on number of cams (and other params).
I've seen ARToolkit beeing used in about 3 to 4m distance with good (< 5cm) accuracy. You can scale this, BUT your code-sign needs to be bigger. Is that ok? Having a 1m x 1m paper sign on top of your robot? How high can you put your cams? Do you get a bird's eye view?
A good approach for this large base area of 150m² can be hand-over: Have several 25m² areas with separate tracking. Then scale it up! Advantage: You can adjust camera settings to bright parts of your lawn (direct sunlight) and darker parts.
Oh, and there will be no complete tracking solution for "indoors + outdoors + large area + precise + NXT compatible".
You want simple answers, but there are none. You don't want to go somewhere and say "I'd like to have one complete tracking solution, please", or do you? This is engineering, not shopping. So there will be problems we all can't think of right now. And professional tracking solutions which can cope with varying light conditions and all that cost > 20k euros, easily up to 100k.