Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a topic without a leading forward slash #303

Closed
spiderkeys opened this issue Jul 22, 2019 · 1 comment
Closed

Creating a topic without a leading forward slash #303

spiderkeys opened this issue Jul 22, 2019 · 1 comment

Comments

@spiderkeys
Copy link

spiderkeys commented Jul 22, 2019

Referencing:
#192

ROS2 Version:
Dashing

I am working on a ROS2 application in which I need to publish to topics which do not have leading forward slashes. The target of communication is a pure DDS application, not a ROS2 application. I was hoping that using avoid_ros_namespace_conventions=true would help me achieve this, but it looks like there is still a leading slash on any topics created using this method preventing the ability to interoperate.

Looking at the previous discussions, it seems like this was punted on until someone had a use-case. I'm not sure how useful avoid_ros_namespace_conventions can be, if it always assumes non-ROS nodes to start with a forward slash. Such an assumption seems highly arbitrary.

Are there any plans to address this, or perhaps there might be another way I can accomplish this?

@spiderkeys
Copy link
Author

Closing this, as I just found ros2/ros2#496, which seems to be a better place to discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant