gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Small patches, robustness, rosinstall and doc #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Find 5 tiny patches in my rosjava clone
http://code.google.com/r/tibokruse-patches/source/list

What steps will reproduce the problem?
1. Try to run gradle install in rosjava when ROS_PACKAGE_PATH is not set. 

Causes NPE

What steps will reproduce the problem?
1. Try to run tutorial Talker node when ROS_IP is set to empty string

Causes mildly confusing error message not pointing to ROS_IP
See https://code.ros.org/trac/ros/ticket/3981

Also one patch renames .rosinstall to rosjava.rosinstall. The name .rosinstall 
indicates a workspace, so it should be avoided in non-workspaces such as stacks.

Original issue reported on code.google.com by tibokr...@googlemail.com on 15 Jul 2012 at 12:00