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

skruzic's profile - activity

2019-03-05 05:57:29 -0500 received badge  Supporter (source)
2019-03-05 05:57:06 -0500 received badge  Notable Question (source)
2019-03-05 05:57:06 -0500 received badge  Popular Question (source)
2017-10-10 10:48:38 -0500 received badge  Popular Question (source)
2017-10-10 10:48:38 -0500 received badge  Notable Question (source)
2017-10-10 10:48:38 -0500 received badge  Famous Question (source)
2017-04-13 04:27:34 -0500 asked a question Odometry publishes more than one sample with identical timestamp

I'm recording odometry and input speeds with rosbag in order to be able to process it later, draw trajectories, etc. Everything is done in simulation using Gazebo and Turtlebot.

The strange thing that happens is that there is about 20% of recorded samples have the same timestamp as other samples, which makes using this data almost impossible. I tried with different simulation step sizes and solvers and eliminated both of them as a reason. I also tried recording on another PC with a better processor and more memory and it did not help either. However, this does not happen when using real Turtlebot.

Can anyone give some advice on what to do?

P.S. I can provide examples if needed.

2017-01-26 01:14:35 -0500 received badge  Enthusiast
2017-01-13 07:33:39 -0500 asked a question Text on top of RVIZ arrow marker

Hello everyone,

I'm wondering if it's possible to put some text on top of arrow marker in RVIZ. To be more clear, what I'm doing is that I'm collecting laser scan message with distances to obstacles, and showing arrow whose length is proportional to distance to obstacle in the direction of arrow. What I'm trying is to put text with distance in meters on top of that arrow.

I already tried with TEXT_VIEW_FACING marker, but it seems that changing its orientation doesn't help, it always stays same.

Any help is appreciated. Thanks!