I've installed world_canvas from apt from the ROS ubuntu repo,
and I'm not sure where is this python library: warehouse_ros is:
|
import warehouse_ros as wr |
Just testing out the first launch example from the readme, I get this error:
$ roslaunch world_canvas_server world_canvas_server.launch debug:=true --screen
... logging to /home/ruffsl/.ros/log/35a221f2-a7a7-11e6-82a1-2c56dc38be90/roslaunch-cog-1-4257.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://cog-1:40164/
SUMMARY
========
PARAMETERS
* /rosdistro: kinetic
* /rosversion: 1.12.5
* /world_canvas_server/auto_save_map: False
* /world_canvas_server/start_map_manager: True
NODES
/
world_canvas_server (world_canvas_server/world_canvas_server)
ROS_MASTER_URI=http://localhost:11311
core service [/rosout] found
process[world_canvas_server-1]: started with pid [4275]
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/world_canvas_server/world_canvas_server", line 6, in <module>
import world_canvas_server
File "/opt/ros/kinetic/lib/python2.7/dist-packages/world_canvas_server/__init__.py", line 1, in <module>
from .annotations_server import *
File "/opt/ros/kinetic/lib/python2.7/dist-packages/world_canvas_server/annotations_server.py", line 40, in <module>
import warehouse_ros as wr
ImportError: No module named warehouse_ros
[world_canvas_server-1] process has died [pid 4275, exit code 1, cmd /opt/ros/kinetic/lib/world_canvas_server/world_canvas_server true __name:=world_canvas_server __log:=/home/ruffsl/.ros/log/35a221f2-a7a7-11e6-82a1-2c56dc38be90/world_canvas_server-1.log].
log file: /home/ruffsl/.ros/log/35a221f2-a7a7-11e6-82a1-2c56dc38be90/world_canvas_server-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done
I've installed world_canvas from apt from the ROS ubuntu repo,
and I'm not sure where is this python library:
warehouse_rosis:world_canvas/world_canvas_server/src/world_canvas_server/annotations_server.py
Line 40 in 5d48a2c
Just testing out the first launch example from the readme, I get this error: