You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
I configured my distro to melodic through the pop-up msg, and now I get a notification that says Could not source the setup file for ROS distro "melodic". Furthermore my #include "ros/ros.h" and #include "std_msgs/String.h" statements are showing errors.
See the image below:
The text was updated successfully, but these errors were encountered:
mabe you should try ROS VSCode Extension, it can add a .json automaticly.I met similar problem like yours and I dont know how to fix it.my code can compile successfully and run successfully but VScode still show the red err to me.and I looking forward to having somebody help.
Hi @scout208 , were you able to fix that issue? I have the same.
I can manually make the connections to the include files of ROS and get rid of wave underlines. I can also use ROS and Catkin commands from command line. But I still have that error message, and can not use the functionality of the extension in VSCode.
I configured my distro to melodic through the pop-up msg, and now I get a notification that says
Could not source the setup file for ROS distro "melodic"
. Furthermore my#include "ros/ros.h"
and#include "std_msgs/String.h"
statements are showing errors.See the image below:
The text was updated successfully, but these errors were encountered: