Skip to content

Commit

Permalink
Add new service ChangeMap
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasZachariae committed May 20, 2023
1 parent 4d6221b commit f9aba96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ros2_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ set(DEPENDENCIES

rosidl_generate_interfaces(${PROJECT_NAME}
"srv/GetElevatorData.srv"
"srv/ChangeMap.srv"

#${MSGS}
#${ACTIONS}
Expand Down
5 changes: 5 additions & 0 deletions ros2_interfaces/srv/ChangeMap.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# request
string map_name
geometry_msgs/Pose initial_pose
---
# response

0 comments on commit f9aba96

Please sign in to comment.