add motor param srv
This commit is contained in:
@@ -48,6 +48,7 @@ set(srv_files
|
||||
srv/MapLoad.srv
|
||||
srv/MapSave.srv
|
||||
srv/BtRebuild.srv
|
||||
srv/MotorParam.srv
|
||||
)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
@@ -3,3 +3,4 @@ string type
|
||||
string position
|
||||
int32[] motor_id
|
||||
float32[] motor_angle
|
||||
float32[] motor_speed
|
||||
|
||||
@@ -3,3 +3,4 @@ string type
|
||||
string position
|
||||
int32[] motor_id
|
||||
float32[] motor_angle
|
||||
float32[] motor_speed
|
||||
|
||||
6
src/srv/MotorParam.srv
Normal file
6
src/srv/MotorParam.srv
Normal file
@@ -0,0 +1,6 @@
|
||||
uint16 motor_id
|
||||
uint16 max_speed
|
||||
uint16 add_acc
|
||||
uint16 dec_acc
|
||||
---
|
||||
int16 ret
|
||||
Reference in New Issue
Block a user