Simulating range sensors in Stage and publishing to ROS
According to the Stage Manual ( http://rtv.github.io/Stage/group__mod... ), the generic ranger
model that was introduced in Stage 4 should be able to simulate both laser rangefinders and (sonar or IR) range sensors. However, it doesn't look like stage_ros can handle range sensors. I'm inferring that based on the topics published by the stage_ros
node and the fact that it doesn't include sensor_msgs/Range
.
Is it just a missing feature that I could implement or am I misunderstanding the ranger
model?
References: