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

Sebastian Kasperski's profile - activity

2023-05-25 01:49:22 -0500 marked best answer How to create soft objects (wheel tires) in gazebo?

Hello,

I am currently trying to model a wheeled robot (pioneer3at) in Gazebo. The problem I face is that it strangely bounces of its wheels whenever it gets an impulse. So I thought the problem might be that the wheels are too hard and do not absorb any energy.

http://gazebosim.org/wiki/Tutorials/1...

Following the link above I added a kp-tag to the according gazebo-tag in my URDF, but whatever value I use, it just causes the wheel to be ignored completely for collisions. (It will just fall through the floor)

What is the correct way to describe collision properties in Gazebo?

Update:

I now had a closer look at the Husky-Bot, which seems quite similar to the Pioneer. In Gazebo, it shows none of the mentioned problems. The definition of the Husky-Wheels seems pretty similar to what I did:

<gazebo reference="${fb}_${lr}_wheel">
    <mu1 value="1.0"/>
    <mu2 value="1.0"/>
    <kp  value="10000000.0" />
    <kd  value="1.0" />
    <fdir1 value="1 0 0"/>
    <material>Gazebo/Grey</material>
    <turnGravityOff>false</turnGravityOff>
</gazebo>

So how comes it is not bouncing around like my Pioneer?

2021-11-18 04:40:15 -0500 received badge  Nice Answer (source)
2021-08-05 12:14:50 -0500 received badge  Nice Answer (source)
2021-01-18 04:59:27 -0500 answered a question nav2d Multi Agent Exploration

About the StartMapping service, the parameter was indeed removed some years ago, so it's just called with no params now.

2020-05-03 03:28:36 -0500 received badge  Notable Question (source)
2020-05-03 03:28:36 -0500 received badge  Famous Question (source)
2020-01-21 06:33:29 -0500 answered a question What is the best exploration package for multi robot exploration?

You may want to check http://wiki.ros.org/nav2d for a light-weight navigation. Also have a look at http://wiki.ros.org/

2020-01-16 13:44:22 -0500 received badge  Nice Answer (source)
2019-10-28 03:27:29 -0500 answered a question What is the difference between NAV2D package and ros navigaton stack

The goal when creating the nav2d stack was to have a simpler, easier-to-access solution to basic robot navigation tasks.

2019-08-27 04:51:34 -0500 commented answer Visual odometry with Pose-graph optimization

With only odometry, you cannot do any optimization. Think of optimization as a method of data fusion. With only one sour

2019-08-26 06:48:27 -0500 answered a question Visual odometry with Pose-graph optimization

First of all, for graph-slam you need to establish relative constraints between your key frames. With only (visual) odom

2019-08-26 06:48:27 -0500 received badge  Rapid Responder (source)
2019-08-08 02:52:07 -0500 commented answer Loop clousure in nav2d

Yes, OpenKarto is SLAM, as is gmapping and others as well. While the map is build, the robot is constantly localized. Yo

2019-08-08 02:47:47 -0500 answered a question Loop clousure in nav2d

As Luc pointed out, the LoopClosing is done internally by OpenKarto. It is done automatically, so you should see closure

2019-08-08 02:38:32 -0500 commented answer Loop clousure in nav2d

Yes, OpenKarto is SLAM, as is gmapping and others as well. While the map is build, the robot is constantly localized. Yo

2019-08-02 01:34:43 -0500 received badge  Popular Question (source)
2019-07-12 06:51:33 -0500 commented answer Map not received when using nav2d with gazebo

Setting the laser_frame to base_footprint doesn't seem right to me. It should be the frame where your laser device (the

2019-07-10 18:03:18 -0500 received badge  Good Answer (source)
2019-06-20 03:12:43 -0500 received badge  Self-Learner (source)
2019-06-20 03:00:36 -0500 marked best answer How to make "catkin build" build static libs?

I am using catkin_tools with melodic and would like to define static libraries system-wide, or at least workspace-wide. I don't want to manually change every CMakeLists.txt in my workspace.

2019-06-20 02:58:56 -0500 answered a question How to make "catkin build" build static libs?

It works by adding the CMake-Variable to the catkin config; catkin config -a --cmake-args -DBUILD_SHARED_LIBS=0

2019-06-20 02:58:56 -0500 received badge  Rapid Responder (source)
2019-06-19 08:55:17 -0500 asked a question How to make "catkin build" build static libs?

How to make "catkin build" build static libs? I am using catkin_tools with melodic and would like to define static libra

2019-03-27 07:37:15 -0500 commented answer nav2d Operator does not update with laser scan on real Clearpath Husky

The laser points should be above the map, if they are below there is likely something wrong with the transformations. Fo

2019-03-27 07:35:35 -0500 commented answer nav2d Operator does not update with laser scan on real Clearpath Husky

The laser points should be above the map, if they are below there is likely something wrong with the transformations. Fo

2019-03-27 05:54:13 -0500 commented answer nav2d Operator does not update with laser scan on real Clearpath Husky

And your topic is called /scan/front, if I see it correctly. MAybe you also need to change the observation name to "scan

2019-03-27 05:43:15 -0500 commented answer nav2d Operator does not update with laser scan on real Clearpath Husky

Can you validate via RViz that the laser points are really above the ground and not higher then 1m?

2019-03-27 03:46:08 -0500 answered a question nav2d Operator does not update with laser scan on real Clearpath Husky

This is likely related to the height of the sensor being not within the min-max-height of the costmap. Please check the

2019-01-22 07:06:31 -0500 received badge  Nice Answer (source)
2019-01-22 03:59:09 -0500 answered a question How to properly build include a small library/namespace in a ROS-Project

Yes, you just use add_library instead of add_executable. Make sure to add your library to the target_link_libraries afte

2019-01-14 07:12:21 -0500 commented answer nav2d real map build with multiple robots

Maybe search/ask here at ros-aswers for what other possibilities exist to communicate between roscores.

2019-01-14 07:11:08 -0500 commented answer nav2d real map build with multiple robots

In this case you would need some other means of sharing topics between systems. Or find out why ros-rt-wmp is not workin

2019-01-14 06:02:02 -0500 answered a question nav2d real map build with multiple robots

You said you are using the ros-rt-wmp package. With this it should be possible to share topics between robots (with sepa

2019-01-01 19:17:28 -0500 received badge  Good Answer (source)
2018-10-16 04:51:35 -0500 answered a question Tutorial 3 and map frame problems

These might be some timing related issue. From what you write it looks a bit like the mapper is not able to provide the

2018-08-13 09:12:01 -0500 received badge  Nice Answer (source)
2018-08-08 01:39:28 -0500 received badge  Nice Answer (source)
2018-07-09 04:53:34 -0500 answered a question nav2d_karto map rebuilds with wrong coords

This usually happens when your odometry gives wrong values (e.g. reports the robot is driving backward). Or your laser i

2018-05-15 04:39:18 -0500 commented answer What is "Rolling Window" used for?

No, rolling window maps are local maps and not used for localization.

2018-04-10 12:12:04 -0500 received badge  Good Answer (source)
2018-03-20 02:42:45 -0500 commented question Nav2d Turtlebot3 not receiving map when running Tutorial 3

So your question is solved?

2017-11-08 03:52:18 -0500 commented answer Stairs' detection and avoidance using nav2d

No, I haven't used it. When deciding on a solution, keep in mind that you will have to add any detected stairs to the gl

2017-11-08 03:51:49 -0500 commented answer Stairs' detection and avoidance using nav2d

No, I haven't used it. When deciding on a solution, keep in mind that you will have to add any detected stairs to the gl

2017-11-06 18:50:30 -0500 received badge  Good Answer (source)
2017-11-03 03:33:33 -0500 answered a question Stairs' detection and avoidance using nav2d

Well, nav2d is a package for 2D navigation, and stairs are a very 3D-type of thing! ;) However, the costmap_2d (which i

2017-10-20 01:39:27 -0500 commented answer delayed data transfer rate using nav2d

What node publishes these transforms? Aren't they static? If the robot crashes, this has nothing to do with the map, bu

2017-10-19 03:08:57 -0500 commented answer delayed data transfer rate using nav2d

What is the issue with the map? When there are people walking along while you map, they are likely to appear in the map.

2017-10-19 03:08:27 -0500 commented answer delayed data transfer rate using nav2d

What is the issue with the map? When there are people walking along while you map, they are likely to appear in the map.

2017-10-18 21:19:15 -0500 received badge  Nice Answer (source)