doc: system-setup-ava: Rename map publisher yaml file #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When run docker image on AVA platform with command:
$ docker run --rm -it --net host -v ~/map:/map
-v ~/cyclonedds:/etc/cyclonedds 48a4503b4fe4 /bin/bash
-c "export CYCLONEDDS_URI=file:///etc/cyclonedds/cyclonedds.xml;
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp; source install/setup.bash;
ros2 launch scenario_simulator_launch autoware_auto_mapping.launch.py map_path:=/map/kashiwanoha"
It reports the error that it cannot find the *.map_publisher.yaml.
After checked the old document repo, the configuration file
map_publisher.param.yaml is exactly same file with
map.map_publisher.yaml in the old repository.
We rename the map_publisher.param.yaml file to the old name
map.map_publisher.yaml, which allows the above docker command to run
successfully.
Signed-off-by: Leo Yan [email protected]