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

Saracerno's profile - activity

2018-01-11 20:39:14 -0500 marked best answer Configure octomap with pointcloud from openni2

Hi , i'm using rviz to visualize pointcloud from xtion through openni2. Could i have some help with configuration of octomap launch file to build map and visualize it in rviz . Thanks a lot.

2017-11-07 11:48:54 -0500 received badge  Famous Question (source)
2017-11-07 11:48:54 -0500 received badge  Notable Question (source)
2017-11-07 11:48:54 -0500 received badge  Popular Question (source)
2017-09-07 03:53:09 -0500 received badge  Famous Question (source)
2017-04-30 03:01:47 -0500 marked best answer Installation and configuration Asus Xtion Pro (0600) on Ubuntu 14.04

Hi, I'm a student and i am trying to use an Asus Xtion through ROS ,on an Ubuntu14.04 laptop . My version of ROS is Indigo. I would be very gratefull if someone could explain me the method of installation. Precisely i'm interested to catch data from openNI and visualize to RViz. Thank you.

2017-04-12 03:49:05 -0500 received badge  Famous Question (source)
2017-04-12 03:49:05 -0500 received badge  Notable Question (source)
2016-11-04 02:04:02 -0500 received badge  Famous Question (source)
2016-06-19 09:00:59 -0500 received badge  Notable Question (source)
2016-06-19 09:00:59 -0500 received badge  Popular Question (source)
2016-06-10 07:58:58 -0500 received badge  Famous Question (source)
2016-03-01 09:04:26 -0500 received badge  Notable Question (source)
2016-03-01 09:04:26 -0500 received badge  Famous Question (source)
2016-03-01 09:04:26 -0500 received badge  Popular Question (source)
2016-01-14 15:52:05 -0500 received badge  Famous Question (source)
2016-01-14 15:52:05 -0500 received badge  Notable Question (source)
2015-10-29 05:21:23 -0500 received badge  Notable Question (source)
2015-10-27 10:22:29 -0500 received badge  Notable Question (source)
2015-10-19 02:40:01 -0500 received badge  Famous Question (source)
2015-10-18 23:08:02 -0500 received badge  Notable Question (source)
2015-10-02 06:12:16 -0500 asked a question TransformPointCloud invalid argument error
 
void callback(const QuaternionStampedConstPtr& quaternionS, const PointCloudConstPtr& pointcloud)
{
    scan_in = pointcloud;
    angle_in = quaternionS;

to_apply = TransformConstPtr(tf::Transform(angle_in.quaternion));

pcl_ros::transformPointCloud(pointcloud,scan_out,*to_apply);

}

PointCloud scan_in; PointCloud * scan_out; QuaternionStamped angle_in; TransformConstPtr to_apply;

This is my situation and the pcl_ros::transformPointCloud(pointcloud,scan_out,*to_apply); function give me invalid argument error. How can i solve it??

2015-09-29 08:34:04 -0500 asked a question LMS151 how to rotate laserScan

Hi, i had a lms151 laser mounted on a rover. It's attached to a gimbal that i am able to rotate as i wish. Now i would ask for a method to accumulate the various laser scan and represent them in a fixed frame. I don't know how to rotate the laserScan according to the roll angle of the gimbal. Thanks.

2015-09-23 08:13:10 -0500 received badge  Popular Question (source)
2015-09-22 11:18:31 -0500 asked a question Export a CMake project into Catkin(ROS)

Hi, i had a library compiled with cMake , and a .cpp executable that use this library. The building and running is made without the use of catkin or ros architecture. I would like to import this project in a ros package in order to use it to take data and publish them through a node.

2015-09-22 11:13:55 -0500 asked a question Problem creating Ros package and use library.a

Hi everyone!! My problem is this: i have a library "libRover.a" obtained compiling some .h and .cpp files with : cmake . make

Now i want in some way, create a ros package that use this library and allows me to use the function ,contained in the library, in a ros node to pubblish something .How is possible do this ??

2015-09-18 01:05:28 -0500 received badge  Popular Question (source)
2015-09-17 06:31:28 -0500 asked a question Align Asus Xtion Pro to a Webcam to obtain RGBD image

Hello everyone, as the title say, i'm trying to combine depth image taken by xtion pro (NO LIVE) with rgb image taken by a webcam. Is there any to do it ???How?? Thank you so much.

2015-09-15 04:50:59 -0500 received badge  Popular Question (source)
2015-09-15 04:50:59 -0500 received badge  Notable Question (source)
2015-08-15 06:20:19 -0500 received badge  Famous Question (source)
2015-08-15 06:20:19 -0500 received badge  Notable Question (source)
2015-08-13 09:45:06 -0500 received badge  Popular Question (source)
2015-07-22 17:00:07 -0500 received badge  Popular Question (source)
2015-07-21 07:07:16 -0500 commented question Black camera image Rviz , Asus Xtion

It's the topic depth registered /image_rect that i need to feed fovis node, but my camera xtion pro NO LIVE i can't take rgb image but only depth image. How can i make visual odometry so ?

2015-07-21 07:03:11 -0500 received badge  Enthusiast
2015-07-20 12:00:13 -0500 asked a question Black camera image Rviz , Asus Xtion

Hi, I run openni2.launch along my xtion but in rviz some topics show me black image when i choose camera . Instead i'm able to take pointcloud.

2015-07-20 08:51:36 -0500 received badge  Organizer (source)
2015-07-20 08:51:19 -0500 asked a question Visual Odometry with openni2 and asus xtion pro (no live) - ROS

Hi, I'm looking for a ros package that allow me to make 3d map based only on image of my sensor ,that are depthimages and not rgbd ones, and not based on movement message from external sensor (VISUAL ODOMETRY). Thanks

(N.B. I'm also trying to calibrate my camera)

2015-07-20 07:12:41 -0500 received badge  Popular Question (source)
2015-07-17 05:50:00 -0500 commented answer fovis_ros and xtion (no rgb)

I had a question : Does fovis requires RGB image?? Because the xtion i had is unable. In this case , what kind of ros package i have to use to make visual odometry ?? THANKS

2015-07-17 05:47:58 -0500 asked a question Installing dlut_vision (libviso2) error

Hi, when i send the command catkin_make , appears at the end an error about CeresMake file . What's that?? Thank you.

2015-07-17 05:44:25 -0500 commented answer fovis_ros and xtion (no rgb)

I will try !

2015-07-16 05:19:52 -0500 commented question fovis_ros and xtion (no rgb)

This is the code of launch files link text

2015-07-16 05:15:40 -0500 asked a question fovis_ros and xtion (no rgb)

I want to use fovis_ros with my xtion to build lately a 3d map using octomap , but when i start the launch file of openni2 and mono_deth_odometer of fovis package i have the following errors:

1)The camera say me that the image taken is uncalibrated. 2)Fovis_ros receive image and info from the respective topic , but the "synchronized tuples" are 0. 3)I cannot visualize in anyway the result from fovis_ros topic (features,pose,odoemtry).

2015-07-10 09:36:25 -0500 commented answer Configure octomap with pointcloud from openni2

Some news ???