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
8848706c
Commit
8848706c
authored
4 years ago
by
Charles Javerliat
Browse files
Options
Downloads
Patches
Plain Diff
Replace Position with Odometry
parent
eacc8a1a
No related branches found
No related tags found
No related merge requests found
Pipeline
#445
passed with stages
Stage:
Stage:
Stage:
in 4 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/mccd_msgs/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/mccd_msgs/CMakeLists.txt
src/mccd_msgs/msg/Odometry.msg
+5
-0
5 additions, 0 deletions
src/mccd_msgs/msg/Odometry.msg
src/mccd_msgs/msg/Position.msg
+0
-3
0 additions, 3 deletions
src/mccd_msgs/msg/Position.msg
with
6 additions
and
4 deletions
src/mccd_msgs/CMakeLists.txt
+
1
−
1
View file @
8848706c
...
...
@@ -52,7 +52,7 @@ find_package(catkin REQUIRED COMPONENTS
add_message_files
(
FILES
Status.msg
Position
.msg
Odometry
.msg
)
## Generate services in the 'srv' folder
...
...
This diff is collapsed.
Click to expand it.
src/mccd_msgs/msg/Odometry.msg
0 → 100644
+
5
−
0
View file @
8848706c
float64 x
float64 y
float64 theta
float64 left_wheel_linear_speed
float64 right_wheel_linear_speed
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/mccd_msgs/msg/Position.msg
deleted
100644 → 0
+
0
−
3
View file @
eacc8a1a
float64 x
float64 y
float64 theta
\ 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