Load gnss_poser
parameters from map_path
directory
#2945
Unanswered
VRichardJP
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
pointcloud_map.pcd
file, thelanelet2_map.osm
file, and thegnss_poser
parameters are tightly coupled: all of them need to use the same coordinate system. Yet, there is currently no simple way to set thegnss_poser
parameters.The
gnss_poser
is started by thegnss.launch.xml
file from thexxx_sensor_kit_launch
package. In thesample_sensor_kit_launch
package, only thecoordinate_system
parameter is set, and it cannot be modified from the outside. I don't think it makes much sense to set the coordinate system from the sensor kit launch files, since the coordinate system parameters are relative to the maps and not the vehicle.Since the
gnss_poser
coordinate system parameters are relative to the maps, why not put them with the maps?Precisely, couldn't we add a
coordinate_system.param.yaml
file next to thepointcloud_map.pcd
andlanelet2_map.osm
files? Thecoordinate_system.param.yaml
would contains parameters such as:coordinate_system
plane_zone
latitude
longitude
altitude
The file would be passed from
autoware.launch.xml
down to the sensor kitgnss.launch.xml
file, so thatgnss_poser
can load the configuration.Obviously, such change would be breaking as everyone using a gnss sensor would have to create the
coordinate_system.param.yaml
file, but I think it would make the life easier for people using many maps.Beta Was this translation helpful? Give feedback.
All reactions