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

How DDS topic name configure like ROS2 prefix Topic?

asked 2018-06-22 21:34:14 -0500

Kei gravatar image

updated 2018-06-22 21:35:22 -0500

Hi, All.

This question is related this topic.

For communication between general DDS and ROS2, prefix topic naming for ROS2 should be done.

However, as described in the ROS2 design doc, the front slash (/) is considered a prefix. (This was checked via python)

While all planned prefixes consist of two characters, i.e. rX, anything proceeding the first namespace separator, i.e. /, can be considered part of the prefix. The standard reserves the right to use up to 8 characters for the prefix in case additional prefix space is needed in the future. - ROS2.0 design doc

Because of this, it does not appear in the "ros2 topic list". I typed the Topic name as "rt/chatter", but it appears in python as "/rt/chatter".

How can I fix it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-26 01:25:31 -0500

Kei gravatar image

Solved from Github Issue.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-06-22 21:34:14 -0500

Seen: 461 times

Last updated: Jun 26 '18