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

TinyTheBrontosaurus's profile - activity

2022-08-16 11:09:08 -0500 received badge  Famous Question (source)
2020-09-16 12:51:12 -0500 received badge  Necromancer (source)
2020-09-16 12:51:12 -0500 received badge  Teacher (source)
2017-01-03 12:26:02 -0500 received badge  Notable Question (source)
2016-11-08 09:47:23 -0500 received badge  Popular Question (source)
2016-11-08 09:04:09 -0500 commented question Problems in building a map after playing intel.bag file while executing Gmapping??????

Still no warning message. Is there a character in there preventing it from being displayed? Maybe an angle bracket?

2016-11-08 08:54:39 -0500 commented answer Convert legacy logs to ROS bag

Unless your request is urgent, I will mark your answer as soon as a get it working. I will likely add more details as well.

2016-11-04 09:06:23 -0500 commented answer Convert legacy logs to ROS bag

Thanks! I was hoping there was an easy answer I was missing.

2016-11-03 16:00:15 -0500 asked a question Convert legacy logs to ROS bag

Is there a way to convert legacy logs to ROS bags?

I have a set of sensors logs that were recorded before my project started using ROS. I am now converting everything to use ROS, but I still want to use my old logs for replay purposes. I have already written code that converts those old logs to ROS messages (which conveniently also serves as the direct interface to the sensor). Now I'm trying to replay the old logs, using simulated time. There are several sensor-logs that need to by synchronized. From what I've read, if these were originally created as ROS bags, this would not be an issue.

The solution as I see it is to either convert the existing logs to ROS bags, or find a way to control the simulation time of the roscore without ROS bags or gazebo.

2016-10-31 14:38:22 -0500 asked a question Terminology: python:pythonic :: ros : ?

Like an SAT question. Python has a recommended way of doing thigns that is "Pythonic". As I have been using ROS, there seems to be a recommended ROS way of doing things? ROSsy (rhymes with bossy)?

2016-08-09 17:29:43 -0500 answered a question rossrv - cannot deserialize custom msg

Just ran into this one myself. Created a bug in rospy along with a reproducible test case.

https://github.com/ros/ros_comm/issue...

Basically, having a pose in both the request and the response is causing it. I fixed mine by making duplicate message types. Lame fix, but it worked.

2016-05-20 16:50:17 -0500 received badge  Enthusiast
2016-05-20 16:50:17 -0500 received badge  Enthusiast
2016-05-12 16:42:42 -0500 received badge  Supporter (source)