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

chenlee's profile - activity

2020-04-16 08:45:55 -0500 received badge  Famous Question (source)
2018-12-20 07:45:31 -0500 received badge  Famous Question (source)
2018-04-06 08:01:40 -0500 received badge  Famous Question (source)
2018-04-06 08:01:40 -0500 received badge  Notable Question (source)
2017-09-11 00:22:08 -0500 received badge  Student (source)
2017-05-22 13:43:15 -0500 received badge  Notable Question (source)
2016-12-27 22:09:26 -0500 received badge  Famous Question (source)
2016-12-22 14:22:40 -0500 received badge  Popular Question (source)
2016-11-13 18:06:11 -0500 received badge  Notable Question (source)
2016-11-13 07:12:48 -0500 received badge  Popular Question (source)
2016-10-31 05:48:26 -0500 received badge  Popular Question (source)
2016-09-28 02:46:26 -0500 asked a question How to get robot position in gazebo?

I want get the robot position(something like the coordinate x,y,z) , I know that hector_gazebo_plugins can do this,but I don't know how to use the API,did something more simple to get the robot position in gazebo?

2016-09-23 04:49:21 -0500 asked a question How to use hector_gazebo_plugins

I am new to ROS and programme,I want to know the position of robot in gazebo ,so I download the hector_gazebo_plugins code which have GazeboRosGps package,but I know nothing about the use of the code .So I want to know how to use the hector_gazebo_plugins,thanks!

2016-08-23 09:16:35 -0500 received badge  Scholar (source)
2016-08-18 03:00:29 -0500 received badge  Notable Question (source)
2016-08-17 10:20:37 -0500 received badge  Popular Question (source)
2016-08-16 01:44:32 -0500 received badge  Enthusiast
2016-08-15 08:39:45 -0500 commented question How to read indoor positioning equipment date by ros

Thanks.I thought there need a API so I can use directly.

2016-08-15 08:33:26 -0500 received badge  Editor (source)
2016-08-15 07:59:29 -0500 received badge  Supporter (source)
2016-08-15 07:58:49 -0500 commented question How to read indoor positioning equipment date by ros

My device is a indoor positioning equipment called Ubisense which can publish location date(like three-dimensional coordinate x, y, z),but I don't know how ROS read it.

2016-08-15 07:05:51 -0500 asked a question How to read indoor positioning equipment date by ros

I am trying to read indoor positioning equipment date to ROS.The indoor positioning equipment called Ubisense which can publish location date(like three-dimensional coordinate x, y, z) to local area network.So I want knew about how ROS read the indoor positioning equipment date.

2016-08-08 07:53:08 -0500 commented question How to use sensor_msgs/LaserScan's message about rangers[]

Thanks,the answer is what you said.

2016-08-07 04:41:05 -0500 commented question How to use sensor_msgs/LaserScan's message about rangers[]

2016-08-07 04:41:04 -0500 asked a question How to use sensor_msgs/LaserScan's message about rangers[]

I want to use kinect's ranger date,I subscribe the sensor_msgs/LaserScan's message,my callback function is below ,for I want to see the rangers[] date:

void kinectMessageReceived(const sensor_msgs::LaserScan& msg)
{
    ROS_INFO_STREAM(msg.ranges[0]);
}

but I received the follow message ,so why it input nan ,what I can do to get ranger message?

[ INFO] [1470536730.887186730]: nan
[ INFO] [1470536730.921098262]: nan
[ INFO] [1470536730.952966983]: nan
[ INFO] [1470536730.986829834]: nan
[ INFO] [1470536731.023610700]: nan
[ INFO] [1470536731.055973256]: nan
[ INFO] [1470536731.086879971]: nan
[ INFO] [1470536731.121896758]: nan