use UWB in ROS
Whether anyone try to use decawave uwb on ROS? I want to do but have no ideal how to do that
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Whether anyone try to use decawave uwb on ROS? I want to do but have no ideal how to do that
Asked: 2021-01-26 20:16:11 -0500
Seen: 355 times
Last updated: Jan 26 '21
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()
How to put Hokuyo laser sensor on p2os?
What do you do with them? I once used 3 of them to make my robot follow me. But I guess you want something else? Maybe localization? Global or local localization? Or both?
@Humpelstilzchen Thanks for your reply I want to do the both global and local localization. I already try the 3 anchor 1 tag in windows. But I don't know how to do in ROS so I ask for help.
More details please. What do you mean with Windows? Do you get a 3d position using the Windows operating system but you do not know how to do that under Linux for ROS? What robot are you using, does it have an IMU? UWB can only get you a 3d (x,y,z) position you need a different sensor the orientation like an IMU.
@Humpelstilzchen I use the UWB in Windows operating system for test the 2D(x,y) position. Yes, I want to use that under Linux but I have no ideal how to do that. Now I use the turtlebot3 burger for the test. The robot has IMU. I want to use UWB to localization on SLAM with burger. By the way, can I ask a question If I not have IMU only has odom can do UWB localization?
You do basically the same under Linux, but I would ask the Linux question in another forum since that is not a ROS problem. The turtlebot 3 has a (x,y,theta), Odometry provides relative values for all three while IMU (with compass) and UWB give you absolute pose information.
@Humpelstilzchen Hmm... In other words. In the localization I want to use the UWB at first and do use the AMCL to localization under ROS operating system. If I want to do that. Am I suitable to go to the LINUX forum to ask this question?
Linux forum or support of your UWB module vendor: How to get the distance under Linux. Once you can read the tags under Linux you can ask here on how to use UWB values with ROS.
Maybe you can checkout Tianbot Omni 06q1, a platform equipped with robomaster uwb. It gives you the uwb readings directly via topics.