ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2021-05-21 10:14:58 -0500 | received badge | ● Famous Question (source) |
2020-04-08 02:45:10 -0500 | received badge | ● Famous Question (source) |
2020-04-08 02:45:10 -0500 | received badge | ● Notable Question (source) |
2020-04-06 22:17:34 -0500 | received badge | ● Notable Question (source) |
2020-02-21 07:32:48 -0500 | received badge | ● Popular Question (source) |
2020-02-20 21:15:14 -0500 | marked best answer | Republishing custom message to type /PoseArray I have a node which publishes a custom message (BoundingBox3d.msg) displaying the coordinates of a detected human, and another custom message (BoundingBoxes3d.msg) with that array However i would require it to be published as a posearray message type, because another node requires the input to be of type geometry_msgs/PoseArray. The node (Darknet3D.cpp) produces the output values x, y and z and I have been trying unsuccessfully to publish the values into a different message type. All the comments with //M Test are the additional code written by me. When I rostopic /posearray, the values of the posearray are all blank. Could anyone point out why I am not able to get values for my posearray? I am pretty new to coding so all my attempts have been comparing different open source codes and improvising for my needs. I tried using (more) |
2020-02-20 21:15:14 -0500 | received badge | ● Scholar (source) |
2020-02-20 10:57:44 -0500 | edited question | Republishing custom message to type /PoseArray Republishing custom message to type /PoseArray I have a node which publishes a custom message (BoundingBox3d.msg) displa |
2020-02-20 10:57:44 -0500 | received badge | ● Editor (source) |
2020-02-20 10:55:02 -0500 | edited question | Republishing custom message to type /PoseArray Republishing custom message to type /PoseArray I have a node which publishes a custom message (BoundingBox3d.msg) displa |
2020-02-20 10:39:49 -0500 | received badge | ● Organizer (source) |
2020-02-20 10:39:09 -0500 | asked a question | Republishing custom message to type /PoseArray Republishing custom message to type /PoseArray I have a node which publishes a custom message (BoundingBox3d.msg) displa |
2020-02-20 00:03:43 -0500 | received badge | ● Enthusiast |
2020-02-13 07:40:26 -0500 | commented question | How to map bounding boxes from object detector to a map ? hi i have the same problem, used YOLO darknet for object detection but the package only outputs a 2d pixel coordinate of |
2019-11-12 07:43:31 -0500 | marked best answer | ros melodic tf to tf2 migration Currently running ros melodic/ubuntu 18.0 and compiling this global planner code (which was written for ros indigo) gives the error message: Snippet of code as follows: i'm suspecting this is because of the migration from tf to tf2. However i am really new to ROS and coding in general. I have tried reading the tf ros wiki, but it's really complicated and seems like i have to get a full understanding behind the workings of tf. So i was wondering if there is any quick fix or how can i rewrite this particular part of the code? |
2019-11-12 07:31:14 -0500 | commented answer | ros melodic tf to tf2 migration @gvdhoorn: ah yes this seemed to do the trick, along with the tweaking of other lines in the code Found out a method whi |
2019-11-12 07:30:19 -0500 | commented answer | ros melodic tf to tf2 migration @gvdhoorn: ah yes this seemed to do the trick, along with the tweaking of other lines in the code Found out a method whi |
2019-11-12 07:30:00 -0500 | commented answer | ros melodic tf to tf2 migration @gvdhoorn: ah yes this seemed to do the trick, along with the tweaking of other lines in the code Found out a method whi |
2019-11-12 07:26:36 -0500 | commented answer | ros melodic tf to tf2 migration @gvdhoorn: ah yes this seemed to do the trick, along with the tweaking of other lines in the code Found out a method whi |
2019-11-12 05:46:11 -0500 | commented answer | ros melodic tf to tf2 migration @gvdhoorn: yup that's the same conclusion I've came to (porting over), therefore the request for some insight as to how |
2019-11-11 22:09:59 -0500 | commented answer | ros melodic tf to tf2 migration @stevemacenski: sorry if i didn't make things clear enough, i do believe it's an issue of porting. My current project |
2019-11-11 21:39:23 -0500 | received badge | ● Popular Question (source) |
2019-11-11 11:09:53 -0500 | answered a question | ros melodic tf to tf2 migration Unfortunately i took this code from a research paper published 5 years ago, which was running on ros indigo and has no s |
2019-11-11 11:09:53 -0500 | received badge | ● Rapid Responder |
2019-11-11 10:34:33 -0500 | asked a question | ros melodic tf to tf2 migration ros melodic tf to tf2 migration Currently running ros melodic/ubuntu 18.0 and compiling this global planner code (which |