ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
2 | No.2 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q#q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
3 | No.3 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q#q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
I have done a ton of googling
this is probably google and my search bubble with them, but the first result for me when searching for ros json
is rosbridge_suite.
4 | No.4 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q#q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
I have done a ton of googling
this is probably google and my search bubble with them, but the first result for me when searching for ros json
is rosbridge_suite.
5 | No.5 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q#q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
I have done a ton of googling
this is probably google and my search bubble with them, but the first result for me when searching for ros json
is rosbridge_suite.
6 | No.6 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
I have done a ton of googling
this is probably google and my search bubble with them, but the first result for me when searching for ros json
is rosbridge_suite.
Edit2: another option might be rosnodejs.
7 | No.7 Revision |
You don't give us any info on what you'd like to communicate, so this is hard to answer, but: there is a similar / duplicate question from just a few hours ago. See #q267939.
But this -- and #q267939 -- are essentially duplicates of many others. Please try to use the search or Google (add site:answers.ros.org
to your query).
Edit:
To be specific, the data could be represented in JSON file of a few hundred bytes being sent and received every few seconds.
That is exactly what the tools (rosbridge_suite
) in the answer to #q267939 actually do: provide you with a JSON bridge to a ROS nodegraph.
I have done a ton of googling
this is probably google and my search bubble with them, but the first result for me when searching for ros json
is rosbridge_suite.
Edit2: another option might be rosnodejs.
and another one rosserial, in particular rosserial_embeddedlinux. It wasn't meant for this, but could be an option. Just run client and server on the same machine.