ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

David Fischinger's profile - activity

2013-05-22 01:06:47 -0500 received badge  Taxonomist
2013-03-20 06:16:01 -0500 received badge  Famous Question (source)
2012-08-05 22:42:31 -0500 received badge  Notable Question (source)
2011-11-22 01:12:20 -0500 received badge  Popular Question (source)
2011-11-17 07:09:32 -0500 received badge  Teacher (source)
2011-11-17 07:09:32 -0500 received badge  Necromancer (source)
2011-10-20 00:29:47 -0500 received badge  Supporter (source)
2011-10-19 23:26:25 -0500 answered a question kinect's rgb camera with camera_calibration

Use: rosrun camera_calibration cameracalibrator.py --size 8x5 --square 0.02994444 image:=/camera/rgb/image_color camera_info:=/camera ("camera_info:=" instead of "camera:/")

2011-08-04 06:48:47 -0500 marked best answer Robot Arm Calibration for Schunk 7-DOF Arm

There has been a similar question with excellent answers here. In summary: Theoretically, you should use the robot_calibration and/or pr2_calibration stacks, and there seems to be a lot of interest in that, but at the moment these stacks are not really portable. That means you will have to do some serious reconfiguration to get it going on your robot.

2011-05-02 10:04:26 -0500 asked a question Robot Arm Calibration for Schunk 7-DOF Arm

I am searching for a sophisticated way to calibrate a Schunk (Amtec) arm where some joints are not in zero position (when they should be). Is there a ROS package for this purpose? Would it be possible/recommended to use the pr2_calibration stack? Thanks for advice, David