Skip to content

ROS tools not found in PowerShell on Windows #21

Open
@binitshah

Description

@binitshah

On Windows 10 x86 64bit, ROS tools like roscore, rostopic, etc. all work fine with Command Prompt. But when I run roscore with PowerShell, I see the following:

(ros) PS C:\Users\Binit Shah> roscore
Traceback (most recent call last):
  File "C:\ProgramData\Miniconda3\envs\ros\Library\bin\roscore", line 36, in <module>
    from rosmaster.master_api import NUM_WORKERS
ModuleNotFoundError: No module named 'rosmaster'

rostopic, rosservice, and the others show similar ModuleNotFoundErrors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    windowsRelated to Windows build platformwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions