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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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