slam_toolbox
slam_toolbox copied to clipboard
replace "rclcpp::ok()" by atomic-flag to avoid UAF bug
Basic Info
| Info | Please fill out this column |
|---|---|
| Ticket(s) this addresses | #691 |
| Primary OS tested on | Ubuntu22.04 |
| Robotic platform tested on | gazebo simulation of Tally |
Description of contribution in a few bullet points
- add an atomic-flag for threads
Description of documentation updates required from your changes
- avoid UAF bug caused by
rclcpp::ok()'s wrong work