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

RachelRen's profile - activity

2022-05-02 10:44:28 -0500 received badge  Student (source)
2020-04-08 08:32:38 -0500 received badge  Famous Question (source)
2020-01-29 07:43:30 -0500 received badge  Famous Question (source)
2020-01-22 04:19:08 -0500 received badge  Notable Question (source)
2020-01-22 04:19:08 -0500 received badge  Popular Question (source)
2019-10-31 14:11:18 -0500 received badge  Famous Question (source)
2019-10-26 15:45:06 -0500 received badge  Famous Question (source)
2019-10-25 05:26:14 -0500 received badge  Notable Question (source)
2019-08-07 07:16:19 -0500 marked best answer question about ros2 bag play

I am tried to use ros2 bag record to save the information of camera topic, but how to use ros2 bag play to loop play the package.

2019-08-05 12:52:54 -0500 received badge  Notable Question (source)
2019-08-05 12:52:54 -0500 received badge  Popular Question (source)
2019-07-30 04:32:49 -0500 received badge  Popular Question (source)
2019-07-18 02:08:19 -0500 asked a question ros2 bag issue

ros2 bag issue I have successfully record the bag file of realsense camera(D435i) topic using: ros2 bag record /camera/

2019-07-16 21:40:46 -0500 asked a question question about ros2 bag play

question about ros2 bag play I am tried to use ros2 bag record to save the information of camera topic, but how to use r

2019-07-01 22:38:49 -0500 edited question colcon test-run_test.py:return code -11

colcon test-run_test.py:return code -11 main function: int main(int argc, char * argv[]) { testing::InitGoogleTest(&a

2019-07-01 22:33:03 -0500 asked a question colcon test-run_test.py:return code -11

colcon test-run_test.py:return code -11 when I use colcon test to run test, an error occurred: [ OK ] [ PASSED ] 1 test.

2019-01-11 12:47:52 -0500 marked best answer How to understand the result of the "ros2 topic info /camera/color/image_raw" is 0

When I launch realsense_ros2_camera ,I use ros2 topic info /camera/color/image_raw to print information about the /camera/color/image_raw topic,the result is :

Topic: /camera/color/image_raw
Publisher count: 0
Subscriber count: 0

In subscriber,it can't auto call the callback function.I want to know if it is because there is no publisher lead to can't auto call the callback function.

To be honest,I don't understand that there is no publisher why does the topic exist.

Thanks very much.

2019-01-11 12:39:48 -0500 marked best answer How to achieve launch service or topic in ROS2 TEST ?

Hi All,

I'm writing TEST for the company ROS2's project.I learned to launch service or topic via the .test file in ROS,but there is no .test file in ROS2 TEST.I don't know what kind of mechanism can launch service or topic in ROS2 TEST.

Additional information:I use

ament test --only-packages MY_PACKAGE_NAME

to run TEST. Thanks All

2018-12-28 15:32:35 -0500 received badge  Famous Question (source)
2018-12-17 19:20:52 -0500 received badge  Notable Question (source)
2018-12-04 01:54:54 -0500 commented question Failed to process package 'cv_bridge':

Hi Have you solved the problem? I met the same problem now. Thanks

2018-12-03 20:12:31 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@poonam1120 Have you tried adding .py to CMakeLists.txt using ament_add_pytest_test?

2018-12-03 19:53:33 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@poonam1120 Would you mind to introduce how you achieved the migrated .test file from ros1 into launch.py in ros2? Tha

2018-11-05 00:55:39 -0500 answered a question An error occurred while using macro to customize the timeout time of gtest in cmake

@jacobperron Thank you for your reply. This problem is caused by call_for_each_rmw_implementation(targets), it calls

2018-10-23 20:25:56 -0500 received badge  Popular Question (source)
2018-10-23 04:20:55 -0500 asked a question An error occurred while using macro to customize the timeout time of gtest in cmake

An error occurred while using macro to customize the timeout time of gtest in cmake Hi, I used the following way to cus

2018-10-11 04:21:32 -0500 received badge  Famous Question (source)
2018-10-11 04:21:32 -0500 received badge  Notable Question (source)
2018-08-06 21:40:43 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@marguedas I'm sorry to comment too late. I mean,when launching processes in background,the publisher don't publish dat

2018-08-06 21:40:26 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@marguedas I'm sorry to comment too late. I mean,when launching processes in background,the publisher don't publish data

2018-07-07 09:09:05 -0500 received badge  Famous Question (source)
2018-07-06 03:33:33 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@marguedas Thank you very much. I tried to launch processes in background in the ros2 test,but this way can't meet the

2018-07-06 03:33:20 -0500 commented answer How to achieve launch service or topic in ROS2 TEST ?

@marguedas Thank you very much. I tried to launch processes in background in the ros2 test,but this way can't meet the e

2018-07-05 21:55:05 -0500 received badge  Notable Question (source)
2018-07-05 17:56:40 -0500 received badge  Popular Question (source)
2018-07-04 23:05:04 -0500 commented answer How to understand the result of the "ros2 topic info /camera/color/image_raw" is 0

@marguedas Thanks for you explanation,I understand why the callback is not called. Thanks everyone.

2018-07-03 10:32:49 -0500 received badge  Notable Question (source)
2018-07-02 20:58:52 -0500 commented answer How to understand the result of the "ros2 topic info /camera/color/image_raw" is 0

I writed a subscriber for it.When I launched the subscriber,the subscriber count is 1,but the callback function not exec

2018-07-02 18:28:38 -0500 received badge  Popular Question (source)
2018-07-01 22:27:48 -0500 asked a question How to understand the result of the "ros2 topic info /camera/color/image_raw" is 0

How to understand the result of the "ros2 topic info /camera/color/image_raw" is 0 When I launch realsense_ros2_camera ,

2018-06-29 00:17:26 -0500 received badge  Enthusiast
2018-06-28 06:27:13 -0500 commented question How to understand the difference rclcpp::spin() and rclcpp::executor::Executor::spin_once()?

Yes,I have. I pre-defined test_pass = false,This test can run,but its result is failed. What puzzles me is why the re

2018-06-28 00:30:55 -0500 asked a question How to understand the difference rclcpp::spin() and rclcpp::executor::Executor::spin_once()?

How to understand the difference rclcpp::spin() and rclcpp::executor::Executor::spin_once()? environment:ros2,ament,ubun

2018-05-29 12:20:33 -0500 received badge  Popular Question (source)
2018-05-24 01:27:18 -0500 commented question Issues with ament CmakeLists

@arunavanag Hi,arunavanag, I have a question to consult.How to achieve launch service or topic in ROS2 TEST? I'm wr

2018-05-24 01:27:17 -0500 asked a question How to achieve launch service or topic in ROS2 TEST ?

How to achieve launch service or topic in ROS2 TEST ? Hi All, I'm writing TEST for the company ROS2's project.I learned