Problem witth RosInterface on Ubuntu 16.04

Typically: "How do I... ", "How can I... " questions
fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: Problem witth RosInterface on Ubuntu 16.04

Post by fferri »

Hams Ansari wrote: 06 Oct 2019, 09:10 rosBubbleRob2.cpp:19:21: fatal error: ros/ros.h: No such file or directory
#include <ros/ros.h>
^
compilation terminated.
how are you compiling rosBubbleRob2?

Hams Ansari
Posts: 5
Joined: 27 Aug 2019, 09:15

Re: Problem witth RosInterface on Ubuntu 16.04

Post by Hams Ansari »

g++ -o rosBubbleRob2 rosBubbleRob2.cpp

Going inside the my vrep folder vrep/programming/ros_packages/ros_bubble_rob2/src


viewtopic.php?f=9&t=6802&p=31406#p31406

Read this forum

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: Problem witth RosInterface on Ubuntu 16.04

Post by fferri »

ROS nodes should be compiled with the ROS build tools.

Check the documentation at http://wiki.ros.org/ROS/Tutorials

Post Reply