<meta name="robots" content="noindex" />

BumbleBee2 ROS Driver

The BB2 Driver uses package camera1394stereo, which System, Robotics, & Vision from the University of the Balearic Islands provided. We modified the sources files within the driver, which previously had issues with the queuing and dequeuing of the buffer ring probably due to the slow processor in the Pioneer 3AT robots we used. We modified it to single shot mode rather than continuous transmission. Using ROS, the program can load image data onto a server from the right and left stereo camera.

Systems, Robotics, & Vision's Website: http://srv.uib.es/

SRV's Github: https://github.com/srv

Original camera1394stereo code: https://github.com/srv/camera1394stereo

How to Run BB2 ROS Driver

  1. Server
    • open terminal, run roscore
  2. Robot
    • cd catkin_ws
    • . devel/setup.bash
    • cd src/camera1394stereo/launch
    • export ROS_MASTER_URI=http://<server/laptop_ip_address>:11311
    • export ROS_IP=<robot_ip_address>
    • roslaunch stereo_camera.launch
  3. After setup is complete, on the server (or laptop), run rosrun rviz rviz
    • in RViz, click Add
    • select Image
    • within the Image parameter, change the Image Topic to either /stereo_camera/left/image_raw or /stereo_camera/right/image_raw
    • a window should pop up with the received image being displayed from the stereo camera

Permissions

  • Persons/group who can view/change the page:

-- (c) Fordham University Robotics and Computer Vision

Topic attachments
I Attachment History Action Size Date Who Comment
Compressed Zip archivezip BB2_Driver.zip r1 manage 188.2 K 2019-03-11 - 14:20 LabTech BB2 Driver zip file
Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2019-03-11 - LabTech
 
  • Edit
  • Attach
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