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