2D mobile robot simulator for behavior prototyping with optional ROS 2 interface.

python robotics ros
3 Open Issues Need Help Last updated: Aug 2, 2026

Open Issues Need Help

View All on GitHub
enhancement help wanted

2D mobile robot simulator for behavior prototyping with optional ROS 2 interface.

Python
#python#robotics#ros
enhancement good first issue help wanted

2D mobile robot simulator for behavior prototyping with optional ROS 2 interface.

Python
#python#robotics#ros

AI Summary: Fix a bug in the PyRoboSim robot simulator where robot action execution options are not serialized to YAML. This involves updating unit tests in `src/pyrobosim/pyrobosim/test/core/test_yaml_utils.py` to verify the issue and then modifying the `Robot.to_dict()` function to correctly serialize the `action_execution_options`. The fix should ensure that these options are correctly saved and loaded from YAML files.

Complexity: 3/5
bug good first issue

2D mobile robot simulator for behavior prototyping with optional ROS 2 interface.

Python
#python#robotics#ros