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

Freesun's profile - activity

2023-04-12 02:26:54 -0500 received badge  Taxonomist
2022-04-30 10:14:34 -0500 received badge  Notable Question (source)
2021-10-04 13:54:14 -0500 received badge  Popular Question (source)
2021-07-17 02:22:53 -0500 received badge  Famous Question (source)
2021-07-17 02:22:53 -0500 received badge  Notable Question (source)
2021-07-17 02:22:53 -0500 received badge  Popular Question (source)
2021-04-01 06:47:45 -0500 received badge  Enthusiast
2021-03-30 07:09:02 -0500 asked a question Ros2 timer's reliable

Ros2 timer's reliable There is a disadvantage that the ros1's timer is not reliable and the sampling period is not const

2020-11-05 18:37:15 -0500 received badge  Famous Question (source)
2020-07-28 03:15:35 -0500 received badge  Notable Question (source)
2020-05-14 11:27:45 -0500 received badge  Popular Question (source)
2020-04-17 12:18:25 -0500 asked a question About NiTE2.2 userTracking

About NiTE2.2 userTracking hello ~ :) i want to use NiTE2.2 UserViewer Sample for doing skeleton Tracking. but the

2020-03-20 10:12:11 -0500 marked best answer Ros1_bridge can't mapping my msgs..... HELP

I installed Ros1_bridge by apt install ros-dashing-ros1_birdge. and refered to https://github.com/ros2/ros1_bridge/b....

i make 'my_mapping_rules.yaml'

<my_mapping_rules.yaml>
-
  ros1_package_name: 'tut_msgs'
  ros1_message_name: 'Num'
  ros2_package_name: 'tut_msgs'
  ros2_message_name: 'Num'

  fields_1_to_2:
    data: 'data' 




#/home/freesun/ros2_ws/src/tut_msgs/msg/Num.msg                  ros2_workspace
#/home/freesun/catkin_ws/src/tut_msgs/msg/Num.msg                ros1_workspace

and placed in /home/freesun/ros2_ws/src/tut_msgs Finally i modifed msg's CMakeList.txt and package.xml.

But it doesn't working. CANT MAPPING MY MESSAGES!!!!!!!

what's the problem???

HELP ME PLZ..... OTL

2020-03-20 10:12:11 -0500 received badge  Scholar (source)
2020-03-20 06:35:29 -0500 commented answer Ros1_bridge can't mapping my msgs..... HELP

Hello!! I solved it when i install cyclone dds!!

2020-03-19 13:09:12 -0500 commented answer Ros1_bridge can't mapping my msgs..... HELP

okay... i'll search more issues! thank u ;)

2020-03-19 12:28:54 -0500 commented answer Ros1_bridge can't mapping my msgs..... HELP

umm.... i faced another problem! when i run all nodes. ros1_bridge suddenly shut down. here is error message : $ r

2020-03-19 12:06:02 -0500 commented answer Ros1_bridge can't mapping my msgs..... HELP

oh! i got it! i'll do that!! thx :)

2020-03-19 10:27:52 -0500 asked a question Ros1_bridge can't mapping my msgs..... HELP

Ros1_bridge can't mapping my msgs..... HELP I installed Ros1_bridge by apt install ros-dashing-ros1_birdge. and refered