ros-geographic-info/open_street_map

does not work with <geographic_info-0.4.0>

Closed this issue · 7 comments

Hi, I would like to report an issue with the last release of geographic_info (0.4.0). The problem is related to the geodesy_gen_uuid , removed since deprecated (ros-geographic-info/geographic_info#4).

Following the procedure stated in doc/geodesy.gen_uuid.rst everything is ok now.

There are few changes in these files:

osm_cartography/src/osm_cartography/xml_map.py
route_network/scripts/route_network
route_network/tests/test_planner.py

I'm going to create a fork for the project and then a pull request, it's ok for you?

Yes. That would be most appreciated.

Sorry for making that change without detecting the breakage.

Done!

I'll leave this issue open for now, and close it when I release your fix to Indigo.

Thanks!

Hi Jack, I have a problem with osm_cartography.

When I use the example in the launch file (viz_osm.launch), give me the next error:

Traceback (most recent call last):
File "/home/andres/ros_ws/open_street_map/osm_cartography/scripts/osm_server", line 51, in
from osm_cartography import xml_map
ImportError: No module named osm_cartography
Traceback (most recent call last):
File "/home/andres/ros_ws/open_street_map/osm_cartography/scripts/viz_osm", line 65, in
import osm_cartography.cfg.VizOSMConfig as Config
ImportError: No module named osm_cartography.cfg.VizOSMConfig

I am work just now with ROS indigo. Please, Can you help me?

Please post what command you ran to get that crash. Was it this?

roslaunch osm_cartography viz_osm.launch

That is not crashing for me right now. It does complain about the missing queue_size in the publisher, but that is something different.

Hi Jack,

Yes, the command was that "roslaunch osm_cartography viz_osm.launch".

2015-10-07 22:52 GMT+02:00 jack-oquin notifications@github.com:

Please post what command you ran to get that crash. Was it this?

roslaunch osm_cartography viz_osm.launch

That is not crashing for me right now.


Reply to this email directly or view it on GitHub
#3 (comment)
.

*Andrés *

@Fenix0817: I suspect there is something wrong with your workspace or your ROS environment setup.