erik-nelson / blam

Other
785 stars 347 forks source link

Launching tests (offline/online) #28

Closed aleksander-lukashou closed 6 years ago

aleksander-lukashou commented 6 years ago

Hello.

While trying launch offline either online test packages I've got such problem:

_WARNING: unable to configure logging. No log files will be generated Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

Invalid tag: Cannot load command parameter [rosversion]: command [rosversion roslaunch] returned with code [1].

Param xml is The traceback for the exception was written to the log file_

However in launch file couldn't even find this line. Is it the package issue or rather roslaunch problem? Any idea is appreciated.

Bests, Alex

aleksander-lukashou commented 6 years ago

Just in case someone else had this kind of problem, the solution is

export ROS_PACKAGE_PATH=/ros_workspace:/opt/ros/electric/stacks Replace "/ros_workspace:/opt/ros/electric/stacks" with the desired package path.