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

rosfun's profile - activity

2020-04-12 18:00:27 -0500 received badge  Famous Question (source)
2019-03-20 03:27:24 -0500 received badge  Famous Question (source)
2019-03-20 03:27:24 -0500 received badge  Notable Question (source)
2018-07-19 14:35:45 -0500 received badge  Famous Question (source)
2018-06-17 09:40:39 -0500 received badge  Famous Question (source)
2018-05-14 03:23:45 -0500 received badge  Notable Question (source)
2018-04-12 16:17:08 -0500 received badge  Notable Question (source)
2017-07-21 07:18:54 -0500 received badge  Famous Question (source)
2017-05-05 04:27:33 -0500 received badge  Popular Question (source)
2017-04-24 12:23:50 -0500 received badge  Student (source)
2017-04-16 14:12:08 -0500 received badge  Notable Question (source)
2017-04-07 11:02:23 -0500 asked a question How can I use hector_costmap to detect obstacles?

I tried to run hector_costmap with hector_slam but I don't see any obstacle information in the Rviz. What changes are required to make the hector_costmap detect obstacles?

Thanks

2017-04-06 09:49:49 -0500 received badge  Popular Question (source)
2017-04-04 05:05:45 -0500 received badge  Popular Question (source)
2017-03-31 15:14:37 -0500 asked a question Hector Localization and Hector Mapping issue! Any

Hello! I have been trying to integrate pose estimate of robot obtained from apm flight controller using hector_pose_estimation with hector mapping. Whenever I run hector_slam launch file I get the error on terminal for hector_pose estimate (picture attached here ) . The pose can be visualized in Rviz without hector mapping but poses problem with it My TF tree is as shown here ) .

This is my hector_slam.launch file

<launch>

  <arg name="geotiff_map_file_path" default="$(find hector_geotiff)/maps"/>

  <param name="/use_sim_time" value="false"/>

  <node pkg="rviz" type="rviz" name="rviz"
    args="-d $(find hector_slam_launch)/rviz_cfg/mapping_demo.rviz"/>

  <!--<node pkg="tf" type="static_transform_publisher" name="map_basestabilized_broadcaster" args="0 0 0 0 0 0 map base_stabilized 100"/>-->    
  <include file="$(find hector_mapping)/launch/mapping_default.launch"/>

  <include file="$(find hector_geotiff)/launch/geotiff_mapper.launch">
    <arg name="trajectory_source_frame_name" value="scanmatcher_frame"/>
    <arg name="map_file_path" value="$(arg geotiff_map_file_path)"/>
  </include>

    <node pkg="tf" type="static_transform_publisher" name="map_baselink_broadcaster" args="0 0 0 0 0 0 laser map 100"/>
    <node pkg="tf" type="static_transform_publisher" name="baselink_laser_broadcaster" args="0 0 0 0 0 0 base_link laser 100"/>
</launch>

And here is the hector_pose_estimate.launch file

    <?xml version="1.0"?>
<launch>
    <param name="/use_sim_time" value="false"/>

    <node pkg="hector_pose_estimation" type="pose_estimation" name="hector_pose_estimation" /> 

  <!--node pkg="rviz" type="rviz" name="hector_pose_estimation_rviz" args="-d $(find hector_pose_estimation)/rviz_cfg/hector_pose_estimation.rviz" /-->
</launch>

Looking forward to a prompt solution.

Thanks

Regards,

2017-03-30 13:26:32 -0500 received badge  Popular Question (source)
2017-03-30 13:26:32 -0500 received badge  Notable Question (source)
2017-03-28 14:12:33 -0500 commented answer Error Message:lookupTransform base_link to laser timed out. Could not transform laser scan into base_frame.

what changes did you make and in which files?

2017-03-28 14:11:07 -0500 commented answer Hello! I am working on autonomous flight of quadcopter for indoor environments. Currently I have an RPLidar and successfully implemented 2D SLAM using "hector_slam" ros package. What should I do next to achieve autonomy?

Thanks for the help. Will check it out.

2017-03-28 14:10:10 -0500 commented answer ICP scan matching failure.

@enddl22 Hello! Which hector_slam packages did you use to achieve this 2.5D Map? I am working on it as well but I could only generate 2D map without pose estimation.

2017-03-21 21:00:57 -0500 received badge  Popular Question (source)
2017-03-16 10:00:51 -0500 received badge  Famous Question (source)
2017-03-14 03:25:01 -0500 received badge  Notable Question (source)
2017-03-02 10:25:47 -0500 received badge  Enthusiast
2017-02-24 06:56:41 -0500 asked a question How can I configure the frequency and start/stop of RPLidar motor in its ROS package?

I have an RPLidar A1 and when I plug it in, it just keeps on rotating even when the rplidar node is not running. And, also I don't know its current frequency of rotation and I want to configure it, as it can vary from 5 Hz to 10 Hz, how to do that? What changes do I have to make in the launch file of rplidar in order to start the motor only when I run the rplidar launch file and stop it when the file is closed?

Thanks

2017-02-24 06:07:27 -0500 asked a question Is it possible to attain autonomous flight of quad-copter using hector_slam meta package and a commercial flight controller?

I have an RPLidar, an apm flight controller and a sonar sensor(to measure height). I have implemented simple 2D slam using hector_slam package. My objective is to achieve autonomous indoor flight of my quadcopter. What I don't understand is how I can avoid obstacles using the map obtained from hector_slam implementation and navigate freely through the environment.

Any sort of help, a hint, a simple direction will be highly appreciated!

Thanks.

2017-02-21 10:53:52 -0500 received badge  Popular Question (source)
2017-02-20 11:55:16 -0500 commented question Hello! I have got a strange problem here and I am not able to understand what is going on. Please help!

@MarkyMark2012 I have resolved the issue by adding a swap partition following steps given in this link .

2017-02-20 10:53:47 -0500 commented question Hello! I have got a strange problem here and I am not able to understand what is going on. Please help!

@MarkyMark2012 I think I found the problem . I watched the memory using "watch -n 0.5 free -m" as the build process went on. Turns out that the memory is running out.here is the picture when memory almost runs out and rapsberry pi freezes. Any solution?

2017-02-20 08:47:41 -0500 commented question Hello! I have got a strange problem here and I am not able to understand what is going on. Please help!

Sorry for that. I'll be careful next time. As I said before, the system is hanged! I cannot do anything and its just stuck. I am attaching an image here http://imgur.com/a/IM9ey .

2017-02-20 07:58:57 -0500 asked a question Hello! I have got a strange problem here and I am not able to understand what is going on. Please help!

I am running ROS kinetic on ubuntu mate 16.04 lts on Raspberry pi 3. I have 3 packages in my src file at the moment, beginner_tutorials, rplidar, hector_slam. The problem appears to be with hector_slam, but I have experienced it with rplidar as well. Whenever I do catkin_make, after a certain percentage(not fixed!) of make process the system (Raspberry Pi 3) gets hanged and there is no way to get around it except restarting. Need help asap please. Thanks

2017-02-09 11:17:35 -0500 asked a question Hello! I am working on autonomous flight of quadcopter for indoor environments. Currently I have an RPLidar and successfully implemented 2D SLAM using "hector_slam" ros package. What should I do next to achieve autonomy?

I have a Naza M Flight Controller which can give me the IMU readings (I don't know if I can extract this information by interfacing it with ROS, else I will have to use an external IMU). I also need suggestion for a sonar sensor (my application is for indoor environments) to integrate elevation data in hector_slam . Further, is it even possible to achieve autonomy with an RPLidar, IMU data and Sonar Data?

looking forward! Thanks