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

Gerry's profile - activity

2021-10-28 14:14:08 -0500 received badge  Famous Question (source)
2021-03-02 19:19:27 -0500 received badge  Famous Question (source)
2020-12-11 12:02:01 -0500 received badge  Self-Learner (source)
2020-12-11 12:02:01 -0500 received badge  Teacher (source)
2020-11-30 18:32:04 -0500 received badge  Notable Question (source)
2020-11-18 17:03:21 -0500 received badge  Popular Question (source)
2020-11-17 18:30:08 -0500 marked best answer Range sensor layer marked obstacles cannot be cleared by LaserScan

Hi,

Just a quick question. I found that the obstacles marked by ultrasound (plugin RangeSensorLayer) cannot be cleared by Laser Scan on costmap. But these obstacles can be cleared by ultrasound itself. On the other side, Laser Scan marked obstacles cannot be cleared by ultrasound either according to my experiment. I use ROS kinetic. Is my observation correct or there is something wrong in my configuration of experiment? Any insight would be highly appreciated.

Best regards, Gerry

2020-11-17 05:45:21 -0500 received badge  Student (source)
2020-11-17 02:05:57 -0500 asked a question Path following and obstacle avoidance controller in ROS

Path following and obstacle avoidance controller in ROS Hi, I'm trying to find some path following and obstacle avoidan

2020-11-13 02:16:10 -0500 received badge  Notable Question (source)
2020-11-13 01:18:50 -0500 answered a question Is it possible to control movement of turtlesim by string msgs?

I guess you can publish string "play"/"stop" via message std_msgs/String. Then you create another node listening to this

2020-11-13 01:18:50 -0500 received badge  Rapid Responder (source)
2020-11-13 01:02:10 -0500 answered a question bash: distro: No such file or directory

I guess you directly run the command [sudo apt-get install ros-distro-ros-tutorials]. Please replace distro with the ROS

2020-11-13 01:02:10 -0500 received badge  Rapid Responder (source)
2020-11-13 00:01:21 -0500 answered a question Range sensor layer marked obstacles cannot be cleared by LaserScan

OK, after some study and experiments, I guess I find the reason. The obstacle marked/cleared by ultrasound is performed

2020-10-25 19:34:28 -0500 received badge  Popular Question (source)
2020-10-22 21:00:38 -0500 asked a question Range sensor layer marked obstacles cannot be cleared by LaserScan

Range sensor layer marked obstacles cannot be cleared by LaserScan Hi, Just a quick question. I found that the obstacle

2020-10-11 19:28:11 -0500 received badge  Notable Question (source)
2020-09-02 01:51:16 -0500 commented question Range sensor layer can't transform problem

In our setup, all of the ROS nodes are running on the same computer. And I have checked that when navigation is launched

2020-09-02 01:50:52 -0500 commented question Range sensor layer can't transform problem

In out setup, all of the ROS nodes are running on the same computer. And I have checked that when navigation is launched

2020-08-25 23:56:52 -0500 received badge  Popular Question (source)
2020-08-25 21:22:23 -0500 commented question Range sensor layer can't transform problem

I tried to increase the frequency to 20 Hz, but the error is still reported without decreasing the time from timestamp i

2020-08-25 21:14:07 -0500 edited question Range sensor layer can't transform problem

Range sensor layer can't transform problem Hi, Basically, I have already setup ROS navigation stack. Recently, ultrasou

2020-08-25 21:14:07 -0500 received badge  Editor (source)
2020-08-25 21:12:43 -0500 edited question Range sensor layer can't transform problem

Range sensor layer can't transform problem Hi, Basically, I have already setup ROS navigation stack. Recently, ultrasou

2020-08-25 04:15:10 -0500 commented question Range sensor layer can't transform problem

about 10 Hz

2020-08-25 02:32:22 -0500 asked a question Range sensor layer can't transform problem

Range sensor layer can't transform problem Hi, Basically, I have already setup ROS navigation stack. Recently, ultrasou

2020-08-14 20:41:01 -0500 received badge  Famous Question (source)
2020-06-29 06:13:51 -0500 received badge  Famous Question (source)
2020-06-12 13:59:27 -0500 received badge  Notable Question (source)
2020-04-28 00:40:19 -0500 received badge  Notable Question (source)
2020-04-13 19:59:29 -0500 commented question ROS Navigate through slope

Hi, thanks for your comments again. Similar to your suggestion, our plan is to compare the surrounding environment prese

2020-04-12 19:41:53 -0500 commented question ROS Navigate through slope

Hi, Thanks for your reply. The problem is that there are other obstacles in our environment except slopes. These obstacl

2020-04-12 05:01:13 -0500 received badge  Popular Question (source)
2020-04-11 07:02:59 -0500 received badge  Favorite Question (source)
2020-04-10 03:08:04 -0500 received badge  Supporter (source)
2020-04-10 03:01:32 -0500 asked a question ROS Navigate through slope

ROS Navigate through slope Basically, we use ROS Navigation Stack. According to those materials we have found so far, it

2020-04-03 01:30:21 -0500 received badge  Enthusiast
2020-03-24 19:26:43 -0500 marked best answer rviz cannot set initial pose with button 2D Pose Estimate

I'm a newbie to ROS Navigation and I will try to elaborate my problem as detailed as possible. Basically, I'd like to implement navigation stack with RGBD camera. To this end, I use maplab (https://github.com/ethz-asl/maplab) with its localization mode enabled as my localization system(a global map is created beforehand with maplab to be used in navigation). I have followed Navigation tutorials (http://wiki.ros.org/navigation/Tutori...) to create related tfs and publish necessary topics. The application is launched without any error and rviz is showing the 2D global map correctly. Then, I tried to click the button '2D Pose Estimate' in rviz to set robot's initial pose. Now the problem comes such that there is no effect shown in rviz, the robot still stays at the same place. I checked the topic /initialpose which is published by rviz. Everytime I click the button '2D Pose Estimate' and drag it to some place on the map, there is a message published from this topic that has position and orientation information. Why rviz failed to set initial pose of the robot?

I have some doubt about the subscribers of the topic /initialpose. In my navigation setup, actually, there is no subscriber of topic /initialpose currently. But I find out that AMCL is the subscriber of topic /initialpose in case laser scan is used. In my case, maplab is the localization system. Then, whether do I need to do some work to make maplab subscribe to topic /initialpose? If yes, how the localization system should use the subscribed topic /initialpose in general?

I'm really puzzled by this problem and any help is highly appreciated. Thanks in advance.

Best regards, Gerry

2020-03-24 19:26:43 -0500 received badge  Scholar (source)
2020-03-24 19:26:38 -0500 commented answer rviz cannot set initial pose with button 2D Pose Estimate

OK, I managed to get some comments from the author of maplab. No, this capability is not implemented. The author, howeve

2020-03-24 01:02:46 -0500 received badge  Popular Question (source)
2020-03-23 08:51:33 -0500 asked a question rviz cannot set initial pose with button 2D Pose Estimate

rviz cannot set initial pose with button 2D Pose Estimate I'm a newbie to ROS Navigation and I will try to elaborate my