-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load rqt_easy_handeye plugin failed #137
Comments
If it's convenient, we can add the WeChat account of each other, and discuss the problem together. |
ok you may email me your wechat account 😊 |
hi, Have you solved this problem? |
You can check
|
hi, Have you solved this problem,and can i email my wechat to you,discussing the problem? |
Hello, I also had this problem, there are two rviz whidows displayed but no rqt_easy_handeye window. I had checked the move_group and the default is arm, it seems correct. If it is convinent, can I have your wechat to consult you about |
我的launch文件如下:
|
hello, I am having the same problem as yours. Have you solved this problem? |
您好!
谢谢,非常感谢你给我提供的launch文件!我们遇到过这个问题,后来我们检查了生成的tf tree,发现了一些问题,改动了tf tree之后,我们就能正常标定了,再次感谢你的帮助!!如果有幸能添加您的微信,那就太好啦!我的微信号是:Gritsua
祝好!
sua
…------------------ 原始邮件 ------------------
发件人: "IFL-CAMP/easy_handeye" ***@***.***>;
发送时间: 2024年12月25日(星期三) 下午3:53
***@***.***>;
***@***.******@***.***>;
主题: Re: [IFL-CAMP/easy_handeye] Load rqt_easy_handeye plugin failed (Issue #137)
我的launch文件如下: `
<arg name="marker_size" value="0.1" /> <arg name="marker_id" value="325" /> <!-- start ArUco --> <node name="aruco_tracker" pkg="aruco_ros" type="single"> <remap from="/camera_info" to="/kinect2/hd/camera_info" /> <remap from="/image" to="/kinect2/hd/image_color_rect" /> <param name="image_is_rectified" value="true"/> <param name="marker_size" value="$(arg marker_size)"/> <param name="marker_id" value="$(arg marker_id)"/> <param name="reference_frame" value="kinect2_rgb_optical_frame"/> <param name="camera_frame" value="kinect2_rgb_optical_frame"/> <param name="marker_frame" value="camera_marker" /> </node> <!-- start the robot --> <include file="$(find kinova_bringup)/launch/kinova_robot.launch"> </include> <include file="$(find j2n6s300_moveit_config)/launch/j2n6s300_demo.launch"> </include> <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"> </node> <!-- start the camera --> <include file="$(find kinect2_bridge)/launch/kinect2_bridge.launch"> </include> <!-- start easy_handeye --> <include file="$(find easy_handeye)/launch/calibrate.launch" > <arg name="namespace_prefix" value="$(arg namespace_prefix)" /> <arg name="eye_on_hand" value="false" /> <arg name="tracking_base_frame" value="kinect_rgb_optical_frame" /> <arg name="tracking_marker_frame" value="camera_marker" /> <arg name="robot_base_frame" value="j2n6s300_link_base" /> <arg name="robot_effector_frame" value="j2n6s300_end_effector" /> <!--disable automatic robot movement--> <arg name="freehand_robot_movement" value="false" /> <arg name="robot_velocity_scaling" value="0.5" /> <arg name="robot_acceleration_scaling" value="0.2" /> </include>
calibrate文件中move_group如下: `
hello, I am having the same problem as yours. Have you solved this problem?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Environment
os: ubuntu20.04
ros: noetic
date: 24.4.17
device: Azure kinetic + UR10
Problem
When I
roslaunch easy_handeye ur10_cali.launch
(which is newly created), rviz is working correctly, but there is norqt_easy_handeye
window (although therqt_easy_handeye
node is shown inrosnode list
). And I don't know how to calibrate without that GUI. Thank you for any suggestion.This is my
ur10_cali.launch
(the robot is started by another computer):my
rosnode list
:More information: from this video on bilibili we can see that
rqt_easy_handeye
window is shown when the command is executed.Plugin in cli rqt throws an error
This is an additional test. I've already included
calibrate.launch
and itsrviz
started correctly. My robot is started bynuc
linked to my PC (this may be a problem), and I can execute motion planning in that rviz. When I try to loadHand-eye calibration
plugin inrqt
, with my launch file running, an error occurs: (The pluginHand-eye calibration Movement
is working well)Full output of
roslaunch easy_handeye ur10_cali.launch
https://paste.ubuntu.com/p/QdT7gXpkxk/
The text was updated successfully, but these errors were encountered: