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

Toothless's profile - activity

2019-10-24 02:43:24 -0500 received badge  Famous Question (source)
2019-09-22 13:18:28 -0500 received badge  Student (source)
2019-09-22 13:18:23 -0500 received badge  Famous Question (source)
2019-01-23 20:03:21 -0500 received badge  Notable Question (source)
2018-09-19 02:49:33 -0500 received badge  Famous Question (source)
2018-09-19 02:49:33 -0500 received badge  Notable Question (source)
2018-04-12 06:21:56 -0500 received badge  Notable Question (source)
2018-04-12 01:36:28 -0500 received badge  Popular Question (source)
2018-04-10 10:27:40 -0500 asked a question How does rosbag player works with --rate-control-topic?

How does rosbag player works with --rate-control-topic? Hello everyone, I would like to know how the player behaves wh

2018-04-10 01:07:49 -0500 received badge  Enthusiast
2018-04-09 02:17:27 -0500 received badge  Popular Question (source)
2018-04-06 06:27:15 -0500 commented question Is it possible to see the list of topics available in the bag file while running the bag player?

I found the the solution by checking the player.cpp file. In publish function there is loop which iterate over connectio

2018-04-06 04:34:48 -0500 asked a question Is it possible to see the list of topics available in the bag file while running the bag player?

Is it possible to see the list of topics available in the bag file while running the bag player? I know there exist a co

2018-04-03 03:13:49 -0500 edited question rosbag with --rate-control-topic and -rate option results segmentation fault

rosbag with --rate-control-topic and -rate option results segmentation fault Hi, I am getting segmentation fault while

2018-04-03 02:45:32 -0500 received badge  Organizer (source)
2018-04-03 02:42:49 -0500 edited question rosbag with --rate-control-topic and -rate option results segmentation fault

rosbag with --rate-control-topic and -rate option results segmentation fault Hi, I am getting segmentation fault while

2018-04-03 02:42:49 -0500 received badge  Editor (source)
2018-03-29 08:52:58 -0500 asked a question rosbag with --rate-control-topic and -rate option results segmentation fault

rosbag with --rate-control-topic and -rate option results segmentation fault Hi, I am getting segmentation fault while

2018-03-29 03:09:11 -0500 received badge  Supporter (source)
2018-03-29 01:57:47 -0500 commented question converting ros::time to boost ptime: "Year is out of valid range" error

In the code, a random string was passed to this function which might be the reason for this error. However, I didn't tes

2018-03-29 01:51:16 -0500 commented question converting ros::time to boost ptime: "Year is out of valid range" error

Thank you gvdhoorn for the link. It is very useful.

2018-03-26 10:02:54 -0500 received badge  Popular Question (source)
2018-03-26 06:16:42 -0500 edited question converting ros::time to boost ptime: "Year is out of valid range" error

converting ros::time to boost ptime: "Year is out of valid range" error Hi there, I am new to the ROS and its community

2018-03-26 05:16:28 -0500 asked a question converting ros::time to boost ptime: "Year is out of valid range" error

How to convert ros time to boost::posix_time::ptime? Hi there, I am new to the ROS and its community. I am looking for