sea-bass / pyrobosim

ROS 2 enabled 2D mobile robot simulator for behavior prototyping
https://pyrobosim.readthedocs.io/
MIT License
192 stars 29 forks source link

Add partial observability and "detect" action #186

Closed sea-bass closed 23 hours ago

sea-bass commented 3 days ago

This would let us simulate what happens when the robot does not have perfect observability of the world, that is, it must take discrete "detect" actions at known locations to find objects.

The detection action should also be accessible via the GUI, action API, and ROS interface.