ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The comments to #q360774 is what helped me: gazebo_ros_pkgs
has to be installed from source:
src
and then git clone https://github.com/ros-simulation/gazebo_ros_pkgs.git -b ros2
(this clones branch ros2)sudo rosdep update
followed by rosdep check --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
. If all goes well you should see "All system dependencies have been satisfied".src
and then finally colcon build
. Don't forget to source this workspace.2 | No.2 Revision |
The comments to #q360774 is are what helped me: gazebo_ros_pkgs
has to be installed from source:
src
and then git clone https://github.com/ros-simulation/gazebo_ros_pkgs.git -b ros2
(this clones branch ros2)sudo rosdep update
followed by rosdep check --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
. If all goes well you should see "All system dependencies have been satisfied".src
and then finally colcon build
. Don't forget to source this workspace.