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

JSantos's profile - activity

2014-05-02 06:59:35 -0500 received badge  Enthusiast
2014-04-02 02:48:14 -0500 received badge  Famous Question (source)
2013-06-03 15:31:10 -0500 received badge  Famous Question (source)
2013-06-01 12:57:33 -0500 received badge  Notable Question (source)
2013-06-01 06:15:27 -0500 received badge  Popular Question (source)
2013-05-31 05:46:54 -0500 asked a question Pioneer 3DX strange sonar behavior

Hi,

I'm doing experiments with the frontal sonar ring present in the Pioneer 3DX using ROSARIA with ROS Fuerte. However, the output from the array wasn't what I expected. The sonar readings often return the maximum range of the sonar, even though the wall is clearly not so far away. I made a video where is possible to compare the sonar readings with an LFR in my campus corridors. Also, I have uploaded a photo of the corridor to give a general overview of the scenario.

Video

Campus

Yellow dots are the sonar readings (pointcloud published by ROSARIA), red dots are LFR scans and the green dots can be ignored.

I've tried both ROSARIA and the p2os drivers. Both gave me the same output. I also tried it with two more pioneers available in my lab, but they gave me the same results. Is there an hardware issue with the p3dx sonars? Does anyone know if changing the frequency of the sonar readings solves this issue?

Best regards,

João Santos

2013-05-21 06:38:13 -0500 received badge  Taxonomist
2013-04-16 11:05:59 -0500 received badge  Famous Question (source)
2013-04-04 05:53:41 -0500 received badge  Notable Question (source)
2013-02-20 03:33:48 -0500 commented answer ethzasl_icp_mapper occupancy_grid_builder

Sorry. Link updated.

2013-02-20 03:23:46 -0500 received badge  Notable Question (source)
2013-02-19 07:18:38 -0500 received badge  Popular Question (source)
2013-02-17 22:17:39 -0500 received badge  Editor (source)
2013-02-17 22:16:59 -0500 asked a question ethzasl_icp_mapper occupancy_grid_builder

Hey,

I'm trying to implement occupancy_grid_builder using a Laser Range Finder, firstly in stage and then in a real-world situation. I'm using Ubuntu 11.10 with ROS Fuerte. I already created a launch file :

<node name="mapper" type="mapper" pkg="ethzasl_icp_mapper" output="screen" >
<remap from="scan" to="base_scan" />
<param name="subscribe_scan" value="true"/>
<param name="subscribe_cloud" value="false"/>
<param name="icpConfig" value="$(find ethzasl_icp_mapper)/launch/artor/icp.yaml" />
<param name="inputFiltersConfig" value="$(find ethzasl_icp_mapper)/launch/artor/input_filters.yaml" />
<param name="mapPostFiltersConfig" value="$(find ethzasl_icp_mapper)/launch/artor/map_post_filters.yaml" />
<param name="odom_frame" value="/odom" />
<param name="map_frame" value="/map" />
<param name="useROSLogger" value="true" />
<param name="minOverlap" value="0.8" /> 
<param name="minReadingPointCount" value="1000" /> 
<param name="minMapPointCount" value="10000" /> 
  </node>

<node name="occupancy_grid_builder" pkg="ethzasl_icp_mapper" type="occupancy_grid_builder" output="screen">
  <remap from="scan" to="base_scan" />
</node>

However, I'm getting the following error:

Error

Note: It's possible to see the results from the first iteration on Rviz.

Please, can someone help me out? If anything else is needed, I will gladly post it later.

Thanks in advance :)

2013-02-17 21:57:22 -0500 received badge  Popular Question (source)
2013-01-15 09:03:51 -0500 received badge  Famous Question (source)
2012-12-26 21:25:39 -0500 asked a question graph_mapping compile error on Fuerte

Hey guys!

I'm using Ubuntu 11.10 with ROS Fuerte and I'm not being able to compile the pose_graph package. I managed to compile all dependencies, like slam_karto and vslam. I'm getting the following errors, which I believe are related with eigen migration to Fuerte:

 /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/pose_graph_impl.h:96:84: error: invalid type in declaration before ‘;’ token
  In file included from /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/utils.h:47:0,
                   from /home/santos/stacks/graph_mapping/pose_graph/src/pose_graph.cpp:35:
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:55:7: error: ‘Eigen3’ has not been declared
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:56:7: error: ‘Eigen3’ has not been declared
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:57:7: error: ‘Eigen3’ has not been declared
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:65:1: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:68:1: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:71:1: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:82:1: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:85:28: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:85:38: error: ISO C++ forbids declaration of ‘trans’ with no type [-fpermissive]
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:88:31: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:88:41: error: ISO C++ forbids declaration of ‘trans’ with no type [-fpermissive]
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:91:29: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:91:39: error: ISO C++ forbids declaration of ‘trans’ with no type [-fpermissive]
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:97:1: error: ‘Eigen3’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:100:1: error: ‘Eigen3’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:109:27: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:109:36: error: ISO C++ forbids declaration of ‘trans’ with no type [-fpermissive]
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:115:46: error: ‘Affine3d’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/transforms.h:115:56: error: ISO C++ forbids declaration of ‘trans’ with no type [-fpermissive]
  In file included from /home/santos/stacks/graph_mapping/pose_graph/src/pose_graph.cpp:35:0:
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/utils.h:100:24: error: ‘Eigen3’ does not name a type
  /home/santos/stacks/graph_mapping/pose_graph/include/pose_graph/utils.h:100:40: error: expected unqualified-id before ‘&’ token
  /home/santos ...
(more)
2012-12-09 07:49:20 -0500 commented answer hector_mapping stage simulation

I know that isn't the best update rate for this package, but I'm doing slow rotations. I did some experiences and the resulting mapping was exceptional, although this is happening: http://goo.gl/kGWG4 It seems like a V shape laser dead zone and it’s very strange. Also, this happens in stage too.

2012-12-09 07:48:58 -0500 commented answer hector_mapping stage simulation

Thanks! I'm fascinated with your work, it's very interesting. However I have a few questions. I have implemented this package with teleoperation in a robotic platform which has a Hokuyo URG-04LX-UG01 Laser Rangefinder with an update rate of 10Hz.

2012-12-09 04:46:41 -0500 received badge  Nice Question (source)
2012-12-07 01:46:48 -0500 received badge  Notable Question (source)
2012-12-06 09:19:21 -0500 received badge  Scholar (source)
2012-12-06 09:13:58 -0500 received badge  Popular Question (source)
2012-12-06 04:47:50 -0500 received badge  Student (source)
2012-12-06 04:38:27 -0500 received badge  Supporter (source)
2012-12-06 04:37:41 -0500 asked a question hector_mapping stage simulation

Hello,

I'm trying to implement a small simulation of hector_mapping package using stage on Ubuntu 11.10 with ROS Fuerte. I changed the launch file within this package in order to be compatible with stage.

Original Launch file:

  <arg name="tf_map_scanmatch_transform_frame_name" default="scanmatcher_frame"/>
  <arg name="base_frame" default="base_footprint"/>
  <arg name="odom_frame" default="nav"/>
  <arg name="pub_map_odom_transform" default="true"/>
  <arg name="scan_subscriber_queue_size" default="5"/>
  <arg name="scan_topic" default="scan"/>
  <arg name="map_size" default="2048"/>

Modified Launch file:

  <arg name="tf_map_scanmatch_transform_frame_name" default="scanmatcher_frame"/>
  <arg name="base_frame" default="base_link"/> <!-- /base_footprint to /base_link -->
  <arg name="odom_frame" default="odom"/> <!-- /nav to /odom -->
  <arg name="pub_map_odom_transform" default="true"/>
  <arg name="scan_subscriber_queue_size" default="5"/>
  <arg name="scan_topic" default="base_scan"/> <!-- /scan to /base_scan -->
  <arg name="map_size" default="2048"/>

However, the results aren't the best. It seems that the robot loses its location and the map is built incorrectly. I would expect the map to be almost perfect, since I am using Stage's built-in odometry. The results can be seen here in this video:

youtube [.dot] com [dash] watch?v=ghQpwf5gYY4 (Sorry I haven't got enough karma to post a video)

In the beginning you can see how I am running the system; and by 3m45s you can see how the map is incorrectly alligned.

Please, can someone help me out? If anything else is needed, I will gladly post it later.

Thanks in advance :)