uzh-rpg / rpg_dvs_ros

ROS packages for DVS
MIT License
300 stars 155 forks source link

compiling error: dvs_ros_driver::DVS_ROS_DriverConfig #87

Closed eugenelyj closed 5 years ago

eugenelyj commented 5 years ago

in rpg_dvs_ros/dvs_ros_driver/include/dvs_ros_driver/driver.h, it include <dvs_ros_driver/DVS_ROS_DriverConfig.h>, which i can not find in source code...where can i get it?

guillermogb commented 5 years ago

I have that file in my devel folder: catkin_ws/devel/include/dvs_ros_driver/DVS_ROS_DriverConfig.h so I assume that it is automatically generated by the catkin build command.

You may find the file on Linux by typing the commands: sudo updatedb and then locate DVS_ROS_DriverConfig

eugenelyj commented 5 years ago

I have that file in my devel folder: catkin_ws/devel/include/dvs_ros_driver/DVS_ROS_DriverConfig.h so I assume that it is automatically generated by the catkin build command.

You may find the file on Linux by typing the commands: sudo updatedb and then locate DVS_ROS_DriverConfig

Yes, it is auto-generated by dynamic_reconfigure package. Thanks :)