Skip to content
Snippets Groups Projects
Commit a3e55c18 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX previous name change in .CFG file

parent aa6cb4dc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#define _lidar_lite_driver_h_
#include <iri_base_driver/iri_base_driver.h>
#include <iri_lidar_lite_driver/LidarLiteConfig.h>
#include <iri_lidar_lite_driver/LidarLiteDriverConfig.h>
#include <iridrivers/lidar_lite.h>
#include <iridrivers/lidar_lite_exceptions.h>
......@@ -70,7 +70,7 @@ public:
* Define a Config type with the LidarLiteConfig. All driver implementations
* will then use the same variable type Config.
*/
typedef iri_lidar_lite_driver::LidarLiteConfig Config;
typedef iri_lidar_lite_driver::LidarLiteDriverConfig Config;
/**
* \brief config variable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment