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

kentam's profile - activity

2018-11-05 00:09:23 -0500 received badge  Enthusiast
2018-10-31 18:13:52 -0500 commented answer Renaming a topic inside a bag file

Here is my code: from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic ==

2018-10-31 18:13:08 -0500 commented answer Renaming a topic inside a bag file

Here is my code: from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic ==

2018-10-31 18:12:02 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:11:53 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:11:40 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:11:32 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:11:24 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:10:44 -0500 commented answer Renaming a topic inside a bag file

{{{from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:09:13 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:08:36 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:08:13 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:06:27 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:05:12 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic':

2018-10-31 18:03:27 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag     with Bag('Y.bag', 'w') as Y:     for topic, msg, t in Bag('X.bag'):     if topic

2018-10-31 18:03:06 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic

2018-10-31 18:01:49 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic

2018-10-31 18:01:36 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic

2018-10-31 18:00:37 -0500 commented answer Renaming a topic inside a bag file

from rosbag import Bag with Bag('Y.bag', 'w') as Y: for topic, msg, t in Bag('X.bag'): if topic == '/a_topic

2017-08-11 13:33:01 -0500 received badge  Teacher (source)
2017-08-11 13:33:01 -0500 received badge  Necromancer (source)
2017-08-10 05:44:46 -0500 answered a question How Can I simulate a driverless Car using ROS and gazebo

FYI http://www.ros.org/news/2017/06/simulated-car-demo.html