Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Doc mentions node.newParameterTree but it doesn't exists #114

Open
@chadrockey

Description

@chadrockey

Original author: bil...@gmail.com (May 11, 2012 22:50:02)

in the file docs/src/main/sphinx/getting_started.rst (rev e417224a6150 12 May 2012)

There is a small error in the rosjava doc
at line 340 : ParameterTree params = node.newParameterTree();

but the method newParameterTree doesn't exists.

Correct line is :
ParameterTree params = node.getParameterTree();

Original issue: http://code.google.com/p/rosjava/issues/detail?id=114

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions