Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Topic '__ros_service' is not registered! Known topics are: ...

Discussion in 'Robotics' started by lorenz_gunreben, Dec 6, 2021.

  1. lorenz_gunreben

    lorenz_gunreben

    Joined:
    May 17, 2021
    Posts:
    6
    I updated my ROSTcpConnector to the current version, changed all messages from e.g. "MPoseStamped" to "PoseStampedMsg" etc.
    Now, if I start play mode, the command line on the rosside goes red with messages like:
    "Topic '__ros_service' is not registered! Known topics are:..." or "Topic '__subscribe' is not registered!...".

    Since I need to use ROS Kinetic for my project, I thought that could be the issue, but maybe there is a different (and fixable?) issue?

    Thx for any help :)
     
  2. LaurieUnity

    LaurieUnity

    Unity Technologies

    Joined:
    Oct 23, 2020
    Posts:
    77
    Hi, I'd expect to see that message if you have an old version of ROS-TCP-Endpoint. ROS-TCP-Connector and ROS-TCP-Endpoint should always be updated together to the same version number.