lagadic / visp_ros

A basket of generic ros nodes based on ViSP library
GNU General Public License v2.0
42 stars 33 forks source link

error in ./tutorial-ros-pioneer-visual-servo.cpp #26

Closed AnukritiSinghh closed 2 years ago

AnukritiSinghh commented 2 years ago

Hi, I try to run tutorial-ros-pioneer-visual-servo.cpp, but I am getting the following error and can't understand what the problem is. Can you please help me?

image

fspindle commented 2 years ago

You are trying to execute a C++ source code file .cpp. You need first to build the project. I suggest that you become familiar with C++ build toolchain and follow ROS tutorials.