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

tcp endpoint 0.7 update #66

Open
seifmostafa73 opened this issue Jan 2, 2023 · 0 comments
Open

tcp endpoint 0.7 update #66

seifmostafa73 opened this issue Jan 2, 2023 · 0 comments

Comments

@seifmostafa73
Copy link

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;
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