rqt_graph cannot find rqt_gui_cpp/plugin.xml
Process of installing ROS2 on Windows 10
Followed procedures outlines in https://docs.ros.org/en/humble/Installation.html
1. Install chocolatey
2. Install Python 3.8.3 - choco install -y python --version 3.8.3
3. Install OpenSSL (latest version) - Win64 OpenSSL v1.1.1n
Edit Path - C:\Program Files\OpenSSL-Win64\bin
4. Install Visual C++ Redistributables - choco install -y vcredist2013 vcredist140
5. Download and installed opencv
6. Add in Visual C++ to Visual Studio. Make sure that no C++ CMake
tools are installed by unselecting them in the list of components to be installed.
6. choco install -y cmake
7. choco install -y -s
Environment Setup 1. Start cmd in admin mode : call C:\dev\ros2humble\localsetup.bat 2. Able to run ros2 run demonodescpp talker & ros2 run demonodespy listener in different cmd shell Tutorial - Using turtlesim and rqt 3. Can install and run turtlesim - ros2 run turtlesim turtlesimnode ros2 run turtlesim turtleteleopkey 4. Open new terminal and run ros2 node list - OK 5. Open new terminal and run rqt - OK Tutorial - Understanding nodes - OK Tutorial - Understanding topics - Open new terminal and run : ros2 run turtlesim turtlesimnode - OK - Open new terminal and run : ros2 run turtlesim turtleteleopkey - OK - Open new terminal and run : rqt_graph - Error
Asked by PL on 2022-07-14 09:32:28 UTC
Comments