turtlesim_node doesn't error out but no window appears
I am trying to learn ROS2 (Foxy) on Windows 10 and am following the official tutorials. When I got to the "2 Start turtlesim" part of the tutorial at https://docs.ros.org/en/foxy/Tutorials/Turtlesim/Introducing-Turtlesim.html#turtlesim, the command would not error out but the simulator window wouldn't appear either. Running ros2 doctor shows:
python3 -m pip install ifcfg
to install needed package.
[PATH]\ros2-windows\Lib\site-packages\ros2doctor\api\network.py: 67: UserWarning: ERROR: ifcfg
module is not imported. Unable to run network check.
[PATH]\ros2-windows\Lib\site-packages\ros2doctor\api_init_.py: 95: UserWarning: Check entry point PackageCheck fails to load.
[PATH]\ros2-windows\Lib\site-packages\ros2doctor\api_init_.py: 95: UserWarning: Check entry point PlatformCheck fails to load.
[PATH]\ros2-windows\Lib\site-packages\ros2doctor\api_init_.py: 95: UserWarning: Check entry point TopicCheck fails to load.
4/4 check(s) failed
Failed modules: network
I replaced the beginning of the paths with '[PATH]' for security reasons.
Asked by NWasHere on 2021-07-07 18:32:29 UTC
Comments