Skip to content

Commit

Permalink
change srvs to srv (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
kei1107 authored Dec 11, 2024
1 parent 19a6690 commit ec53404
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ include_directories(include lib/karto_sdk/include
add_definitions(${EIGEN3_DEFINITIONS})

rosidl_generate_interfaces(${PROJECT_NAME}
srvs/Pause.srv
srvs/ClearQueue.srv
srvs/ToggleInteractive.srv
srvs/Clear.srv
srvs/SaveMap.srv
srvs/LoopClosure.srv
srvs/MergeMaps.srv
srvs/AddSubmap.srv
srvs/DeserializePoseGraph.srv
srvs/SerializePoseGraph.srv
srv/Pause.srv
srv/ClearQueue.srv
srv/ToggleInteractive.srv
srv/Clear.srv
srv/SaveMap.srv
srv/LoopClosure.srv
srv/MergeMaps.srv
srv/AddSubmap.srv
srv/DeserializePoseGraph.srv
srv/SerializePoseGraph.srv
DEPENDENCIES builtin_interfaces geometry_msgs std_msgs nav_msgs visualization_msgs
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec53404

Please sign in to comment.