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

ksato-dev's profile - activity

2022-12-09 05:31:55 -0500 received badge  Great Answer (source)
2022-12-09 05:31:54 -0500 received badge  Good Question (source)
2022-04-27 11:48:05 -0500 received badge  Good Answer (source)
2022-04-23 03:22:06 -0500 received badge  Nice Question (source)
2022-04-23 03:22:03 -0500 received badge  Nice Answer (source)
2022-03-25 08:09:51 -0500 received badge  Famous Question (source)
2022-03-25 08:09:51 -0500 received badge  Notable Question (source)
2022-01-20 23:43:05 -0500 received badge  Famous Question (source)
2021-06-25 23:13:45 -0500 received badge  Famous Question (source)
2021-06-16 04:43:11 -0500 received badge  Self-Learner (source)
2021-06-16 04:43:11 -0500 received badge  Teacher (source)
2021-06-16 04:39:27 -0500 received badge  Student (source)
2021-04-07 13:43:44 -0500 received badge  Notable Question (source)
2021-03-15 04:46:39 -0500 received badge  Popular Question (source)
2021-02-07 21:39:38 -0500 received badge  Famous Question (source)
2021-01-20 08:33:55 -0500 commented answer Custom message is NOT available at python in ROS2

Maybe, I did modify well. Apparently, it seems like a setting for dependencies of custom msgs was not correctly.

2021-01-20 07:40:04 -0500 edited answer Custom message is NOT available at python in ROS2

Could it be that not setup correctly custom message? I tried to publish a topic of a original custom message, but could

2021-01-20 07:39:18 -0500 answered a question Custom message is NOT available at python in ROS2

Could it be that not setup correctly custom message? I tried to publish a topic of a original custom message, but could

2021-01-20 07:39:18 -0500 received badge  Rapid Responder (source)
2021-01-20 06:01:16 -0500 commented question Custom message is NOT available at python in ROS2

Some packages I'm creating are in URL below. https://github.com/ksato-dev/area_detection_msgs https://github.com/ksato-

2021-01-20 05:18:58 -0500 edited question Custom message is NOT available at python in ROS2

Custom message is NOT available at python in ROS2 Good evening, everyone. I faced a problem that a original custom mess

2021-01-20 05:13:50 -0500 edited question Custom message is NOT available at python in ROS2

Custom message is NOT available at python in ROS2 Good evening, everyone. I faced a problem that a original custom mess

2021-01-20 05:12:49 -0500 edited question Custom message is NOT available at python in ROS2

Custom message is NOT available at python in ROS2 Good evening, everyone. I faced a problem that a original custom mess

2021-01-20 05:07:31 -0500 edited question Custom message is NOT available at python in ROS2

Custom message is NOT available at python in ROS2 Good evening, everyone. I faced a problem that a original custom mess

2021-01-20 04:59:16 -0500 asked a question Custom message is NOT available at python in ROS2

Custom message is NOT available at python in ROS2 Hi, everyone. I faced a problem that a original custom message is not

2021-01-14 07:06:59 -0500 received badge  Notable Question (source)
2021-01-07 07:05:17 -0500 marked best answer Fail building rclpy from source

Hi everyone.

I faced a problem that fail building rclpy from source.

I followed a official guide in this repository, but falied building during colcon build with a log below.

Starting >>> rclpy   
--- stderr: rclpy                               
In file included from /home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c:59:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:23:3: error: unknown type name ‘rmw_message_lost_status_t’
   23 |   rmw_message_lost_status_t message_lost;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c: In function ‘_message_lost_to_py_object’:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:171:3: error: unknown type name ‘rmw_message_lost_status_t’; did you mean ‘rmw_liveliness_lost_status_t’?
  171 |   rmw_message_lost_status_t * actual_data = &data->message_lost;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
      |   rmw_liveliness_lost_status_t
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:174:16: error: request for member ‘total_count’ in something not a structure or union
  174 |     actual_data->total_count,
      |                ^~
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:175:16: error: request for member ‘total_count_change’ in something not a structure or union
  175 |     actual_data->total_count_change);
      |                ^~
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c: In function ‘_get_qos_event_data_filler_function_for’:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:254:12: error: ‘RCL_SUBSCRIPTION_MESSAGE_LOST’ undeclared (first use in this function)
  254 |       case RCL_SUBSCRIPTION_MESSAGE_LOST:
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/./_rclpy_qos_event.c:254:12: note: each undeclared identifier is reported only once for each function it appears in
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c: In function ‘rclpy_init’:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c:625:13: warning: implicit declaration of function ‘rcl_init_options_set_domain_id’; did you mean ‘rcl_init_options_get_allocator’? [-Wimplicit-function-declaration]
  625 |       ret = rcl_init_options_set_domain_id(&init_options, (size_t)domain_id);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |             rcl_init_options_get_allocator
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c: In function ‘rclpy_resolve_name’:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c:1730:19: warning: implicit declaration of function ‘rcl_node_resolve_name’; did you mean ‘rclpy_resolve_name’? [-Wimplicit-function-declaration]
 1730 |   rcl_ret_t ret = rcl_node_resolve_name(
      |                   ^~~~~~~~~~~~~~~~~~~~~
      |                   rclpy_resolve_name
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c: In function ‘rclpy_context_get_domain_id’:
/home/ksato/dev/ros2/rclpy_ws/src/rclpy/rclpy/src/rclpy/_rclpy.c:5634:19: warning: implicit declaration of function ‘rcl_context_get_domain_id’; did you mean ‘rclpy_context_get_domain_id’? [-Wimplicit-function-declaration]
 5634 |   rcl_ret_t ret = rcl_context_get_domain_id(context, &domain_id);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                   rclpy_context_get_domain_id
make[2]: *** [CMakeFiles/rclpy.dir/build.make:63: CMakeFiles/rclpy.dir/src/rclpy/_rclpy.c.o] エラー 1
make[2]: *** 未完了のジョブを待っています....
make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/rclpy.dir/all] エラー 2
make[1]: *** 未完了のジョブを待っています....
make: *** [Makefile:141: all] エラー 2
---
Failed   <<< rclpy [23.5s, exited with code 2]

Summary: 0 packages finished [23.6s]
  1 package failed: rclpy
  1 package had stderr output: rclpy

What is the cause?

2021-01-07 07:05:17 -0500 received badge  Scholar (source)
2021-01-07 07:05:15 -0500 commented answer Fail building rclpy from source

Thanks! Probably, a problem in my case is this.

2021-01-07 07:02:04 -0500 received badge  Popular Question (source)
2021-01-06 02:44:48 -0500 asked a question Fail building rclpy from source

Fail building rclpy from source Hi everyone. I faced a problem that fail building rclpy from source. I followed a offi

2021-01-06 01:13:47 -0500 edited answer How to show topics using python in ROS2

Thank you everyone for telling me good information, I implemented a sample code below using get_topic_names_and_types.

2021-01-06 01:06:24 -0500 edited answer How to show topics using python in ROS2

Thank you everyone for telling me good information, I implemented a sample code below. ### `sample_to_show_topic_list.p

2021-01-06 01:04:24 -0500 edited answer How to show topics using python in ROS2

Thank you everyone for telling me good information, I implemented a sample code below. ### `sample_to_show_topic_list.p

2021-01-06 01:04:24 -0500 received badge  Editor (source)
2021-01-06 01:03:14 -0500 edited answer How to show topics using python in ROS2

Thank you everyone for telling me good information, I implemented a sample code below. ### `sample_to_show_topic_list.p

2021-01-06 01:01:50 -0500 answered a question How to show topics using python in ROS2

Thank you everyone for telling me good information, I implemented a sample code below. ### `sample_to_show_topic_list.p

2021-01-06 01:01:50 -0500 received badge  Rapid Responder (source)
2021-01-05 20:27:38 -0500 received badge  Notable Question (source)
2021-01-05 14:22:21 -0500 received badge  Popular Question (source)
2021-01-05 00:19:46 -0500 asked a question How to show topics using python in ROS2

How to show topics using python in ROS2 Hi, everyone. Like the title, I want to show topics using python in ROS2. Firs

2021-01-05 00:19:05 -0500 asked a question How to show topics using python in ROS2

How to show topics using python in ROS2 Hi, everyone. Like the title, I want to show topics using python in ROS2. Firs

2021-01-04 19:52:46 -0500 received badge  Popular Question (source)
2020-12-19 06:43:37 -0500 commented question Can't send a captured image from raspi4 to other machine.

Oh, an uncompressed image was too big! I got it! Also, thank you for a nice suggestion. I see. I will not send a raw i

2020-12-19 06:42:59 -0500 commented question Can't send a captured image from raspi4 to other machine.

Oh, an uncompressed image was too big! I got it! Also, thank you for a nice suggestion. I see. I will not send a raw im

2020-12-19 00:05:26 -0500 received badge  Enthusiast
2020-12-18 10:39:56 -0500 received badge  Supporter (source)
2020-12-18 10:15:07 -0500 commented question Can't send a captured image from raspi4 to other machine.

And I can get information on some topics with ros2 topic list -t, somehow. $ ros2 topic list -t # other machine side /

2020-12-18 10:14:24 -0500 commented question Can't send a captured image from raspi4 to other machine.

Thank you for your answer! At least I can see /image_raw on the Raspberry Pi side with a command ros2 topic echo or ros