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
4998cf12
Commit
4998cf12
authored
4 years ago
by
Thomas VADEBOUT
Browse files
Options
Downloads
Patches
Plain Diff
Update SetServoPosition.srv
parent
07f6ea7a
No related branches found
No related tags found
No related merge requests found
Pipeline
#457
passed with stages
Stage:
Stage:
Stage:
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/multiclamp_srvs/srv/SetServoPosition.srv
+8
-0
8 additions, 0 deletions
src/multiclamp_srvs/srv/SetServoPosition.srv
with
8 additions
and
0 deletions
src/multiclamp_srvs/srv/SetServoPosition.srv
+
8
−
0
View file @
4998cf12
# Use a mask to selec the servo and it's angle
# LSB for left servo to MSB for right servo
# for example : 0b11011 means that all servos are UNFOLDED (1) and the middle one is FOLDED (0)
# 0b11011 = SERVO_OPEN_1 | SERVO_OPEN_2 | SERVO_OPEN_4 | SERVO_OPEN_5
uint8 SERVO_OPEN_1 = 1
uint8 SERVO_OPEN_2 = 2
uint8 SERVO_OPEN_3 = 4
uint8 SERVO_OPEN_4 = 8
uint8 SERVO_OPEN_5 = 16
uint8 servos_pos
---
...
...
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