Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi can someone help me with ros kinetic + urg_node on raspbian OS PI4 #89

Open
DanielHaikal opened this issue May 1, 2021 · 0 comments

Comments

@DanielHaikal
Copy link

source /opt/ros/kinetic/setup.bash
mkdir -p ~/catakin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace
cd ..
catkin_make

cd ~/catkin_ws/src
git clone https://github.com/ros-perception/laser_proc.git
git clone https://github.com/ros-drivers/urg_c.git
cd ~/catkin_ws
catkin_make

i can install this packages but after run this

cd ~/catkin_ws/src
git clone https://github.com/ros-drivers/urg_node
cd ~/catkin_ws catkin_make

error come out which is

CMake Error at urg_node/CMakeLists.txt:79 (roslint_cpp): Unknown CMake command "roslint_cpp".

-- Configuring incomplete, errors occurred!
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant