I have followed the instruction https://www.lgsvlsimulator.com/docs/create-ros2-ad-stack/
And try to build the package using colcon as it states in the tutorial.
source /opt/ros/crystal/setup.bash
cd ~/ros2_ws
colcon build --symlink-install
but my package build failed with error 'str' object has no attribute 'format__map'
Could you please help me look into this?
I have followed the instruction https://www.lgsvlsimulator.com/docs/create-ros2-ad-stack/
And try to build the package using colcon as it states in the tutorial.
source /opt/ros/crystal/setup.bash
cd ~/ros2_ws
colcon build --symlink-install
but my package build failed with error 'str' object has no attribute 'format__map'
Could you please help me look into this?