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.
Small patches, robustness, rosinstall and doc #132
Open
Description
Original author: tibokr...@gmail.com (July 15, 2012 12:00:41)
Find 5 tiny patches in my rosjava clone
http://code.google.com/r/tibokruse-patches/source/list
What steps will reproduce the problem?
- Try to run gradle install in rosjava when ROS_PACKAGE_PATH is not set.
Causes NPE
What steps will reproduce the problem?
- 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: http://code.google.com/p/rosjava/issues/detail?id=132