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

manolovaza's profile - activity

2020-08-04 03:21:36 -0500 received badge  Famous Question (source)
2020-08-04 03:21:36 -0500 received badge  Notable Question (source)
2019-04-20 00:09:48 -0500 received badge  Notable Question (source)
2019-04-20 00:09:48 -0500 received badge  Popular Question (source)
2018-05-08 18:12:22 -0500 received badge  Popular Question (source)
2018-05-07 09:14:10 -0500 asked a question sequoia driver for ROS

sequoia driver for ROS Do anyone know how to integrate sequoia camera to ROS? A driver?

2016-12-10 19:16:38 -0500 received badge  Taxonomist
2016-10-27 11:38:15 -0500 asked a question Problem with transformation after playing a second bagfile for assembly

I used kinect v2 for a series of experiments. I have many bagfiles of the experiment. I want to overlap two georeferenced (total station) point cloud assembly. I have a launch file for assembly and another launch file for filtering (box,ransac, radious, etc). When I assembly the first bagfile everything is fine, but when I play back the second it modifies the tf and complains (Lookup would require extrapolation into the past) and (Detected jump back in time. Clearing TF buffer). I use simulated time. I have tried several solutions but do not solve my problem. I know it is about the time stamp, that is all. Any hint?

2016-10-27 10:14:05 -0500 received badge  Supporter (source)
2016-08-01 06:00:21 -0500 asked a question Is is possible to disable the gpu and enable the cpu for parallel computation?

I am trying to implement KINFU but it is based on CUDA gpu. I have intel gpu and I havent been able to comopile an emulator called gpuocelot. Now I am wondering if it is possible to use the cpu instead?

2016-04-04 09:11:22 -0500 received badge  Great Answer (source)
2015-12-11 10:51:48 -0500 received badge  Good Answer (source)
2015-12-11 06:38:03 -0500 received badge  Nice Answer (source)
2015-12-11 03:49:33 -0500 received badge  Necromancer (source)
2015-12-11 03:49:33 -0500 received badge  Teacher (source)
2015-12-11 03:11:48 -0500 answered a question Kinect 2? or keep Kinect 1

Now you can work with the Kinect v2 thanks to the nodelet from Thiemo Wiedemeyer. The kinect v2 is by far better that the kinect v1. Better depth map pixel resolution, an infrared output that allows night vision, and better robustness against sunlight (not perfect, but if the objects of the scene reflect good the near infrared, you can obtain depth information even under sunlight). The tricky part of the Kinect v2 is to handle the high amount of output data (therefore USB 3.0); we have recorded bags at a rate of 2 GB per minute, and sometimes we had problems obtaining the depth data. It is definitely worth changing to the kinect v2.

2015-11-19 08:44:00 -0500 received badge  Editor (source)
2015-11-19 08:42:56 -0500 answered a question Playing big files with rosbag

you can filter out your data, I had some similar problems, here is an example script:

#!/bin/bash
#filter out the bag files for the raw data
source ~/.bashrc

cd /to/your/bag directory/

rosbag filter original.bag filtered.bag 'topic=="/lms1xx_front/scan" or topic=="/lms1xx_front_tilt/sc an" or topic=="/lms1xx_back/scan" or topic=="/fmData/imu_rx" or topic=="/fmInformation/imu" or topic=="/kinect2/depth/camera_info" or topic=="/kinect2/depth/image" '
2015-11-19 08:30:45 -0500 asked a question assembled point clouds are tilted with the angle of the kinect v2

I am assembling point clouds using the kinect v2. Everything works almost good after adjusting several issues. Now my problem is that the point clouds are tilted with the angle of the kinect and the assembled point clouds don't look like a continuum.

2015-11-07 11:27:05 -0500 received badge  Popular Question (source)
2015-11-07 11:27:05 -0500 received badge  Famous Question (source)
2015-11-07 11:27:05 -0500 received badge  Notable Question (source)
2015-07-06 03:54:38 -0500 asked a question WARNING: no messages received and simulated time is active. Is /clock being published?

I am applying a voxel filter to a point cloud stream but the topic is not being published and I cannot visualise the added pointclouds. rostopic echo /voxel_grid/kinect_test outputs:

WARNING: no messages received and simulated time is active.
Is /clock being published?

The output of rostopic info /voxel_grid/kinect_test is:

Type: sensor_msgs/PointCloud2

Publishers: 
 * /voxel_grid (http://toshiba:55381/)

Subscribers: 
 * /rqt_gui_cpp_node_2830 (http://toshiba:59223/)
 * /rqt_gui_py_node_2830 (http://toshiba:34321/)
2015-05-30 08:22:45 -0500 received badge  Famous Question (source)
2015-04-10 02:28:06 -0500 received badge  Enthusiast
2015-04-08 10:51:16 -0500 received badge  Notable Question (source)
2015-03-31 02:54:43 -0500 received badge  Popular Question (source)
2015-03-25 06:04:41 -0500 asked a question No kinect2 devices found!

I am unable to open kinect2, neither with rosrun kinect2_bridge kinect2_bridge nor with roslaunch kinect2_bridge.launch, the output is always the same:

[Freenect2Impl] enumerating devices... [Freenect2Impl] 18 usb devices connected [Freenect2Impl] failed to open Kinect v2 @4:5! [Freenect2Impl] found 0 devices Error: no Kinect2 devices found!