Skip to content

The current design of the VFIConfigurationFile depends on CoppeliaSim #8

Description

The current design of the VFIConfigurationFile relies on CoppeliaSim to extract additional data (e.g., the robot's workspace pose and the offset of the attached-to-robot primitive). For instance, the ENVIRONMENT_TO_ROBOT_DATA struct contains

        std::vector<std::string> cs_entity_environment;
        std::vector<std::string> cs_entity_robot;

, which are used to read data from CoppeliaSim.

However, I think a more general class design could be useful in scenarios where CoppeliaSim is unavailable or underperforming.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions