Skip to content

"unknown message class 'unity_robotics_demo_msgs/PosRot'" #406

@ShroyerL

Description

@ShroyerL

Hi,

I followed the tutorial presented within this repo to reproduce the cube example in which it rotates and publishes the orientation to my ROS terminal. When I finally hit play, the error message reads "unknown message class 'unity_robotics_demo_msgs/PosRot'". This is the name of the message within PosRotMsg.cs generated by Unity when I build my ROS messages with the tool in the "Robotics>Generate ROS messages" tool. See lines 11 thru 14 of PosRotMsg.cs below:

public class PosRotMsg : Message
{
public const string k_RosMessageName = "unity_robotics_demo_msgs/PosRot";
public override string RosMessageName => k_RosMessageName;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions