ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I want to create a message file for action server to receive goal. I want action server to take data in the form of a dictionary from action client and push it to google sheet. How can I do it? I wrote it like this , is this correct?

asked 2021-02-17 00:54:02 -0500

DB gravatar image

updated 2021-02-19 23:17:21 -0500

jayess gravatar image

I want to create a message file for action server to receive goal. I want action server to take data in the form of a dictionary from action client and push it to google sheet. How can I do it? I wrote it like this , is this correct?

# goal 

string protocol

string mode

string sheet_id

**data
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-02-19 20:35:47 -0500

standmit gravatar image

updated 2021-02-19 20:37:11 -0500

DictRecord.msg:

string key
string value

MyAction.action:

string protocol
string mode
string sheet_id
DistRecord[] data
---
string result
---
string feedback
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-02-17 00:54:02 -0500

Seen: 130 times

Last updated: Feb 19 '21