Hi all,
I'm a new user of ROS and I'm trying to use this package in my UR5+Kinect system.
In my system, I have already done the following works:
1.control the UR5 by ROS moveit and ur_modern_driver;
2.handeye calibration between UR5 and Kinect;
3.read the RGB, depth, and pointcloud of KinectV2 in Rviz;
4.transform depth or pointcloud into octomap to realize obstacle avoidance.
But I found it's really slow for step 4, so I'm trying to filter the robot and background in depth or pointcloud in order to focus on the dynamic obstacle part.
Luckly this package seems to provide such function. But there isn't quite much tutorial for using this great work. I have tried to change the realtime_urtf_filter.launch for my system but there is not the filtered depth output. I start these files for running this package:
1.roslaunch kinect2_bridge kinect2_bridge.launch
2.roslaunch ur_modern_driver ur5_bringup.launch
3.roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch
4.roslaunch ur5_moveit_config moveit_rviz.launch
5.roslaunch realtime_urdf_filter realtime_urtf_filter.launch
The changed realtime_urtf_filter.launch file:
realtime_urdf_filter_plus.txt
mainly change the topic name
What else should I do to run this package? Any suggestion would be grateful
Hi all,
I'm a new user of ROS and I'm trying to use this package in my UR5+Kinect system.
In my system, I have already done the following works:
1.control the UR5 by ROS moveit and ur_modern_driver;
2.handeye calibration between UR5 and Kinect;
3.read the RGB, depth, and pointcloud of KinectV2 in Rviz;
4.transform depth or pointcloud into octomap to realize obstacle avoidance.
But I found it's really slow for step 4, so I'm trying to filter the robot and background in depth or pointcloud in order to focus on the dynamic obstacle part.
Luckly this package seems to provide such function. But there isn't quite much tutorial for using this great work. I have tried to change the realtime_urtf_filter.launch for my system but there is not the filtered depth output. I start these files for running this package:
1.roslaunch kinect2_bridge kinect2_bridge.launch
2.roslaunch ur_modern_driver ur5_bringup.launch
3.roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch
4.roslaunch ur5_moveit_config moveit_rviz.launch
5.roslaunch realtime_urdf_filter realtime_urtf_filter.launch
The changed realtime_urtf_filter.launch file:
realtime_urdf_filter_plus.txt
mainly change the topic name
What else should I do to run this package? Any suggestion would be grateful