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

Add in more of the necessary logic on the publish side. #2

Commits on Dec 7, 2021

  1. Add in more of the necessary logic on the publish side.

    That is, make sure to deal with inter-process publishing properly.
    This requires us to introduce two copies of
    do_intra_process_and_return_shared(), one of which deals with the
    ROS Message type and the other that deals with the PublishedType.
    This is kind of wasteful, and we may get rid of this later on,
    but this works for now.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    461c04d View commit details
    Browse the repository at this point in the history