git commit -m "first commit for v2"

This commit is contained in:
2025-12-29 16:21:22 +07:00
commit aa3d832d5c
1807 changed files with 307078 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
string filename
---

View File

@@ -0,0 +1,3 @@
---

View File

@@ -0,0 +1,3 @@
---
bool status

View File

@@ -0,0 +1,12 @@
int8 UNSET = 0
int8 START_AT_FIRST_NODE = 1
int8 START_AT_GIVEN_POSE = 2
int8 LOCALIZE_AT_POSE = 3
# inital_pose should be Map -> base_frame (parameter, generally base_link)
#
string filename
int8 match_type
geometry_msgs/Pose2D initial_pose
---

View File

@@ -0,0 +1,4 @@
# trigger pause toggle
---
bool status

View File

@@ -0,0 +1,8 @@
# Set this to 'true' to pause new measurements immediately after reset.
# Note: This is a set behaviour and not a toggle behaviour, contrary to Pause.srv service.
bool pause_new_measurements
---
# Result code defintions
uint8 RESULT_SUCCESS=0
uint8 result

View File

@@ -0,0 +1,2 @@
std_msgs/String name
---

View File

@@ -0,0 +1,2 @@
string filename
---