ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I have solved the problem in following manner:

  1. In webpage https://index.ros.org/doc/ros2/Tutorials/Building-ROS-2-on-Linux-with-Eclipse-Oxygen/: Replace ament command with colcon. Create a new Builder for the project with colcon command. set location as /usr/bin/colcon. Set appropriate arguments which you will use to compile the package from the terminal.

    1. For indexer: In C/C++ General -> Path and Symbols -> tab includes -> for GNU C++ language: Add path of ROS includes (/opt/ros/foxy/include), Add path of includes of specific libraries which pkg uses, Add install path of the other ros-packages from the underlay/current workspace environment.