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

ZainMehdi's profile - activity

2022-04-04 04:24:34 -0500 received badge  Famous Question (source)
2022-01-18 15:47:46 -0500 received badge  Popular Question (source)
2022-01-18 15:47:46 -0500 received badge  Notable Question (source)
2021-11-30 06:46:34 -0500 marked best answer Occupancy Grid Map generation using ROS

Hi, I am trying to build occupancy grid map in ros using laser data but have no idea from where to start. I dont want to use completely self built package as I am not allowed to use gmapping or hecor. Can anyone please point me in the right direction.

2021-09-14 21:32:43 -0500 commented answer How to subscribe to map and markers and display on web GUI using roslibjs?

Thanks alot for your answer but I am having the same issue. When continuous : true is set it doesn't display anything i

2021-09-07 22:10:42 -0500 commented question How to subscribe to map and markers and display on web GUI using roslibjs?

Same issue here . Were you able to find a solution ?

2021-08-27 05:00:40 -0500 commented question How to control a closed loop stepper motor with a RPI via ROS ?

Can you please explain a bit more on what do you mean by ros ? If you have nema motor you can just create stepping seque

2021-08-27 05:00:13 -0500 commented question How to control a closed loop stepper motor with a RPI via ROS ?

Can you please explain a bit more on what do you mean by ros ? If you have nema motor you can just create stepping seque

2021-08-27 04:29:56 -0500 marked best answer Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner

Hi, I am trying to use Iris Lama slam package with YD Lidar to create grid map. I am using following commands to run slam and lidar node ( Launch files also attached)

Lidar Launch File :

<launch>
  <node pkg="sc_mini" type="sc_mini" name="sc_mini" output="screen">
    <param name="frame_id" type="string" value="laser_link"/>
    <param name="port" type="string" value="/dev/sc_mini"/>
    <param name="baud_rate" type="int" value="115200"/>
  </node>

 <node pkg="tf" type="static_transform_publisher" name="base_link_to_laser"
    args="0.0 0.0 0.0 0.0 0.0  0.0 /base_link /laser_link 40" /> 
</launch>
roslaunch sc_mini start.launch

rosrun iris_lama_ros slam2d_ros _scan_topic:=/scan  _base_frame_id:base_link

There is a static transform between base_link and laser_link.

The issue is that all the messages from the laser are dropped by scan node with following error message

[ WARN] [1629945657.272627698]: MessageFilter [target=odom ]: Dropped
100.00% of messages so far. Please turn the [ros.iris_lama_ros.message_filter] rosconsole logger to DEBUG for more information.


[DEBUG] [1629945661.171888142]: MessageFilter [target=odom ]: Removed oldest message because buffer is full, count now 100 (frame_id=laser_link, stamp=1629945651.173065) [DEBUG] [1629945661.171907816]: MessageFilter [target=odom ]: Added message in frame laser_link at time 1629945661.172, count now 100

It works fine when I use bag file from this link

https://msadowski.github.io/iris-lama...

Would be thankful for any insight.

2021-08-27 04:20:41 -0500 edited answer Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner

I am answering it myself. First of all Iris_lama needs odometry source. If you are like me just trying it out with a 2d

2021-08-27 04:19:16 -0500 answered a question Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner

I am answering it myself. First of all Iris_lama needs odometry source. If you are like me just trying it out with a 2d

2021-08-27 04:19:16 -0500 received badge  Rapid Responder (source)
2021-08-27 04:15:40 -0500 received badge  Organizer (source)
2021-08-27 04:15:07 -0500 edited question Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner

Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner Hi, I am trying to use Iris Lama slam package wit

2021-08-25 21:46:24 -0500 asked a question Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner

Messages being dropped by IRIS Lama Node using YD Lidar Laser Scanner Hi, I am trying to use Iris Lama slam package wit

2021-03-10 03:30:40 -0500 received badge  Famous Question (source)
2021-02-22 10:23:07 -0500 received badge  Nice Answer (source)
2021-01-11 20:57:58 -0500 received badge  Famous Question (source)
2021-01-11 20:57:58 -0500 received badge  Notable Question (source)
2020-11-16 01:14:30 -0500 commented question rviz cannot display rrbot properly

"On another computer installed ros kinetic. And repeated the process. The rrbot correctly display and joint_state_publis

2020-11-16 01:13:14 -0500 commented question rviz cannot display rrbot properly

"On another computer installed ros kinetic. And repeated the process. The rrbot correctly display and joint_state_publis

2020-11-16 01:12:47 -0500 commented question rviz cannot display rrbot properly

"On another computer installed ros kinetic. And repeated the process. The rrbot correctly display and joint_state_publis

2020-11-16 01:12:32 -0500 commented question rviz cannot display rrbot properly

On another computer installed ros kinetic. And repeated the process. The rrbot correctly display and joint_state_publish

2020-11-13 00:52:20 -0500 commented question what is my next step (rviz and models)

Please provide description to your question again here. Seems like your previous query has been wiped out. I cant access

2020-09-08 22:43:51 -0500 received badge  Notable Question (source)
2020-09-08 22:43:51 -0500 received badge  Popular Question (source)
2020-07-16 08:47:36 -0500 received badge  Nice Answer (source)
2020-03-05 15:08:32 -0500 received badge  Popular Question (source)
2020-03-05 15:08:32 -0500 received badge  Notable Question (source)
2020-01-15 17:18:46 -0500 commented question slam_gmapping issue

These are links for your local files. I cant see them with this link..

2020-01-02 03:11:52 -0500 received badge  Notable Question (source)
2020-01-02 03:11:52 -0500 received badge  Famous Question (source)
2020-01-02 00:07:22 -0500 commented question slam_gmapping issue

whats the error message ?

2020-01-02 00:05:42 -0500 commented answer How to remove custom Rviz Plugin

It works. Just had to remove export tag from package.xml. Thanks alot

2020-01-02 00:04:57 -0500 marked best answer How to remove custom Rviz Plugin

I created rviz plugin following these tutorials . However I was wondering how can I remove them. I couldnt find any documentation/guidelines for it. Please provide any hints / suggestions.

Thanks

2019-12-31 07:29:09 -0500 received badge  Famous Question (source)
2019-12-31 07:28:55 -0500 received badge  Famous Question (source)
2019-12-30 19:48:52 -0500 commented question raspberry stretch gazebo9

I had this problem in Ubuntu . What I did was to purge all ros and then reinstall with minimal version and install gazeb

2019-12-30 19:46:08 -0500 asked a question How to remove custom Rviz Plugin

How to remove custom Rviz Plugin I created rviz plugin following these tutorials . However I was wondering how can I rem

2019-05-20 02:18:27 -0500 marked best answer How can I add libicp library in my catkin package ?

EDIT:

I installed following package link text as mentioned in instructions. Now I want to use this package in my Cmakelist.txt so that I can use it in my program. I tried

find_package(RRR)

but it gives me error related to package config file. I have series of .hpp files in my source directory. I either want to convert them to a library file or add the whole package so that I can use them in my source files as headers.

2018-11-06 02:16:23 -0500 marked best answer How to generate pose graph from LIDAR(Laser) data?

Hi, I have been learning g2o to optimize once I have a graph i.e. back-end during my graph slam algorithm implementation. But the issue is I don't have any idea how to build a pose graph from laser data. Lets assume I have bag file that contains all recorded measurement. Then how should I proceed and use this data to generate nodes and edges for my graph. PS: I have read some methods like ICP and dense scan matching that can be used to add edges (constraints) between successive poses. But there application and implementation is naive to me. Kindly help

2018-11-06 02:16:23 -0500 received badge  Self-Learner (source)
2018-11-06 02:16:23 -0500 received badge  Necromancer (source)
2018-08-17 13:28:59 -0500 received badge  Famous Question (source)
2018-06-15 15:51:33 -0500 received badge  Famous Question (source)
2018-06-04 07:33:04 -0500 received badge  Notable Question (source)
2018-05-17 06:02:53 -0500 received badge  Famous Question (source)
2018-05-01 05:27:48 -0500 received badge  Famous Question (source)