This commit is contained in:
2026-01-06 17:49:14 +07:00
parent a8fc8cb9a4
commit 03c151afd2
2 changed files with 0 additions and 7 deletions

View File

@@ -74,12 +74,6 @@ public:
namespace robot_costmap_2d
{
void signalHandler(int)
{
std::signal(SIGINT, SIG_DFL);
std::raise(SIGINT);
}
/** @brief A ROS wrapper for a 2D Costmap. Handles subscribing to
* topics that provide observations about obstacles in either the form
* of PointCloud or LaserScan messages. */