Skip to content

Intellisense for rclpy on Windows and Linux when ROS 2 is installed elsewhere

License

Notifications You must be signed in to change notification settings

offish/rclpy-intellisense

Repository files navigation

rclpy-intellisense

ROS Client Library for the Python language. This is a dummy fork of humble only intended to be used for intellisense purposes. Useful if developing on another system than where ROS 2 is available (Docker for example). Code within this package is NOT intended to be ran.

Install

pip install rclpy-intellisense

Usage

import rclpy

# now pylance should not underline and autocomplete works