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

Shantnu's profile - activity

2020-09-04 14:56:36 -0500 received badge  Famous Question (source)
2019-02-18 21:19:00 -0500 received badge  Famous Question (source)
2019-02-18 21:19:00 -0500 received badge  Notable Question (source)
2018-12-06 07:07:10 -0500 received badge  Notable Question (source)
2018-12-06 07:07:10 -0500 received badge  Popular Question (source)
2018-06-05 18:41:41 -0500 received badge  Popular Question (source)
2018-06-05 17:31:40 -0500 asked a question Publish pointCloud2 from csv files for LOAM

Publish pointCloud2 from csv files for LOAM Hi everyone, I have laser scans in the form of .csv files. I want to read t

2018-06-05 16:58:34 -0500 commented answer MATLAB pointCloud to PointCloud2

Is there any update on this? I am in the same situation and need to convert a Matlab pointCloud object to PointCloud2 o

2018-04-28 16:09:55 -0500 asked a question LOAM: How to get fully registered point cloud in Rviz/pcd?

LOAM: How to get fully registered point cloud in Rviz/pcd? Hi, Using LOAM, I want to be able to visualize the complete

2018-01-22 07:18:53 -0500 received badge  Teacher (source)
2018-01-18 09:38:53 -0500 received badge  Good Question (source)
2017-11-26 06:29:31 -0500 commented answer How to start gazebo_ros gazebo with DART Physics engine?

I am facing the same problem. The terminal shows the error " ROS get_physics_properties service call does not yet suppor

2017-11-26 06:28:58 -0500 commented answer How to start gazebo_ros gazebo with DART Physics engine?

I am facing the same problem. The terminal shows the error, however, the GUI is showing DART correctly. Is this a bug?

2017-11-26 06:28:29 -0500 answered a question How to start gazebo_ros gazebo with DART Physics engine?

I am facing the same problem. The terminal shows the error, however, the GUI is showing DART correctly. Is this a bug?

2017-04-22 19:39:50 -0500 commented answer Failed to load plugin libgazebo_ros_control.so

Just installing one of these packages (ros-indigo-gazebo-ros-control) helped me.

2017-04-22 19:39:38 -0500 commented answer Failed to load plugin libgazebo_ros_control.so

Just installing one of these packages (ros-indigo-gazebo-ros-control) helped me.

2017-03-15 14:09:54 -0500 commented question yocs_waypoints_navi parameter file

I have the exact same issue. Is it resolved?

2016-12-30 01:30:08 -0500 received badge  Famous Question (source)
2016-12-28 12:37:18 -0500 received badge  Famous Question (source)
2016-12-28 12:37:18 -0500 received badge  Notable Question (source)
2016-12-28 12:37:18 -0500 received badge  Popular Question (source)
2016-10-03 11:42:17 -0500 received badge  Famous Question (source)
2016-07-14 19:39:36 -0500 received badge  Notable Question (source)
2016-06-21 07:54:57 -0500 received badge  Popular Question (source)
2016-06-18 21:01:32 -0500 commented question error while building 2d map

it feels like the sequence of tf is wrong. It should be like map->odom-> base_footprint-> base_link. For you, it odom comes after base_footprint, which feels weird.

2016-06-18 20:59:33 -0500 commented question error while building 2d map

Secondly, the problem is the missing connection between base_link and map frame. To set that up, try doing this in your terminal before launching your launch file:

rosrun tf static_transform_publisher 0 0 0 0 0 0 map base_footprint 100

2016-06-18 20:55:11 -0500 commented question error while building 2d map

So basically some node name base_controller which belongs to beginner_tutorials pkg is publishing the tf for you? Is that correct?

2016-06-18 20:55:11 -0500 received badge  Commentator
2016-06-18 16:02:54 -0500 commented question error while building 2d map

Are you publishing map->odom transformation anywhere or is it there by default?

2016-06-17 03:38:41 -0500 commented answer Converting Laserscan (from XV-11) to Point Cloud (eventually 3D using octomap)

Hi IceHawk,

I have MPU 9150 (which is similar to MPU6050) and Arduino. Could you suggest me the right way to publish tf messages using this combo?

2016-06-17 03:37:13 -0500 commented answer Converting Laserscan (from XV-11) to Point Cloud (eventually 3D using octomap)

Hi Ateator, Could you keep me updated with your next step: that is how to get point_cloud2 published and use octomap. I am working on the exact same problem and my next step is also same. Please contact me at shantnukakkar1992@gmail.com and we can discuss and put our doubts on ROS answers.

2016-06-08 21:52:06 -0500 answered a question Hokuyo laser data to composite 3D map

Please see my answer at http://answers.ros.org/question/23649... .

If you still have problem, please message me..

2016-06-08 21:39:13 -0500 received badge  Associate Editor (source)
2016-06-08 21:13:39 -0500 marked best answer Laser_assembler problem: Published Cloud with 0 points

Unable to get any point in the cloud. The periodic_snapshotter node gives the message: Published Cloud with 0 points My aim is to make a point cloud from the tilt_laser topic published by the bag file. (See below)

This is my launch file:

<launch>


 <node pkg="laser_assembler" type="laser_scan_assembler" output="screen"  name="laser_scan_assembler">

   <param name="max_scans" type="int" value="400" />
    <param name="fixed_frame" type="string" value="map" />
  </node>

 <node pkg="laser_assembler" type="periodic_snapshotter" output="screen" name="periodic_snapshotter" />

<node pkg="tf" type="static_transform_publisher" name="baselink_laser_broadcaster" args="0 0 1 0 0 0 map odom_combined 10"/>

</launch>

I am using following bag file from MIT: http://infinity.csail.mit.edu/data/20...

This is my tf frames: https://onedrive.live.com/redir?resid...

EDIT=================================== The following is being published by the MIT bag file that I am using:

topics: /base_odometry/odom 21032 msgs : nav_msgs/Odometry
/base_odometry/odometer 224 msgs : pr2_mechanism_controllers/Odometer
/base_odometry/state 224 msgs : pr2_mechanism_controllers/BaseOdometryState /base_scan 4489 msgs : sensor_msgs/LaserScan
/robot_pose_ekf/odom_combined 6333 msgs : geometry_msgs/PoseWithCovarianceStamped
/tf 12687 msgs : tf/tfMessage
/tilt_scan 4489 msgs : sensor_msgs/LaserScan
/torso_lift_imu/data 22451 msgs : sensor_msgs/Imu
/torso_lift_imu/is_calibrated 1 msg : std_msgs/Bool
/wide_stereo/left/camera_info_throttle 220 msgs : sensor_msgs/CameraInfo
/wide_stereo/left/image_rect_throttle 220 msgs : sensor_msgs/Image
/wide_stereo/right/camera_info_throttle 220 msgs : sensor_msgs/CameraInfo
/wide_stereo/right/image_rect_throttle 220 msgs : sensor_msgs/Image

2016-06-08 21:13:39 -0500 received badge  Scholar (source)
2016-06-08 21:13:18 -0500 answered a question Laser_assembler problem: Published Cloud with 0 points

It worked finally!!!. The tutorial ( http://wiki.ros.org/laser_assembler/T... ) documentation is little confusing. After reading the tutorial, it feels like the input topic to the laser_assembler is tilt_scan. However, if you see the code in laser_scan_assembler.cpp, it turns out that the subscribed topic is /scan.

After realizing that the required topic is scan and not tilt_scan, I tried to do remapping as follows:

    <launch>


 <node pkg="laser_assembler" type="laser_scan_assembler" output="screen"  name="laser_scan_assembler">
 <remap from="tilt_scan" to="scan"/>
   <param name="max_scans" type="int" value="400" />
    <param name="fixed_frame" type="string" value="map" />
  </node>

 <node pkg="laser_assembler" type="periodic_snapshotter" output="screen" name="periodic_snapshotter" />

<node pkg="tf" type="static_transform_publisher" name="baselink_laser_broadcaster" args="0 0 1 0 0 0 map odom_combined 10"/>

</launch>

However, it still produced 0 point clouds. Finally, running the bag file as rosbag play --clock bagfiles/b.bag /tilt_scan:=/scan helped me get the point clouds. Don't do remapping inside the launch file. Just do it when you are playing bag file..

Let me know if anyone faces problem in using laser_assembler. Below is the launch file that worked for me using the MIT bag file that I have attached above

<launch>


 <node pkg="laser_assembler" type="laser_scan_assembler" output="screen"  name="laser_scan_assembler">
    <param name="max_scans" type="int" value="400" />
    <param name="fixed_frame" type="string" value="map" />
  </node>

 <node pkg="laser_assembler" type="periodic_snapshotter" output="screen" name="periodic_snapshotter" />

<node pkg="tf" type="static_transform_publisher" name="baselink_laser_broadcaster" args="0 0 0 0 0 0 map odom_combined 10"/>

</launch>
2016-06-08 20:56:31 -0500 received badge  Supporter (source)