Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iri_lidar_lite_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
sensors
ranger1d
iri_lidar_lite_driver
Commits
bd7d0c89
Commit
bd7d0c89
authored
6 years ago
by
asantamaria
Browse files
Options
Downloads
Patches
Plain Diff
FIX typo in cfg file
parent
3dab046f
No related branches found
No related tags found
1 merge request
!1
Dev/fixes updates and maintenance
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfg/LidarLiteDriver.cfg
+1
-1
1 addition, 1 deletion
cfg/LidarLiteDriver.cfg
src/lidar_lite_driver.cpp
+1
-1
1 addition, 1 deletion
src/lidar_lite_driver.cpp
with
2 additions
and
2 deletions
cfg/LidarLiteDriver.cfg
+
1
−
1
View file @
bd7d0c89
...
...
@@ -40,6 +40,6 @@ gen = ParameterGenerator()
# Name
Type Reconfiguration level Description Default Min Max
#gen.add("velocity_scale_factor",
double_t, SensorLevels.RECONFIGURE_STOP, "Maximum velocity scale factor", 0.5, 0.0, 1.0)
gen.add("
C
onfig_mode",
int_t, 0, "LidarLite configuration mode", 0,
1
, 5)
gen.add("
c
onfig_mode",
int_t, 0, "LidarLite configuration mode", 0,
0
, 5)
exit(gen.generate(PACKAGE,
"LidarLiteDriver", "LidarLiteDriver"))
This diff is collapsed.
Click to expand it.
src/lidar_lite_driver.cpp
+
1
−
1
View file @
bd7d0c89
...
...
@@ -66,7 +66,7 @@ LidarLiteDriver::config_update(Config& new_cfg, uint32_t level)
case
iri_base_driver
::
RUNNING
:
this
->
config_mode_
=
new_cfg
.
C
onfig_mode
;
this
->
config_mode_
=
new_cfg
.
c
onfig_mode
;
try
{
this
->
laser_ptr_
->
set_new_config
(
this
->
config_mode_
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment