Simple python interface to be used with crisp_controllers.

1 Open Issue Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes standardizing the use of the factory pattern across the codebase to improve consistency, especially for loading configurations from files like YAML. It suggests implementing factory functions, such as `make_robot`, that can load configurations from default paths and user-defined paths specified by an environment variable. The issue is labeled as an enhancement and a good first issue, with no expected backward compatibility issues.

Complexity: 2/5
enhancement good first issue

Simple python interface to be used with crisp_controllers.

Python