Open
Description
Hi,
When I use the RCLJava Interfaces, I have a doubt about rclJavaInit API.
There are several APIs with simple verb name.
public static boolean isInitialized()
public static boolean ok()
public static void spin(final Node node)
public static void shutdown()
However, initialization API name is something different.
public static void rclJavaInit()
rclJavaInit() is used with shutdown() in pair.
In my short thought, init() is more natural. :)
Is there any reason to use specific name like rclJavaInit()?