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

svintissen's profile - activity

2022-03-13 18:36:52 -0500 received badge  Notable Question (source)
2022-03-13 18:36:52 -0500 received badge  Famous Question (source)
2022-03-13 18:36:52 -0500 received badge  Popular Question (source)
2022-02-09 13:09:22 -0500 received badge  Nice Question (source)
2021-07-09 07:05:13 -0500 received badge  Famous Question (source)
2021-06-29 14:22:27 -0500 received badge  Famous Question (source)
2021-05-07 09:48:23 -0500 received badge  Notable Question (source)
2021-05-07 09:48:23 -0500 received badge  Popular Question (source)
2021-04-07 15:36:43 -0500 received badge  Notable Question (source)
2021-04-06 11:27:12 -0500 received badge  Famous Question (source)
2021-04-06 11:27:12 -0500 received badge  Notable Question (source)
2021-04-06 11:27:12 -0500 received badge  Popular Question (source)
2021-03-30 02:52:49 -0500 received badge  Famous Question (source)
2021-01-09 08:18:46 -0500 received badge  Famous Question (source)
2020-12-08 16:58:09 -0500 received badge  Famous Question (source)
2020-11-12 07:04:00 -0500 received badge  Popular Question (source)
2020-11-12 07:04:00 -0500 received badge  Notable Question (source)
2020-11-07 11:48:42 -0500 received badge  Enlightened (source)
2020-11-07 11:48:42 -0500 received badge  Good Answer (source)
2020-10-18 06:48:50 -0500 received badge  Favorite Question (source)
2020-10-04 12:53:35 -0500 received badge  Famous Question (source)
2020-09-25 06:31:26 -0500 received badge  Notable Question (source)
2020-09-25 06:31:26 -0500 received badge  Popular Question (source)
2020-07-30 17:33:35 -0500 received badge  Student (source)
2020-07-20 03:52:39 -0500 received badge  Famous Question (source)
2020-07-10 08:41:07 -0500 received badge  Notable Question (source)
2020-07-10 08:41:07 -0500 received badge  Popular Question (source)
2020-06-25 16:10:59 -0500 received badge  Notable Question (source)
2020-06-25 16:10:59 -0500 received badge  Popular Question (source)
2020-06-24 11:15:58 -0500 received badge  Popular Question (source)
2020-06-18 00:08:26 -0500 received badge  Notable Question (source)
2020-06-18 00:08:26 -0500 received badge  Popular Question (source)
2020-06-12 00:23:38 -0500 received badge  Nice Answer (source)
2020-06-08 21:24:24 -0500 received badge  Famous Question (source)
2020-05-17 07:53:49 -0500 asked a question Laser_geometry ROS2 Eloquent python

Laser_geometry ROS2 Eloquent python Hi, I am trying to convert a laserscan to pointcloud using the laser_geomtry package

2020-05-16 10:59:29 -0500 received badge  Notable Question (source)
2020-05-16 10:29:41 -0500 asked a question Data from range sensor to pointcloud ROS2 Eloquent

Data from range sensor to pointcloud ROS2 Eloquent Hi, I have a set of 9 ultrasonic sensor evenly spread out over 180

2020-05-07 09:35:53 -0500 asked a question ROS2 Eloquent loading map

ROS2 Eloquent loading map Hi, How do I load a map in ros2 eloquent so that I can display it in rviz2? I have a .yaml f

2020-05-07 05:37:32 -0500 asked a question Publish saved map in RVIZ2, running ROS2 eloquent.

Publish saved map in RVIZ2, running ROS2 eloquent. Hi, I have a model of my robot which I am visualizing in Rviz2, alo

2020-05-06 02:20:01 -0500 received badge  Enthusiast
2020-05-05 13:51:29 -0500 asked a question ROS2 Eloquent Raspberry Pi 4 and VirtualBox communication

ROS2 Eloquent Raspberry Pi 4 and VirtualBox communication Hi, I have a RBPi 4 with ROS2 eloquent, and I am running Ubun

2020-04-30 02:47:16 -0500 marked best answer Publish /tf in data ROS2 Dashing with python

Hi.

I have created a simple .urdf file describing my "robot". I can change the position of the model in the "world_coordinate_system" running "ros2 run tf2_ros static_tranform_publisher" from terminal, describing a transform from "world" to "base_link". ("base_link" describes the model body)

Further I want to create a Node using python that updates the position of the model by publishing the tranform data from "world" to "base_link", but I cant find any good resources on how this is done in ROS2 Dashing.

So far I have tried using geometry_msgs.msg.TransformStamped(), then giving the transform as an input to tf2_msgs.msgTFMessage(), but I cant get it to work.

Do any of you have any examples on how this is done, or a better way to do it?

Thanks in advance, any help as well as links to tutorials or documentation is appriciated!

2020-04-30 02:34:05 -0500 received badge  Self-Learner (source)
2020-04-30 02:34:05 -0500 received badge  Teacher (source)
2020-04-30 02:31:18 -0500 commented question Publish /tf in data ROS2 Dashing with python

Okey, I get it - Thanks!

2020-04-30 02:30:18 -0500 answered a question Publish /tf in data ROS2 Dashing with python

Python bindings for tf2_ros not available in ROS2 Dashing, they are added in Eloquent.

2020-04-30 02:30:18 -0500 received badge  Rapid Responder (source)