Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platforms can both 'move' and 'act' #1001

Open
nperree-dstl opened this issue Apr 30, 2024 · 1 comment
Open

Platforms can both 'move' and 'act' #1001

nperree-dstl opened this issue Apr 30, 2024 · 1 comment
Assignees

Comments

@nperree-dstl
Copy link
Contributor

With the introduction of actionable platforms, where all Movables inherit from Actionable (# ), platforms now have both an act() and move() method. This is confusing, especially when using sensor management to task them, and in some cases causes missing functionality if the wrong one is used.

@nperree-dstl nperree-dstl self-assigned this Apr 30, 2024
@sdhiscocks
Copy link
Member

I think it would make sense to have act() as standard method, and then have move() call act() for backwards compatibility. Aware this isn't a simple fix of just doing this, as the functionality of move() needs to be factored into the act() method with the other possible actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants