Skip to content

Incorrect node name in default namespace #29

@gelin

Description

@gelin

If the node is created like this:

node, err := ros.NewNode("nodename", os.Args)

The resulting node name registered on ROS master become "//nodename".

This causes the address of the node cannot be determined correctly and tools like multimaster_fkie cannot sync a master with such node.

$ rosnode list -a
unknown address         //nodename

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions