Difference: Rtabmap (13 vs. 14)

Revision 142019-05-03 - LabTech

Line: 1 to 1
 
META TOPICPARENT name="FRCVLabMaintenance"
<meta name="robots" content="noindex" />

How to Use Display Disparity on Pioneer3DX

Line: 13 to 13
 
    1. In terminal, within the directory of the file, mv raw_decimate.launch /opt/ros/indigo/share/image_proc/launch && mv resize.launch /opt/ros/indigo/share/image_proc/launch
Changed:
<
<
    1. In the new terminal, roscd image_proc && roslaunch raw_decimate.launch
>
>
    1. In the new terminal, roscd image_proc && cd launch && roslaunch raw_decimate.launch
 
      • (worse image) for 10 FPS on the robot and 5 FPS on the server, set decimation_x and decimation_y to value="4" for both left_decimator and right_decimator
      • (better image) for 3.5 FPS on the robot and 2.6 FPS on the server, set decimation_x and decimation_y to value="2" for both left_decimator and right_decimator
    1. On the server/robot, in a new terminal, run ROS_NAMESPACE=camera_crop rosrun stereo_image_proc stereo_image_proc _approximate_sync:=True
Line: 28 to 28
 
  1. To view the disparity map alone, use "rosrun image_view disparity_view image:=/camera_crop/disparity"
  2. To view the depth_map use: "rosrun image_view image_view image:=/depth_raw" (HAS NOT BEEN TESTED)
  3. To view pointcloud, use: "rosrun rviz rviz" AND set the Fixed Frame to stereo_camera
Changed:
<
<
Screenshot_from_2019-04-08_112756.png
>
>
Screenshot_from_2019-04-08_112756.png
 
Changed:
<
<
Screenshot_from_2019-04-08_112631.png Screenshot_from_2019-04-08_112502.png
>
>
Screenshot_from_2019-04-08_112631.png Screenshot_from_2019-04-08_112502.png
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback