Closed jimdinunzio closed 3 months ago
Never mind. I was naively installing the wrong gazebo package and getting confused about classic vs Ignition,
sudo apt install gazebo
Instead of
sudo apt install ros-$ROS_DISTRO-gazebo-*
I submitted a ros2-navigation issue to recommend some additional requirements:
I'm following the instructions for the navigation2_with_gps tutorial. But after the step to launch the gazebo demo, there is nothing published on /gps/fix.
ros2 launch nav2_gps_waypoint_follower_demo gazebo_gps_world.launch.py
I upgraded from Humble to Iron so I can use the gps waypoint follower
I had to install gazebo because the code in this github uses gzclient and gzserver. It does not use the newer Ignition version.
Maybe it cannot find the gps_sensor plugin and i do not know how to install it.
There is no error output