Closed edcogue closed 3 years ago
Hi there,
Could you share the entire python stack trace to help understand where the error arises? The example config.yaml file is provided here. The nav_graph.yaml is generated by building_map_generator. Typically for RMF deployments, this gets built and installed along when compiling the maps package. For example, building rmf_demos_maps will generate and install the nav_graphs to ~/rmf_demos_ws/install/rmf_demos_maps/share/rmf_demos_maps/maps/office/nav_graphs/
Here is the trace:
Starting fleet adapter...
Traceback (most recent call last):
File "/home/ubuntu/ros2_ws/install/fleet_adapter_template/lib/fleet_adapter_template/fleet_adapter", line 11, in
I'm using the traffic editor to generate de nav_graph.yaml.
It was my mistake, i was using the file .building.yaml instead of the file .yaml that comes from building map_generator. So the flow to build nav_map is the next?
Is it correct?
Yes, that would be the right approach 👍🏼
I'm trying to make a new fleet adapter using this template. I understand the use of the RobotClientAPI, but when I run the adapter template is raises the next error: operator[] call on scalar I think that may be is something wrong with my config.yaml or my nav_graph.yaml. Is it possible to get two example files of this files or any detailed information about the data inside?