Skip to content

Commit

Permalink
Update LSDParams.cfg
Browse files Browse the repository at this point in the history
fix dynamic_reconfigure header unavailable bug
  • Loading branch information
fulkast authored Feb 6, 2018
1 parent 8de1986 commit 887f5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsd_slam_core/cfg/LSDParams.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PACKAGE='lsd_slam_core'
import roslib; roslib.load_manifest(PACKAGE)

#from driver_base.msg import SensorLevels
from dynamic_reconfigure.parameter_generator import *
from dynamic_reconfigure.parameter_generator_catkin import *

gen = ParameterGenerator()

Expand Down

0 comments on commit 887f5d5

Please sign in to comment.