Merge remote-tracking branch 'origin/main' into dev

# Conflicts:
#	unilabos/app/main.py
#	unilabos/ros/main_slave_run.py
This commit is contained in:
wznln
2025-05-06 11:04:34 +08:00
14 changed files with 548 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
---

View File

@@ -0,0 +1,4 @@
float64 float_in
---
bool success
---

View File

@@ -0,0 +1,4 @@
int32 int_input
---
bool success
---

View File

@@ -0,0 +1,6 @@
float64 x
float64 y
float64 z
---
bool success
---

View File

@@ -0,0 +1,7 @@
int32 powder_tube_number
string target_tube_position
float64 compound_mass
---
float64 actual_mass_mg
bool success
---

View File

@@ -0,0 +1,4 @@
string string
---
bool success
---