Skip to content

SequentialCommandGroup incorrect order of execution #45

@SomewhatMay

Description

@SomewhatMay

SequentialCommandGroups should execute commands in reverse-chronological order, however, they currently operate chronologically. This is likely due to the fact that the std::forward_list is implemented as a FILO data structure, not a FIFO data structure.

To solve this issue, consider using a unordered_queue.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions