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

HassanNadeem's profile - activity

2017-09-05 21:23:23 -0500 received badge  Famous Question (source)
2017-08-08 13:33:38 -0500 received badge  Self-Learner (source)
2017-08-08 13:33:38 -0500 received badge  Teacher (source)
2017-07-07 05:13:57 -0500 received badge  Nice Question (source)
2016-06-30 11:12:11 -0500 received badge  Famous Question (source)
2016-02-15 01:40:51 -0500 commented question how to convert pointcloud to laser scan in ros indigo

Have you confirmed if the depth image is generating correctly or not? Try this to view the depth image rosrun image_view image_view image:=/camera/depth/image_raw

2016-02-05 01:19:48 -0500 commented answer Unable to compile rviz on ubuntu armhf

Following is the path to the file "/home/pi/ros_catkin_ws/src/rviz/src/rviz/mesh_loader.cpp" if you are following the setups on wiki.ros.org

2016-01-30 16:07:52 -0500 received badge  Famous Question (source)
2015-11-28 05:25:35 -0500 received badge  Notable Question (source)
2015-11-28 05:25:35 -0500 received badge  Popular Question (source)
2015-10-03 08:12:53 -0500 received badge  Famous Question (source)
2015-10-01 08:03:55 -0500 received badge  Famous Question (source)
2015-06-30 07:17:03 -0500 received badge  Notable Question (source)
2015-06-30 05:40:06 -0500 received badge  Popular Question (source)
2015-05-19 08:22:37 -0500 received badge  Notable Question (source)
2015-05-04 09:12:56 -0500 asked a question Gmapping in largely empty space

I am trying to run gmapping in a large empty space with hokuyo utm-30lx. The problem is that most of the readings on /scan is inf and gmapping is not mapping that as empty space, even though I have the following parameters set:

maxUrange: 30.0
maxRange: 60.0

How do I fix this?

2015-05-02 16:40:08 -0500 asked a question hector_slam where to put nav frame?

In mapping_default.launch, default "odom_frame" is "nav". And the hector_mapping node publishes transform from map to nav.

If I have put nav as a parent of base_footprint with 0,0,0,0,0 transformation, the mapping runs fine. But I don't understand the reasoning behind this.

Can somebody explain to me for calling odom_frame nav.

2015-03-27 07:40:43 -0500 received badge  Notable Question (source)
2015-03-27 07:40:43 -0500 received badge  Popular Question (source)
2015-03-04 02:52:49 -0500 received badge  Notable Question (source)
2015-02-26 09:45:24 -0500 received badge  Popular Question (source)
2015-02-25 02:44:08 -0500 asked a question Does ros::Duration::sleep spin?

If I do ros::Duration::sleep does ros spin and are callback functions called?

If not is there a way to pause the program while still managing callbacks?

2015-02-25 01:58:56 -0500 received badge  Popular Question (source)
2015-02-23 12:39:26 -0500 asked a question Gmapping without landmarks

I am running gmapping on husky bot with hokoyo scanner in gazebo simulation environment. I am experimenting with gmapping in an empty world. Gmapping does not create any map and the map frame jumps around. Why does gmapping not create a map or mark cells as vacant if the laser scanner is not detecting any obstacles. And if the laser scanner can't see any landmarks, why is the map frame not equal to odom frame?

2015-02-22 23:17:25 -0500 answered a question Failed to load plugin libgazebo_ros_create.so

Installing turtlebot_create_desktop from source solved the problem.

2015-02-22 22:30:23 -0500 commented answer Failed to load plugin libgazebo_ros_create.so

find command returns no results! Am i right in assuming that the plugin is found in ros-indigo-gazebo-ros-control package.

2015-02-22 17:24:40 -0500 received badge  Student (source)
2015-02-22 11:00:23 -0500 asked a question Failed to load plugin libgazebo_ros_create.so

I am following the Explore the Gazebo world tutorial of turtlebot_simulator in ROS Indigo. Whenever I try to launch roslaunch turtlebot_gazebo turtlebot_world.launch I get the following error

Error [Plugin.hh:156] Failed to load plugin libgazebo_ros_create.so: libgazebo_ros_create.so: cannot open shared object file: No such file or directory

I have ros-indigo-gazebo-ros-control installed. What do I do to fix this?

Edit: I have also tried compiling from source.

2015-02-03 09:45:31 -0500 commented answer launching nodes in a new terminal with roslaunch

If you are using Ubuntu and gnome-terminal you could replace "xterm -e" with "gnome-terminal --command" to open in Ubuntu's default terminal.

2015-02-03 09:44:00 -0500 received badge  Supporter (source)
2015-01-10 16:05:22 -0500 received badge  Famous Question (source)
2014-12-07 22:09:59 -0500 received badge  Notable Question (source)
2014-12-07 03:08:58 -0500 received badge  Popular Question (source)
2014-12-06 13:47:11 -0500 asked a question odometry on arduino vs on ROS

I have got an arduino connected to my robot that reads the encoder and controls the motors.

What would be better, calculating odometry on arduino and publishing the odometry message to ROS on my Laptop?

Or publishing the encoder ticks to ROS and publishing the odometry messages after processing from Laptop?

2014-12-06 03:43:16 -0500 received badge  Enthusiast