Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
63024520
Commit
63024520
authored
6 years ago
by
Hamish Willee
Committed by
Beat Küng
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unwanted info option
parent
f8c0849f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drivers/distance_sensor/leddar_one/leddar_one.cpp
+0
-3
0 additions, 3 deletions
src/drivers/distance_sensor/leddar_one/leddar_one.cpp
with
0 additions
and
3 deletions
src/drivers/distance_sensor/leddar_one/leddar_one.cpp
+
0
−
3
View file @
63024520
...
...
@@ -183,7 +183,6 @@ $ leddar_one stop
PRINT_MODULE_USAGE_PARAM_INT
(
'r'
,
25
,
1
,
25
,
"Sensor rotation - downward facing by default"
,
true
);
PRINT_MODULE_USAGE_COMMAND_DESCR
(
"stop"
,
"Stop driver"
);
PRINT_MODULE_USAGE_COMMAND_DESCR
(
"test"
,
"Test driver (basic functional tests)"
);
PRINT_MODULE_USAGE_COMMAND_DESCR
(
"info"
,
"Print driver information"
);
}
...
...
@@ -259,8 +258,6 @@ int leddar_one_main(int argc, char *argv[])
print_message
(
report
);
}
else
if
(
!
strcmp
(
verb
,
"info"
))
{
help
();
}
else
{
help
();
PX4_ERR
(
"unrecognized command"
);
...
...
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