vscode_ros2_workspace
vscode_ros2_workspace copied to clipboard
Question about sourcing ROS
Hi, thanks for this great set of tools and settings, it is tremendously useful. I am trying to use this on my local machine and running into a couple issues. All the tasks that are type 'shell' seem to be working fine. However, I run into an issue with the 'ament' type tasks.
eg. when I run the flake8 task, it says ament_flake8 command not found. Is there a way to add a 'source /opt/ros/humble/setup.bash' before the tasks run?