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

ROC-517-Fix bug in serialization methods for dynamicmessage #5

Merged
merged 3 commits into from
Nov 13, 2019

Conversation

justinscorringe
Copy link
Collaborator

+Add extra layer of folder searching for ros messages
+Remove extra forward slash in qualified node names

Add extra layer of folder searching for ros messages
Remove extra forward slash in qualified node names
ros/node.go Outdated
@@ -149,8 +150,8 @@ func newDefaultNode(name string, args []string) (*defaultNode, error) {

node.nameResolver = newNameResolver(node.namespace, node.name, remapping)
node.nonRosArgs = rest

node.qualifiedName = node.namespace + "/" + node.name
// Removed additional "/" from node.qualifiedName which breaks rosgraph tests in roswtf
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't put comments in which just explain how this version was changed; that's just source control meta-data.

ros/node.go Outdated
Comment on lines 17 to 18

"github.com/edwinhayes/rosgo/xmlrpc"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you find out whether this change was just accidental, or whether the IDE and Go tools did this automatically?

@edwinhayes edwinhayes merged commit 600cde2 into master Nov 13, 2019
@edwinhayes edwinhayes deleted the ROC-517-FixBugsInSerialization branch November 13, 2019 02:54
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

Successfully merging this pull request may close these issues.

2 participants