Simple Message failed

I would ask this on github but questions are forwarded here.

I created the topic three with that message through rosbridge

{
“op”: “advertise”,
“topic”: “/three”,
“type”: “std_msgs/String”
}

but failed send than sending a simple string with that
{
“op”: “publish”,
“topic”: “/three”,
“type”: “”,
“msg”: “forward”
}
or that
{
“op”: “publish”,
“topic”: “/three”,
“type”: “std_msgs/String”,
“msg”: “forward”
}

what would be the right way to post a simple text message ?

Thanks for your question. However we ask that you please ask questions on http://answers.ros.org following our support guidelines: Support - ROS Wiki

ROS Discourse is for news and general interest discussions. ROS Answers provides a Q&A site which can be filtered by tags to make sure the relevant people can find and/or answer the question, and not overload everyone with hundreds of posts.

Than they should change their template for posting issues.

Anyway will ask on answers

Thanks for your reply
V

@vkmm if you are specific about (a) what template and (b) what in the template needs changed, I’m sure the change will happen a whole lot sooner.

1 Like

they will probably know. However it’s the issue template in
.github/.github/ISSUE_TEMPLATE at main · RobotWebTools/.github · GitHub config.yml

which forwards people here not to answers.ros.org

Actually it points you to both, answers for questions and here for discussion:

1 Like

thanks for checking !

Than I might have clicked the other button

sorry !

2 Likes