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
102af251
Commit
102af251
authored
4 years ago
by
Charles Javerliat
Browse files
Options
Downloads
Patches
Plain Diff
Remove PwmStatus + create status msg instead
parent
1951c7b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#437
failed with stages
in 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/mccd_msgs/msg/PwmStatus.msg
+0
-6
0 additions, 6 deletions
src/mccd_msgs/msg/PwmStatus.msg
src/mccd_msgs/msg/Status.msg
+6
-0
6 additions, 0 deletions
src/mccd_msgs/msg/Status.msg
with
6 additions
and
6 deletions
src/mccd_msgs/msg/PwmStatus.msg
deleted
100644 → 0
+
0
−
6
View file @
1951c7b2
uint8 PWM_DISABLED = 0
uint8 PWM_ENABLED = 1
uint8 PWM_OVERCURRENT = 2
uint8 PWM_CMD_VEL_TIMEOUT = 3
uint8 pwm_status
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/mccd_msgs/msg/Status.msg
0 → 100644
+
6
−
0
View file @
102af251
uint8 DISABLED = 0
uint8 ENABLED = 1
uint8 OVERCURRENT = 2
uint8 CMD_VEL_TIMEOUT = 3
uint8 status
\ 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