You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The ranger models in stage_ros currently return the distance to nearby obstacles. However, they do not indicate if the obstacle being detected is part of the world (i.e. environment), or is another robot.
Ideally, I would like to be able to know whether the ranger is detecting another robot or the environment. Is there a way to do this?
I was considering using color information. For example, making all the robots yellow, and obstacles black, and combining sensor and color data to differentiate between robots and the environment. However, there is no color detection mechanism right now.
Any suggestions are much appreciated!
The text was updated successfully, but these errors were encountered:
Hello,
The ranger models in stage_ros currently return the distance to nearby obstacles. However, they do not indicate if the obstacle being detected is part of the world (i.e. environment), or is another robot.
Ideally, I would like to be able to know whether the ranger is detecting another robot or the environment. Is there a way to do this?
I was considering using color information. For example, making all the robots yellow, and obstacles black, and combining sensor and color data to differentiate between robots and the environment. However, there is no color detection mechanism right now.
Any suggestions are much appreciated!
The text was updated successfully, but these errors were encountered: