Robotics StackExchange | Archived questions

Questions about move_IT running on Windows

I set up ros and MOVEIT packages on my Windows system.I then tried to run the Python interface section of the MOVEIT tutorial.Then I encountered two problems: first, I couldn't load Rviz properly when I run roslaunch panda_moveit_config demo.launch and encountered the following error:

 QObject::connect: Cannot queue arguments of type 'QVector<int>'
(Make sure 'QVector<int>' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QVector<int>'
(Make sure 'QVector<int>' is registered using qRegisterMetaType().)

My RVIz screen is a black screen. second ,I Tried to run rosrun moveit_tutorials move_group_python_interface_tutorial.py .and I got following result:

[rosrun] Couldn't find executable named move_group_python_interface_tutorial.py

I want to know how to run python file on windows ros. p.s. I Tried to load my own robot in rviz and I got success.

Asked by mhx974630730@gmail.com on 2021-09-04 21:51:54 UTC

Comments

I am also getting this error when trying to launch

roslaunch moveit_tutorials obstacle_avoidance_demo.launch

I am working with ROS Noetic on Windows 10. I followed all the installation and build guidelines found here: https://ms-iot.github.io/ROSOnWindows/Moveit/moveit_tutorials.html

Asked by AlexLYN on 2021-12-13 10:50:12 UTC

Answers