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

Karim Ahmt's profile - activity

2019-02-06 23:33:39 -0500 commented question gazebo radar plugin

I am having the same issue, I am wondering if you reached any solution?

2018-10-03 23:53:06 -0500 received badge  Citizen Patrol (source)
2018-09-24 21:55:28 -0500 marked best answer Height Map xyz coordinates

Hello, I'm using velodyne height map , so far i am struggling to only view the x,y,z coordinates of obstacles. even once I try to edit on heightmap.cpp file nothing changing in output. what could be best way to as to only view the coordinates without the raw data matrix. if anyone can clarify to me what is meant by offset for instance this means that the value of the x is on zero position in the raw data matrix.

  seq: 22
  stamp: 
    secs: 1518471618
    nsecs: 669806000
  frame_id: velodyne
height: 1
width: 480
fields: 
  - 
    name: x
    offset: 0
    datatype: 7
    count: 1
  - 
    name: y
    offset: 4
    datatype: 7
    count: 1
  - 
    name: z
    offset: 8
    datatype: 7
    count: 1
  - 
    name: intensity
    offset: 16
    datatype: 7
    count: 1
is_bigendian: False
point_step: 32
row_step: 15360

thank you

2018-09-21 22:43:50 -0500 commented question how to use robot_pose_ekf together with amcl

hello, you got any solution, I am facing the same issue

2018-05-04 02:14:54 -0500 received badge  Famous Question (source)
2018-03-08 12:39:30 -0500 received badge  Student (source)
2018-03-08 12:35:53 -0500 received badge  Famous Question (source)
2018-03-06 16:15:38 -0500 commented answer Height Map xyz coordinates

well, i recorded that a bag from VLP-16, which don't record RGB data. will the libraries still work.thank you

2018-03-06 16:12:52 -0500 received badge  Enthusiast
2018-03-05 19:01:07 -0500 commented answer Height Map xyz coordinates

yea, that's what I am trying to do.I am new using ROS. so even when I try to update the .cpp file nothing changes in the

2018-03-05 14:06:51 -0500 received badge  Notable Question (source)
2018-03-05 09:22:26 -0500 commented question Height Map xyz coordinates

velodyne_obstacles topic

2018-03-05 09:12:07 -0500 received badge  Popular Question (source)
2018-03-04 19:44:32 -0500 asked a question Height Map xyz coordinates

Height Map xyz coordinates Hello, I'm using velodyne height map , so far i am struggling to only view the x,y,z coordin

2018-02-27 21:56:39 -0500 marked best answer Height Map output

Hello,

Regarding Velodyne lidar obstacles detection. I am using the velodyne_height_map. I was seeking to be able to detect the distance between the sensor and the obstacle and the angle at which the obstacle located. by using the publish command I was able to see the format. if you can help me to be able to understand more of the format of the output data packet.

2018-02-27 21:56:39 -0500 received badge  Scholar (source)
2018-02-23 12:16:07 -0500 commented answer Height Map output

thank you very much, appreciate your support

2018-02-23 12:15:07 -0500 received badge  Notable Question (source)
2018-02-21 19:31:23 -0500 commented answer Height Map output

thank you for your answer, but how could I know from the published topic which ones are the x ,y,and z coordinates. as t

2018-02-21 19:25:51 -0500 received badge  Popular Question (source)
2018-02-19 12:01:34 -0500 asked a question Height Map output

Height Map output Hello, Regarding Velodyne lidar obstacles detection. I am using the velodyne_height_map. I was seekin