Skip to content

tcp endpoint 0.7 update #66

Description

@seifmostafa73

As for anyone trying to run the generated Message classes, this will not work with the current TCP-endpoint package (Version 0.7 and above )
here's a quick fix for the

The type or namespace name 'Pose' does not exist in the namespace 'RosMessageTypes.Geometry' (are you missing an assembly reference?)

or any namespace name errors

  • just Add Msg at the end of the message's class name
    ex:
    public Geometry.Pose pick_pose;
    to
    public Geometry.PoseMsg pick_pose;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions