git commit -m "first commit for v2"
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
string filename
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
---
|
||||
bool status
|
||||
@@ -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
|
||||
---
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
---
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
# trigger pause toggle
|
||||
|
||||
---
|
||||
bool status
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
std_msgs/String name
|
||||
---
|
||||
@@ -0,0 +1,2 @@
|
||||
string filename
|
||||
---
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user