Robotics Development Extensions for ROS 2

This is a Visual Studio Code Extension that provides debugging support for [Robot Operating System 2 (ROS 2)][http://ros.org] development ROS 2 on Windows, Linux and MacOS. The Robot Operating System is a trademark of Open Robotics.

NOTE: This extension is rebranded and re-released by Ranch Hand Robotics, owned by the maintainer of the ms-iot VSCode ROS Extension with permission from Microsoft. The source extension was split into 3 parts - ROS 1, ROS 2 and a URDF editor.

Features

  • Automatic ROS environment configuration.
  • Allows starting, stopping and viewing the ROS core status.
  • Automatically create colcon build and test tasks.
  • Run and Debug ROS Launch Files
  • Resolve dependencies with rosdep shortcut
  • Syntax highlighting for .msg, .urdf and other ROS files.
  • Automatically add the ROS C++ include and Python import paths.
  • Format C++ using the ROS clang-format style.
  • Debug a single ROS node (C++ or Python) by [attaching to the process][debug_support-attach].
  • Debug ROS nodes (C++ or Python) [launched from a .launch file][debug_support-launch].
  • Configure Intellisense