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

Fix serialization of exit events #364

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Fix serialization of exit events #364

merged 1 commit into from
Jun 7, 2024

Conversation

mxgrey
Copy link
Contributor

@mxgrey mxgrey commented Jun 7, 2024

As reported in #363 we were not serializing exit events correctly when converting a nav graph into a ROS message. Entry events were accidentally being serialized in place of exit events. In situations where an exit event was present but not an entry event on the same lane, this would lead to a segmentation fault.

This PR fixes the mistake.

Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
@luca-della-vedova
Copy link
Member

Rolling CI will be red until we figure out #362 so this should be good to go

@mxgrey mxgrey merged commit df95bc5 into main Jun 7, 2024
4 of 5 checks passed
@mxgrey mxgrey deleted the fix_convert_Graph branch June 7, 2024 07:17
cwrx777 added a commit to cwrx777/rmf_ros2 that referenced this pull request Jun 7, 2024
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.

None yet

2 participants