canopen msg/srv added
This commit is contained in:
parent
f61b574364
commit
ddf993ee94
7
src/custom_interfaces/msg/CANopenFeedback.msg
Normal file
7
src/custom_interfaces/msg/CANopenFeedback.msg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
std_msgs/Header header
|
||||||
|
int64 position
|
||||||
|
float64 velocity
|
||||||
|
float32[] temperature
|
||||||
|
float32[] pressure
|
||||||
|
float32[] humidity
|
||||||
|
string message
|
6
src/custom_interfaces/srv/CANopenCmd.srv
Normal file
6
src/custom_interfaces/srv/CANopenCmd.srv
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
int64 position
|
||||||
|
float64 velocity
|
||||||
|
string control
|
||||||
|
---
|
||||||
|
bool success
|
||||||
|
string message
|
@ -1,4 +1,4 @@
|
|||||||
string model_name
|
string model_name
|
||||||
---
|
---
|
||||||
bool success
|
bool success
|
||||||
string state_return
|
string return_state
|
||||||
|
Loading…
Reference in New Issue
Block a user