Skip to content
Snippets Groups Projects
Commit 8848706c authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Replace Position with Odometry

parent eacc8a1a
No related branches found
No related tags found
No related merge requests found
Pipeline #445 passed with stages
in 4 minutes and 40 seconds
......@@ -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
......
float64 x
float64 y
float64 theta
float64 left_wheel_linear_speed
float64 right_wheel_linear_speed
\ No newline at end of file
float64 x
float64 y
float64 theta
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment