Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Distributed Autonomous Networked Control Lab
MicroCART
Commits
ced0d94c
Commit
ced0d94c
authored
8 years ago
by
burneykb
Browse files
Options
Downloads
Patches
Plain Diff
modifying help text
parent
de0b27e8
No related branches found
No related tags found
1 merge request
!2
WIP: use a circular buffer
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
groundStation/src/cli/cli_getpid.c
+1
-5
1 addition, 5 deletions
groundStation/src/cli/cli_getpid.c
with
1 addition
and
5 deletions
groundStation/src/cli/cli_getpid.c
+
1
−
5
View file @
ced0d94c
...
@@ -43,17 +43,13 @@ int cli_getpid(struct backend_conn * conn, int argc, char **argv) {
...
@@ -43,17 +43,13 @@ int cli_getpid(struct backend_conn * conn, int argc, char **argv) {
}
}
if
(
needHelp
)
{
if
(
needHelp
)
{
printf
(
"Getpid gets the p, i ,
or
d constant values of any single controller
\n
"
);
printf
(
"Getpid gets the p, i ,
and
d constant values of any single controller
\n
"
);
printf
(
"Usage Syntax :
\n\t
./Cli getpid controller [options...]
\n
"
);
printf
(
"Usage Syntax :
\n\t
./Cli getpid controller [options...]
\n
"
);
printf
(
"Symlink Usage Syntax :
\n\t
./getpid controller [options...]
\n\n
"
);
printf
(
"Symlink Usage Syntax :
\n\t
./getpid controller [options...]
\n\n
"
);
printf
(
"Available 'controllers' include the following
\n
"
);
printf
(
"Available 'controllers' include the following
\n
"
);
printf
(
"
\t
[--pitch] : Pitch
\n\t
[--roll] : Roll
\n\t
[--yaw] : Yaw
\n
"
);
printf
(
"
\t
[--pitch] : Pitch
\n\t
[--roll] : Roll
\n\t
[--yaw] : Yaw
\n
"
);
printf
(
"
\t
[--pitchv] : Pitch Velocity
\n\t
[--rollv] : Roll Velocity
\n\t
[--yawv] : Yaw Velocity
\n
"
);
printf
(
"
\t
[--pitchv] : Pitch Velocity
\n\t
[--rollv] : Roll Velocity
\n\t
[--yawv] : Yaw Velocity
\n
"
);
printf
(
"
\t
[--height] : Z
\n\t
[--lat] : X
\n\t
[--long] : Y
\n\n
"
);
printf
(
"
\t
[--height] : Z
\n\t
[--lat] : X
\n\t
[--long] : Y
\n\n
"
);
printf
(
"Available 'controller' options include the following
\n
"
);
printf
(
"
\t
[-p] 'val' : Gets the p constant of the 'controller
\n
"
);
printf
(
"
\t
[-i] 'val' : Gets the i constant of the 'controller'
\n
"
);
printf
(
"
\t
[-d] 'val' : Gets the d constant of the 'controller'
\n
"
);
return
0
;
return
0
;
}
}
...
...
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