Tagged Questions
The mobile-robots tag has no wiki summary.
8
votes
10answers
2k views
Robotics Simulator
Which is the best robotics simulator ? As of now, I am just looking to get simple simulations of Potential Field method, Bug Algorithms, A* Algorithm etc !
A list of the known robot simulators are;
...
4
votes
4answers
721 views
Potential field method : Real Robots
Potential field method is a very popular simulation for Robot Navigation. However, has anyone implemented Potential field method on real robots ? Any reference or any claim of using the method in real ...
1
vote
1answer
64 views
LRF (laser rangefinder) sensor data help
I am a beginner at using sensors and Player and i have trouble understanding the data generated. I would be very thankful if you could help me.
One .log file is generated every time we run the ...
1
vote
5answers
708 views
How do I efficiently segment 2D images into regions/blobs of similar values?
How do I segment a 2D image into blobs of similar values efficiently? The given input is a n array of integer, which includes hue for non-gray pixels and brightness of gray pixels.
I am writing a ...