Getting error while running a code for lidar ce30-d as using: command not found

asked 2022-05-18 03:54:56 -0500

GLACE VARGHESE T gravatar image

updated 2022-05-18 23:46:53 -0500

Interfacing the lidar with ROS MELODIC has done correctly , but when the desired code is running ,it is showing errors on general commands . using namespace std; below are the errors displayed.

./lidarce30d.cpp: line 4: using: command not found ./lidarce30d.cpp: line 5: using: command not found ./lidarce30d.cpp: line 7: syntax error near unexpected token (' ./lidarce30d.cpp: line 7:void DataReceiveCB(shared_ptr<pointcloud> cloud) {'

edit retag flag offensive close merge delete