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

texdade's profile - activity

2023-01-02 14:37:25 -0500 received badge  Famous Question (source)
2023-01-02 14:37:25 -0500 received badge  Notable Question (source)
2023-01-02 14:37:25 -0500 received badge  Popular Question (source)
2021-10-29 04:00:48 -0500 commented question Assign topic and data_class to subscriber using values from env

Hi again, I've looked into the generic sub, but can I also do it with rospy? I couldn't find anything

2021-10-28 06:11:45 -0500 commented question Assign topic and data_class to subscriber using values from env

I don't need to interact with the data, just store it and send it later based on some parameters. I will look for the ge

2021-10-28 06:09:38 -0500 commented question Assign topic and data_class to subscriber using values from env

I don't need to interact with the data, just store it and send it later based on some parameters. I will look for the ty

2021-10-28 03:13:44 -0500 commented question Assign topic and data_class to subscriber using values from env

Since the ROS node is general-purpose, the final users may want to swap the topics that the node reads/writes to. Readin

2021-10-28 02:41:05 -0500 asked a question Assign topic and data_class to subscriber using values from env

Assign topic and data_class to subscriber using values from env Hi all! I'm making a general-purpose ROS node using Pyt

2021-10-15 04:36:57 -0500 received badge  Popular Question (source)
2021-10-02 10:03:56 -0500 commented question Mantain sequence ID equal to the one of input message

Yes, but since I could have varying delays it's a solution that doesn't really work. However, since the two nodes that I

2021-10-02 09:30:08 -0500 commented question Mantain sequence ID equal to the one of input message

Sync messages from two different topics, but I'll just put them in separate lists and use a more custom solution

2021-10-02 03:58:04 -0500 commented question Mantain sequence ID equal to the one of input message

Well ok, looks like I'll have to find another way then... Thank you for your time :)

2021-10-01 09:11:32 -0500 asked a question Mantain sequence ID equal to the one of input message

Mantain sequence ID equal to the one of input message Hi everyone, I'm currently using Cartographer and I'm looking for

2021-10-01 09:04:03 -0500 received badge  Enthusiast
2021-09-22 04:49:38 -0500 answered a question Publish data for Cartographer

The problem was in the files I was sourcing. Since I was running cartographer in a container, I was sourcing ros_entrypo

2021-09-22 04:49:38 -0500 received badge  Rapid Responder (source)
2021-09-21 05:17:23 -0500 asked a question Publish data for Cartographer

Publish data for Cartographer Hi all, I'm currently using Cartographer and I have to emulate the sensors of a robot to p

2021-09-05 02:08:35 -0500 commented question Determine message origin in a multirobot environment

That's perfect! Thank you!

2021-09-03 03:28:37 -0500 asked a question Determine message origin in a multirobot environment

Determine message origin in a multirobot environment Hi! I'm pretty new to ROS (noetic) and I'm currently trying to run

2021-09-03 03:28:37 -0500 asked a question Identify a message origin in a multirobot environment

Identify a message origin in a multirobot environment Hi! I'm pretty new to ROS (noetic) and I'm currently trying to run