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

FrozenCh's profile - activity

2018-11-06 21:18:47 -0500 commented question Problems with turtlebot on Ubuntu 18.04 with melodic morenia

Have you tried that doing 'apt purge' all melodic and reinstall?

2018-10-23 20:42:50 -0500 commented question can't compile the hector_slam package from github.

http://wiki.ros.org/opencv3 I think you met opencv3 migration issue, try the configuration in the link.

2018-05-21 04:39:53 -0500 commented answer navigation problem inflation layer ?

try this: use_map_topic: true

2018-05-21 04:32:47 -0500 commented question opencv missing shared objects causes run time error

I made a link from 3.1 to 3.2 and it is workable. (just a temperate way to solve this issue)

2018-05-18 04:44:28 -0500 received badge  Teacher (source)
2018-05-17 21:22:28 -0500 commented answer navigation problem inflation layer ?

Localization problem may be caused by amcl setting. Do you have proper setting about your odom model type? <param na

2018-05-17 21:22:19 -0500 commented answer navigation problem inflation layer ?

Localization problem may be caused by amcl setting. Do you have proper setting about your odom model type? or

2018-05-17 03:13:16 -0500 commented question Help needed to get simple IMU localization working

try this in your launch to link base_link and imu_frame in tf. <node pkg="tf2_ros" type="static_transform_publisher"

2018-05-16 22:07:32 -0500 answered a question navigation problem inflation layer ?

I agree with what @PeteBlackerThe3rd said, your scan points are not aligned with the wall on your map, so we see that as

2018-05-16 04:38:58 -0500 commented question navigation problem inflation layer ?

It looks like these is something wrong with the scan topic and your cost map just reflects to the bad data. and besides

2017-10-26 04:58:45 -0500 commented question stereo with two webcams

check your video_device. I guess that there are three devices and one of them belongs to your laptop cam.

2017-02-27 09:47:16 -0500 received badge  Supporter (source)
2017-02-07 04:51:04 -0500 received badge  Enthusiast
2017-02-06 04:48:38 -0500 commented question Collision issue

Email is good, but I think if we solve this issue on this forum is better for this community.

2017-02-06 03:21:24 -0500 commented question Collision issue

Can you print screen on the rviz, in which showing the local cost map and footprint at the place your collision failed?

2017-02-06 02:48:49 -0500 received badge  Commentator
2017-02-06 02:48:49 -0500 commented question Collision issue

If you use the navigation stack, the collision detection would be processed into two parts, local cost map and local planner. Local cost map would use your footprint, inflation_radius, map etc. to generate a cost map. Thus, local planner can use the cost map to move robot.

2017-02-06 02:20:21 -0500 commented answer Connecting your Wheels in URDF to ROS

The joint type for wheel should be continuous. You can see this as reference. http://wiki.ros.org/urdf/XML/joint

2017-02-05 20:25:56 -0500 commented question Collision issue

I think the footprint should be little bigger than your robot size. It will effect the dilation area of obstacles.

2017-02-05 20:13:15 -0500 commented question how can i register a callback for an action client

you can post your code or error messages then we can help you more

2017-02-05 20:10:50 -0500 commented question How to publish/subscribe to an X,Y,Z array in ROS

You can create and operate the publish/subscribe things by the ros messages defined by yourself. http://wiki.ros.org/ROS/Tutorials/Cre...

2017-02-05 20:03:40 -0500 commented answer Connecting your Wheels in URDF to ROS

differential_drive_controller is a plug, by using which we can use cmd_vel, a common topic name for navigation stack, to control your robot model in Gazebo. However, if you just need a model appearance in rviz, then never mind the plugin.

2017-02-03 01:42:44 -0500 commented question dynamic reconfigure

I wrote okay that means not okay actually. Sorry for misleading, just like that it is dangerous to replace the fuse to other regular conductivity material. Messing up with the exception is dangerous.

2017-02-03 00:10:13 -0500 commented question Turtlebot navigation through narrow passageway

try to shrink the inflation_radius in local cost map, or make the foot print smaller.

2017-02-03 00:10:12 -0500 commented question dynamic reconfigure

Have you tried the "clean build", which means deleting the devel/ and build/ then build again.

Besides, all in all, the exception is like the fuse to the electric circuit. It is some kind of protection from server crash, so it is okay to move out the exception area until you meet some weird bug.

2017-02-03 00:10:12 -0500 commented answer Connecting your Wheels in URDF to ROS

If he checked that fixed type is okay with his robot and wheel, I think the next step is to change the type from "fixed" to "continuous" so that he can use the "differential_drive_controller" plugin.