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

BCJ's profile - activity

2023-08-08 09:34:35 -0500 commented question ros2 bag topic remapping from launch file

It works for my case. maybe you try to update your rosbag2 version? sudo apt-get install ros-humble-rosbag2

2023-08-03 22:06:15 -0500 commented answer Can see topic when using ros2 topic list, but can't echo it?

Facing the same issue and I create a simple Node to subscribe the topic but still cannot get the message. When I try to

2023-08-03 22:06:09 -0500 commented answer Can see topic when using ros2 topic list, but can't echo it?

Facing the same issue and I create a simple Node to subscribe the topic but still cannot get the message. When I try to

2022-12-28 23:23:31 -0500 answered a question no data message_filter

It is worth to make sure the qos from the publisher & subscriber is correct and matched with each other.

2022-12-15 19:12:10 -0500 commented question ROS2 - Lag when topics are subscribed

Hello, may I know is the visualizer_node run on a different machine? Have you solved your issue eventually?

2022-11-22 00:45:09 -0500 asked a question robot_localization -- Covariance exploding after a hang

robot_localization -- Covariance exploding after a hang Hi all, I am trying to fuse the odometry data from robot with a

2022-11-17 20:03:54 -0500 commented question ros2 node list crash xmlrpc.client.Fault

I faced the similar issue. By restart the ros2 daemon on the PC might solve the issue. ros2 daemon stop ros2 daemon sta

2022-11-16 23:44:40 -0500 answered a question Should i calibrate imu offset to base_link?

@huchaohong Did you find any answer for your question and don't mind to share? I am currently facing similar issue. Will

2021-12-25 18:54:55 -0500 commented question Bond broken, exiting

Yes, I think you are correct. The issue is come from time synchronization. Eventually we used lan cable to connect both

2021-06-14 04:49:55 -0500 commented answer What is 'slop' in ApproximateTimeSynchronizer?

Hello, however this param is missing in the C++ API. May I know why?

2021-06-14 04:49:55 -0500 received badge  Commentator
2021-04-08 03:54:28 -0500 received badge  Famous Question (source)
2021-03-09 06:52:39 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@Alessandro Melino Yes I run the package successfully. May I know what is your error? If the error is same as above, you

2021-02-22 01:58:09 -0500 received badge  Notable Question (source)
2021-01-21 21:43:47 -0500 received badge  Popular Question (source)
2021-01-12 01:26:48 -0500 asked a question Bond broken, exiting

Bond broken, exiting Hello, I running some programs with nodelet. After sometime, it raise the following error: Bond bro

2020-11-19 18:47:02 -0500 answered a question How to make hector_planner works in ROS Melodic

Try git clone navigation , checkout the melodic-devel and catkin_make again.

2020-11-19 18:47:02 -0500 received badge  Rapid Responder (source)
2020-08-03 05:03:45 -0500 commented question Ros navigation without static map

@rahulr Hello, may I know how you solve you issue at the end?

2020-07-28 21:26:14 -0500 answered a question Unable to locate package ros-noetic-desktop-full

@gvdhoorn Hello, I faced the same issue. I am unable to locate package ros-noetic-desktop-full but manage to locate ros-

2020-07-18 08:46:23 -0500 commented answer How to get the correct X Y distance from depth camera

@ytosclee Can you share your code? the xyz get from pointcloud is the real distance? I tried the fx,fy,cx and cy formula

2020-06-26 01:51:47 -0500 received badge  Supporter (source)
2020-06-24 21:21:51 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@kivrakh Can I contact you in person? I have struggled for the package using D435 for few weeks and might need your help

2020-06-24 03:22:19 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@kivrakh, I have remapped successfully and however only have detection result but not tracking. I have seen what you me

2020-06-24 03:22:00 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@kivYes, I have remapped successfully and however only have detection result but not tracking. I have seen what you men

2020-06-23 21:13:17 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

Yes, I have remapped successfully and however only have detection result but not tracking. I have seen what you mention

2020-06-23 02:28:45 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@kivrakh I tried the following setup in my launch file but still didn't manage to solve it. Btw do you test the spencer

2020-06-23 00:59:03 -0500 commented answer Is it possible to remap /camera/color topics in realsense2_camera

@kivrakh May I know how to remap? I tried in command line color:=rgb and also in launch file <remap from="color" to=

2020-06-20 02:07:22 -0500 received badge  Enthusiast
2020-06-14 05:36:41 -0500 commented answer compile with different opencv

Hello, I have two opencv folder under /usr/local which is opencv and opencv2. If I want to use opencv2 as the include li