forked from frankaemika/franka_ros
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: The previous controller was still active after controller switching
The issue has been caused by an undefined behavior where `run_function_` was replaced upon controller switching in a different thread, while `run_function_` was being executed. In the fix, the controller switching process waits for the exit of `run_function_`, and then sets `run_function_` to the corresponding value of the new controller.
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters