-
Notifications
You must be signed in to change notification settings - Fork 46
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
Use in ROS melodic+UR5+KinectV2 has a problem?The correct image always flashes for a short time, and then the wrong image appears. #43
Comments
Hi @nemoxiaoli, I am glad you like the URDF filter :D In short, there are two main things that must be correct for URDF filter to be able to work:
It seems both things are there, because the initial render works. Why or when does it turn bad? Is it with the first transform update from |
BTW @nemoxiaoli , the video you posted is corrupt and does not play. |
Could it be that you have multiple nodes that publish tf transforms? They would conflict and send contradicting information to the URDF filter. It could maybe explain why it alternate between good and bad.. If none of these issues show up in rviz, then it makes a bug in our filter more likely. |
Are there relevant lines in the log output of the filter? Does roswtf show something interesting? Can you run the minimal amount of components (tf publisher, urdf filter, kinect) and see if it still happens? rosnode list, rostopic list? |
Hi all good man,i am sorry for disturbance.@JimmyDaSilva @blodow
Thank you for share us this wonderful package .I am a new novice of Ros.I want to filter the image of robot from the depth image to track the moving obstacle.Luckly this package seems to provide such function. However,when I run this package, the output image is wrong.The correct image always flashes for a short time, and then the wrong image appears.I have worked on this for many days,and i can not work out this question .So,i ask you for a help.Thank you again.
I have tried to change the filter_kinectV2.launch and the filter_parameters.yaml for my system .
The changed filter_kinectV2.launch file:
The changed filter_parameters.yaml file:
I start these files for running this package:
1.roslaunch ur_modern_driver ur5_bringup.launch limited:=true robot_ip:=192.168.250.1 use_lowbandwidth_trajectory_follower:=true
2.roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch limited:=true
3.roslaunch ur5_moveit_config moveit_rviz.launch config:=true
4.roslaunch kinect2_bridge kinect2_bridge.launch publish_tf:=true
5.roslaunch easy_handeye start.launch
6.roslaunch realtime_urdf_filter filter_kinectV2.launch
The video of the output image as follows:
https://user-images.githubusercontent.com/97078679/226268932-744cbd10-4d31-4ab1-a7ac-e7086cc1d55f.mp4
the right image(just maintain a short time):
the wrong image(appear for the most time):
What else should I do to run this package? Any suggestion would be grateful
The text was updated successfully, but these errors were encountered: