Skip to content

Conversation

gbin
Copy link
Collaborator

@gbin gbin commented Aug 14, 2025

No description provided.

@gbin gbin force-pushed the gbin/add-struct-multisource-example branch from 64b67d4 to ed67370 Compare August 14, 2025 13:21
@matthewashton-k
Copy link
Collaborator

Seems to be that the problem is that CuSimSinkTask only supports one input:

impl<T: CuMsgPayload> CuSinkTask for CuSimSinkTask<T> {
    type Input<'m> = input_msg!(T);

    fn new(_config: Option<&ComponentConfig>) -> CuResult<Self>
    where
        Self: Sized,
    {
        Ok(Self { boo: PhantomData })
    }

    fn process(&mut self, _clock: &RobotClock, _input: &Self::Input<'_>) -> CuResult<()> {
        unimplemented!("A placeholder for sim was called for a sink, you need answer SimOverride to ExecutedBySim for the Process step.")
    }
}

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

Successfully merging this pull request may close these issues.

2 participants