ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is because you cloned the indigo-devel branch by default, which will not work on hydro.
Why not just install the binaries via apt-get?
sudo apt-get install ros-hydro-pointcloud-to-laserscan
2 | No.2 Revision |
This is because you cloned the repo, but did not install any dependencies. To install dependencies you would run:
rosdep install --from-paths src --ignore-src --rosdistro hydro -y
Incidentally you cloned the indigo-devel branch by default, which will not work on hydro.
Why not just install the binaries via apt-get?
sudo apt-get install ros-hydro-pointcloud-to-laserscan
3 | No.3 Revision |
This is because you cloned the repo, but did not install any dependencies. To install dependencies you would run:
rosdep install --from-paths src --ignore-src --rosdistro hydro -y
Incidentally you cloned the indigo-devel branch by default, which will not work on hydro.
Why not just install the binaries via apt-get?apt-get? This will pull in all dependencies automatically:
sudo apt-get install ros-hydro-pointcloud-to-laserscan