ROS Projector Camera calibration package
I am trying to calibrate a projector-camera stereo pair. Is there a projector to camera calibration package in ROS? I am looking for something similar to the one available for the monocular or stereo...
View ArticleChanging the dictionary of aruco in aruco_ros package
I am using Logitech C270 with resolution 640x480 to detect aruco marker using aruco_ros package. I have succeeded to detect the marker when the distance between the marker and the camera is 180 cm....
View Articlecamera calibration algorithm
Hello everyone ! I've read all official tutorials of ros ( about topics and nodes, packages etc) then I wanted to calibrate my camera ( Bus 001 Device 002: ID 058f:3881 Alcor Micro Corp.)...
View ArticleProblems when relaunching camera
First time after starting PC I can launch camera by:> roslaunch usb_cam usb_cam-test.launch However after closing it, using ctrl+c in the terminal and running again I get following error: >...
View ArticleProblems when relaunching camera
I am using kinetic distribution and getting an error when relaunching camera after closing it using ctrl+c in the terminal. Error is the following one:> [ERROR] [1548665838.684033928]:>...
View ArticleHow to retrieve absolute pose in ROS
Hello, i'm currently doing the detection of ArUco and Alvar fiducial markers (glued on a cube), by that trying to grasp the cube with the detection of the marker. The camera is mounted on the Panda...
View ArticleHow to add two usb 2.0 cameras with libuvc_camera driver?
Hi! I am a student who is conducting a research. I am really appreciate your work on ROS development. But now I encountered some problems with making use of usb cameras on ROS. Below is the information...
View ArticleCamera Info Subscriber Throws Error
I am trying to subscribe to the camera info topic provided by my stereo-camera using Python: self.camera_info = rospy.Subscriber("/nerian_stereo/stereo_camera_info", CameraInfo) however, I get the...
View ArticleHow to get the correct X Y distance from depth camera
Hi, I would like to create TF for an object detected in OpenCV using depth camera. When I look at the code from the book "ROS Robotics By Example", they use the X, Y coordinate detected in the picture...
View ArticleTransform camera frame to 3D point
Hi all, I am work on kitti dataset. How can transform detected object over camera frame to 3D point cloud coordinate ? Thanks in advance!
View ArticleObtaining Camera Pose via TF
I have the calibration board fixed on the work station, and I have its world coordinates, entered them in URDF, all good. I used OpenCV's pose estimation module to find the board's pose (rvecs and...
View Articleunable to get Point Grey USB camera work in ubuntu
Hello, I have problem in using POINT GREY FIREFLY MV FMVU-13S2C digital camera to work on Ubuntu 11.04. This is the version of ubuntu. adrian@ubuntu:~$ lsb_release -a No LSB modules are available....
View ArticleHow to publish tf between base_link camera
I want to publish Transform between camera and base_link. But i am not able to please help and I have seen the predefined packages but since I use ROS kinetic I cannot use those. I have done this till...
View Articlelaunching image_view for a topic
I am trying to view the images my robot's cameras are receiving remotely. The following in the command line will bring up a window with the video stream $ rosrun image_view image_view...
View ArticleApril Tags 2 Camera Setup
I am working with apriltags2_ros to try to do a simple tracking but am unable to set up my webcam to work with the apriltags2_ros package. I am using this link as a reference,...
View Articlesensor_msgs/Image data to sensor_msgs/CompressedImage data
I have an industrial camera (DVP interface), and I added some code in the driver to convert the cv image into ros image data. I want to use this camera to test the [fiducials...
View ArticleReading Stereo Camera Calibration using rosparam
Hi all! I have a YAML file which contains calibration matrices for a stereo pair of cameras. I just can't figure out how to get the calibration data into a CameraInfoManager instance. The YAML file...
View ArticleHow to create ocupancy grid map from my camera topic
Hello, I am new to ros and gazebo, I am trying to generate an occupancy grid map using the camera topic of my robot. I also want to do an object recognition and to do an autonomous navigation. How to...
View ArticleCombine two parent-child transformations for common link
I am trying to connect two tf trees via a known link by following the advice from @tfoote...
View ArticleMoving camera with librviz does not update view
Hi, I am on Ubuntu 16.04 with ROS Kinetic and trying to move the camera position in a 3D visualizer widget programmatically using librviz. I basically followed the provided...
View Article