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

Added terminate #12

Merged
merged 1 commit into from
Nov 13, 2015
Merged

Added terminate #12

merged 1 commit into from
Nov 13, 2015

Conversation

esteve
Copy link
Member

@esteve esteve commented Nov 13, 2015

This adds a terminate method to terminate a process.

@esteve esteve added in progress Actively being worked on (Kanban column) in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Nov 13, 2015
@esteve esteve self-assigned this Nov 13, 2015
@gerkey
Copy link
Member

gerkey commented Nov 13, 2015

+1, good to get rid of the Windows-specific SIGINT vs SIGTERM logic in other places.

esteve added a commit that referenced this pull request Nov 13, 2015
@esteve esteve merged commit 7409aa1 into master Nov 13, 2015
@esteve esteve removed the in review Waiting for review (Kanban column) label Nov 13, 2015
@esteve esteve deleted the terminate-process branch November 13, 2015 23:27
@dirk-thomas
Copy link
Member

How is this being used? Eventually invoking close would be better since it also ensures that pipes etc. are closed.

@esteve
Copy link
Member Author

esteve commented Nov 13, 2015

This is being called in https://github.com/ros2/examples/blob/test_talker_listener_rebased/rclcpp_examples/test/test_executables_example.py.in#L56 but if it's better to just call close instead, I can change the code there.

wjwwood pushed a commit that referenced this pull request Mar 20, 2019
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.

3 participants