cartographer-project / cartographer_ros

Provides ROS integration for Cartographer.
Apache License 2.0
1.65k stars 1.2k forks source link

rosservice call /write_state ~/111.pbstream error #1086

Closed ytgcljj closed 5 years ago

ytgcljj commented 5 years ago

goog@nuc8:~$ rosservice call /write_state ~/111.pbstream ERROR: Incompatible arguments to call service: Not enough arguments:

Service arguments are: [filename include_unfinished_submaps]

MichaelGrupp commented 5 years ago

The new include_unfinished_submaps parameter is missing. Can you please check if it works if you call it like here: https://github.com/googlecartographer/cartographer_ros/pull/1087/files ?

ytgcljj commented 5 years ago

thanks