add motorinfo
This commit is contained in:
@@ -50,6 +50,7 @@ set(srv_files
|
||||
srv/BtRebuild.srv
|
||||
srv/MotorParam.srv
|
||||
srv/JzCmd.srv
|
||||
srv/MotorInfo.srv
|
||||
)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
6
src/srv/MotorInfo.srv
Normal file
6
src/srv/MotorInfo.srv
Normal file
@@ -0,0 +1,6 @@
|
||||
string target
|
||||
string type
|
||||
uint8[] motor_ids
|
||||
---
|
||||
float32[] motor_angles
|
||||
bool ret
|
||||
Reference in New Issue
Block a user