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

niubc's profile - activity

2023-07-31 22:07:02 -0500 received badge  Favorite Question (source)
2022-12-12 13:09:07 -0500 received badge  Famous Question (source)
2022-07-14 09:32:07 -0500 received badge  Great Question (source)
2021-11-28 14:34:07 -0500 received badge  Good Question (source)
2020-11-10 14:45:03 -0500 received badge  Nice Question (source)
2018-12-14 10:31:35 -0500 received badge  Student (source)
2018-06-01 11:47:15 -0500 received badge  Famous Question (source)
2018-02-20 11:46:20 -0500 received badge  Famous Question (source)
2017-09-05 11:55:06 -0500 received badge  Notable Question (source)
2017-09-05 11:55:06 -0500 received badge  Popular Question (source)
2017-07-21 10:37:09 -0500 received badge  Famous Question (source)
2017-07-05 03:05:59 -0500 received badge  Notable Question (source)
2017-07-05 03:05:59 -0500 received badge  Popular Question (source)
2017-06-03 01:15:36 -0500 received badge  Famous Question (source)
2017-05-22 15:42:08 -0500 received badge  Notable Question (source)
2017-05-15 03:44:25 -0500 received badge  Famous Question (source)
2017-03-28 17:54:39 -0500 received badge  Popular Question (source)
2017-03-25 01:34:43 -0500 asked a question Octomap .log file

I am trying to change log file to bt/ot file. link text.After reading this page, I write a .log file to test .But there are problems when I use graph2tree to change graph file into bt file .

NODE 0.217 -0.074 0.713 -0.0279 -0.0293 0

4.724 20.891 15.646

4.323 20.928 15.505

4.819 20.474 15.384

5.016 20.194 15.264

6.068 19.496 15.199

6.975 18.906 15.15

7.326 18.606 15.08

8.156 18.103 15.064

8.87 17.68 15.055

Where is the mistake made by me on earth?

2017-03-18 23:55:04 -0500 received badge  Notable Question (source)
2017-01-10 22:40:55 -0500 asked a question simulation environment of underwater robot

I wang to build a simulation environment of underwater robot(or AUV) to test my SLAM algorithms, but many things in ROS can't be found, such as sonar. I konw UWSIM, but there is something is wrong while installing it.

Any good suggestions?

2017-01-10 22:32:04 -0500 asked a question Coordinate system in ROS

ROS operates in the ENU Coordinate system(East-North-Up). In the algorithms for AUV(Autonomous Underwater Vehicles), I need North-East-Down Coordinate system. What should I do? Change TF or what?

2017-01-10 22:07:13 -0500 received badge  Scholar (source)
2017-01-03 00:34:12 -0500 received badge  Popular Question (source)
2016-12-13 20:14:31 -0500 received badge  Enthusiast
2016-12-12 17:16:41 -0500 asked a question How to use 2D Lidar to finish 3D SLAM

I'm a beginner. I want to use 2D Lidar to finish 3D SLAM! Generally, we lay the 2D Lidar on a car. Now I want to place the 2D Lidar on its side so it can scan vertical plane instead of horizontal plane. But I didn't find 3D SLAM package.I realized that slam_gmapping can only build 2D map. What should I do? Using octomap?

2016-10-19 09:10:24 -0500 received badge  Notable Question (source)
2016-10-12 13:35:57 -0500 received badge  Popular Question (source)
2016-10-09 07:01:26 -0500 asked a question How to use costmap_2d to build grid map?

I'm a beginner. I'm trying to use costmap_2d package to build a grid map. Before this I used slam_gmapping to finish the job, by writing this node to launch file, but in didn't work for costmap_2d. I noticed that there are three nodes in costmap_2d package, so which one should I choose? How should I do to use it to build a map?

2016-10-08 23:51:17 -0500 commented answer How to debug ROS programs?

Thank you so much !!!

2016-10-08 23:50:29 -0500 received badge  Notable Question (source)
2016-10-08 23:49:52 -0500 asked a question How to use costmap-2d to build grid map?

I'm a beginner. I'm trying to use costmap_2d package to build a grid map. Before this I used slam_gmapping to finish the job, by writing this node to launch file, but in didn't work for costmap_2d. I noticed that there are three nodes in costmap_2d package, so which one should I choose? How should I do to use it to build a map?

2016-08-28 14:29:30 -0500 received badge  Popular Question (source)
2016-08-27 14:15:00 -0500 asked a question How to debug ROS porgrams?

I have learned ros for two weeks and I konw how to create a package. I can write some programs on windows.Now I want write nodes on my own, but I find I can't debug programs, which is very different from windows programs. I am used to press "build" button to know if there are mistakes in my program.Maybe some tools can finish this work?

2016-08-27 14:14:59 -0500 asked a question How to debug ROS programs?

I have learned ros for two weeks and I know how to create a package. I can write some programs on windows. Now I want write nodes on my own, but I find I can't debug programs, which is very different from windows programs. I am used to press "build" button to know if there are mistakes in my program. Maybe some tools can finish this work?