Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ros-msgs-ws
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CdF
CdF 2020-2021
modules
libraries
communication
messages
ros-msgs-ws
Commits
2e4644b1
Commit
2e4644b1
authored
4 years ago
by
Charles Javerliat
Browse files
Options
Downloads
Patches
Plain Diff
Add SetMode.srv
parent
e46a9787
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#435
passed with stages
Stage:
Stage:
Stage:
in 2 minutes and 6 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
src/mccd_srvs/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/mccd_srvs/CMakeLists.txt
src/mccd_srvs/srv/SetMode.srv
+9
-0
9 additions, 0 deletions
src/mccd_srvs/srv/SetMode.srv
with
12 additions
and
1 deletion
.gitignore
+
2
−
1
View file @
2e4644b1
build/
build/
devel/
devel/
generated/
generated/
\ No newline at end of file
.vscode
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/mccd_srvs/CMakeLists.txt
+
1
−
0
View file @
2e4644b1
...
@@ -30,6 +30,7 @@ add_service_files(
...
@@ -30,6 +30,7 @@ add_service_files(
FILES
FILES
SetPose.srv
SetPose.srv
SetPidGains.srv
SetPidGains.srv
SetMode.srv
)
)
## Generate actions in the 'action' folder
## Generate actions in the 'action' folder
...
...
This diff is collapsed.
Click to expand it.
src/mccd_srvs/srv/SetMode.srv
0 → 100644
+
9
−
0
View file @
2e4644b1
# Calibration mode is used to set linear velocity for
# each wheel individually for calibrating the PID
uint8 MODE_CALIBRATION = 1
# Normal mode is used for sending regular cmd_vel with linear
# and angular velocity for the robot as a whole.
uint8 MODE_NORMAL = 2
uint8 mode
---
bool success
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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