You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was able to build the mapviz from source for ros-foxy on ubuntu 20.04.
I git cloned with branch foxy-eol.
When first tried to launch by entering ros2 launch mapviz mapviz.launch.py
No map is displayed
And getting this error
[mapviz-1] [WARN] [1703118394.607287593] [swri_transform_util::Transformer]: Wgs84Transformer not initialized
Now I tried with different launch.py setup as below
Now the mapviz runs with little jitter and it gives following error
[mapviz-1] at line 133 in /tmp/binarydeb/ros-foxy-tf2-0.13.14/src/buffer_core.cpp
[mapviz-1] Warning: Invalid frame ID "map__identity" passed to canTransform argument source_frame - frame does not exist
What is wrong with the launch file?
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
Hello,
I was able to build the mapviz from source for ros-foxy on ubuntu 20.04.
I git cloned with branch foxy-eol.
When first tried to launch by entering
ros2 launch mapviz mapviz.launch.py
No map is displayed
And getting this error
Now I tried with different launch.py setup as below
Now the mapviz runs with little jitter and it gives following error
What is wrong with the launch file?
How can I solve this issue?
The text was updated successfully, but these errors were encountered: