Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding extra services before Torija pilot #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ set(SRV_FILES
FindLaneEdge.srv
FindPothole.srv
ChangeRobotMode.srv
TransformPose.srv
GetDepositSeq.srv
FindOffset.srv
GetSynchedImages.srv
SendImageToKafka.srv
)

set(ACT_FILES
Expand Down
7 changes: 7 additions & 0 deletions srv/FindOffset.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
geometry_msgs/PoseStamped defect_pose
string defect_type
bool broadcast_to_tf
string broadcast_frame
---
bool success
geometry_msgs/PoseStamped offset_pose
2 changes: 1 addition & 1 deletion srv/FindPothole.srv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sensor_msgs/Image image_rgb
sensor_msgs/Image image_depth
sensor_msgs/CameraInfo camera_info
---
geometry_msgs/PoseStamped center_of_mass
geometry_msgs/PoseStamped center_of_mass # orientation from camera to pothole
float64 surface_area_m
bool success
3 changes: 3 additions & 0 deletions srv/GetDepositSeq.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
float64 surface_area_m
---
string deposit_sequence
6 changes: 6 additions & 0 deletions srv/GetSynchedImages.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
string camera_ns
---
sensor_msgs/Image image_rgb
sensor_msgs/Image image_depth
sensor_msgs/CameraInfo camera_info
bool success
4 changes: 4 additions & 0 deletions srv/SendImageToKafka.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sensor_msgs/Image image
string message
---
bool success
5 changes: 5 additions & 0 deletions srv/TransformPose.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
geometry_msgs/PoseStamped pose_in
string target_frame
---
bool success
geometry_msgs/PoseStamped pose_out