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

ARM's profile - activity

2022-06-12 19:43:36 -0500 received badge  Famous Question (source)
2022-06-12 19:43:36 -0500 received badge  Notable Question (source)
2021-07-08 19:21:24 -0500 received badge  Popular Question (source)
2020-07-16 04:37:44 -0500 received badge  Popular Question (source)
2020-03-04 04:56:36 -0500 received badge  Famous Question (source)
2020-03-04 04:56:36 -0500 received badge  Notable Question (source)
2019-06-08 06:51:00 -0500 received badge  Famous Question (source)
2018-08-27 12:38:50 -0500 received badge  Student (source)
2018-08-06 23:19:50 -0500 received badge  Famous Question (source)
2018-08-06 23:19:50 -0500 received badge  Notable Question (source)
2018-07-10 06:50:02 -0500 received badge  Supporter (source)
2018-05-22 05:34:02 -0500 commented answer Subscribing to compressed Images from rosbag

I checked it was publishing. But using the following code I directly took what I need without playing Bag file instead r

2018-05-17 05:32:20 -0500 answered a question Subscribing to compressed Images from rosbag

Execution: $ rosrun package_name file_name.py directory_name_to_store_information #! /usr/bin/python import os import

2018-05-17 04:31:31 -0500 received badge  Famous Question (source)
2018-05-16 13:33:26 -0500 answered a question ROSNODE Subscriber for custom datatype Python

The best and most convenient way is to use Python API. Where you do not need to play the bag file instead call it using

2018-05-14 06:26:50 -0500 received badge  Popular Question (source)
2018-05-14 03:47:06 -0500 asked a question ROSNODE Subscriber for custom datatype Python

ROSNODE Subscriber for custom datatype Python I have a rostopic names /scanpoints of type datatypes/scan_point_2018. Th

2018-05-09 09:07:23 -0500 answered a question rosbag image timestamp

Method 1: metadata = 'echo ' + str(msg.header.seq)+ ' , ' + str(msg.header.stamp) + ' , ${PWD}' + '/' +sys.argv[1]+'/f

2018-05-09 09:04:50 -0500 commented answer rosbag image timestamp

Hi, you are right! I followed the following two approaches. One is Python code and another using operating system comman

2018-05-09 00:40:44 -0500 received badge  Popular Question (source)
2018-05-07 16:08:35 -0500 asked a question rosbag image timestamp

rosbag image timestamp I have a rosbag file which contain images and sensor data. I need to extract Images and their tim

2018-05-02 08:14:18 -0500 received badge  Notable Question (source)
2018-05-02 08:05:22 -0500 commented answer ROSBAG with points cloud

I played the rosbag file and echo rostopic. Can you look at the output file here.

2018-05-02 07:43:31 -0500 marked best answer ROSBAG with points cloud

Hello everyone,

I have a rosbag file contain images and measurement point list. I have already extracted images.

There is a topic of type datatypes/scan_point_list_2202

And I have no idea from where to start. I need to extract point cloud. Please refer me some useful links/tutorials so that I can get an idea how to extract this information.

Thanks and Regards, ARM

2018-05-02 07:43:31 -0500 received badge  Scholar (source)
2018-05-02 03:48:21 -0500 answered a question ROSBAG overriding Extracted Images

This saved my life :=) cv2.imwrite('~/rec_images/frame_' + str(msg.header.seq) + '.jpeg', cv2_img)

2018-05-02 03:30:15 -0500 asked a question ROSBAG overriding Extracted Images

ROSBAG overriding Extracted Images Hello, I have a rosbag file which contain images. I am extracting images through the

2018-05-02 02:56:04 -0500 commented answer Subscribing to compressed Images from rosbag

Any update please!

2018-04-30 11:06:50 -0500 received badge  Popular Question (source)
2018-04-30 08:32:10 -0500 asked a question ROSBAG with points cloud

ROSBAG with points cloud Hello everyone, I have a rosbag file contain images and measurement point list. I have already

2018-04-30 08:16:31 -0500 received badge  Autobiographer
2018-04-30 05:40:31 -0500 commented answer Subscribing to compressed Images from rosbag

Hi. When I execute my subscriber file, it shows nothing. I think I am missing something in my code. Please review. Thank

2018-04-30 04:46:45 -0500 received badge  Notable Question (source)
2018-04-30 03:37:35 -0500 commented answer Subscribing to compressed Images from rosbag

Thanks for your update! I am on it. Will update soon after successful execution.

2018-04-29 06:30:15 -0500 received badge  Enthusiast
2018-04-28 16:08:39 -0500 received badge  Popular Question (source)
2018-04-28 16:00:18 -0500 commented answer Subscribing to compressed Images from rosbag

It means that when I execute rosrun image_transport command this will republish images into /xxxx/image_raw/raw. And in

2018-04-28 08:36:32 -0500 asked a question Subscribing to compressed Images from rosbag

Subscribing to compressed Images from rosbag Hello, I have a rosbag file with compressed images recorded. The rosbag fi

2018-04-24 08:05:24 -0500 asked a question Get time from video_stream.cpp

Get time from video_stream.cpp Hello everyone, I am working on a project and have a requirement to record image process