Skip to content

Commit

Permalink
move kimera vio ros msgs and srv to pose graph tools (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzc authored and GitHub Enterprise committed Mar 14, 2022
1 parent 2fc34bb commit ef2f1d5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msg/BowQuery.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uint32 robot_id
uint32 pose_id
BowVector bow_vector
2 changes: 2 additions & 0 deletions msg/BowVector.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
uint32[] word_ids
float32[] word_values
5 changes: 5 additions & 0 deletions msg/VLCFrameMsg.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
uint32 robot_id
uint32 pose_id
sensor_msgs/Image descriptors_mat
sensor_msgs/PointCloud2 keypoints
sensor_msgs/PointCloud2 versors
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<depend>message_runtime</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>visualization_msgs</depend>
<depend>interactive_markers</depend>
</package>
5 changes: 5 additions & 0 deletions srv/LcdFrameRegistration.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
uint64 query
uint64 match
---
bool valid
geometry_msgs/Pose match_T_query
4 changes: 4 additions & 0 deletions srv/VLCFrameQuery.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
uint32 robot_id
uint32 pose_id
---
pose_graph_tools/VLCFrameMsg frame

0 comments on commit ef2f1d5

Please sign in to comment.