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

ryuzaki's profile - activity

2021-07-09 06:15:39 -0500 received badge  Famous Question (source)
2021-07-09 06:15:39 -0500 received badge  Notable Question (source)
2018-11-25 13:27:26 -0500 received badge  Famous Question (source)
2018-11-12 07:44:58 -0500 received badge  Famous Question (source)
2018-07-24 02:35:07 -0500 received badge  Notable Question (source)
2018-07-19 07:46:42 -0500 commented question Failed to compute odometry pose

however, just to update, i've connected everything to internet, nothing changed, i've tried to launch the ntp command on

2018-07-15 05:54:20 -0500 received badge  Popular Question (source)
2018-07-14 08:57:37 -0500 commented question Failed to compute odometry pose

wait, maybe i don't know well how it works, do i need internet on both computers to use the ntp server? Because the comp

2018-07-13 08:02:10 -0500 commented question Failed to compute odometry pose

no, computers are connected through a router, without internet connection. Could it be that the problem? If yes, could y

2018-07-13 05:07:49 -0500 asked a question Failed to compute odometry pose

Failed to compute odometry pose Hi, i'm trying to use nav2d package to make autonomous exploration with a turtlebot3 bur

2018-06-10 20:25:59 -0500 received badge  Notable Question (source)
2018-06-10 09:00:07 -0500 marked best answer Laser reading not between range_min and range_max!

Hi, i'm trying to use nav2d package on turtlebot3 for autonomous exploration(third tutorial). When i launch it, everything seems to work, except for the fact that rqt_console shows the warning "Laser reading not between range_min and range_max!". Looking the messages published on /scan topic it says range max is 3.5 meters and actually some reading goes beyond this distance. The point is: how can i modify that value? Because i've tried modifying in Sensor.cpp the Custom laser range, but that doesn't work and also on yaml files i don't find any parameter referring to my laser range. Thanks for help!!

2018-06-10 09:00:07 -0500 received badge  Scholar (source)
2018-06-10 08:57:03 -0500 received badge  Popular Question (source)
2018-06-10 08:56:30 -0500 commented answer Laser reading not between range_min and range_max!

Thanks for your answer. That's what i've done in the end and actually everything works. Just out of curiosity, is there

2018-06-10 08:52:14 -0500 received badge  Supporter (source)
2018-06-08 15:23:59 -0500 received badge  Popular Question (source)
2018-06-08 03:37:24 -0500 asked a question Laser reading not between range_min and range_max!

Laser reading not between range_min and range_max! Hi, i'm trying to use nav2d package on turtlebot3 for autonomous expl

2018-04-11 04:23:50 -0500 commented question No map generated with nav2d simulation using turtlebot3

HI! The fact is that no error occurs. I think the problem could be that i haven't done some remapping, because if i do t

2018-04-10 05:16:08 -0500 asked a question No map generated with nav2d simulation using turtlebot3

No map generated with nav2d simulation using turtlebot3 Hi, i'm new to ROS and i'm trying to use the nav2d package for