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

pedro1713's profile - activity

2022-10-10 03:13:43 -0500 received badge  Famous Question (source)
2022-03-17 07:15:28 -0500 commented question [ROS2] Compile-time composing nodes vs Standalone nodes

Run time efficiency comes from the fact that all components are running as a single process. So, when you add more compo

2022-03-16 13:52:58 -0500 received badge  Teacher (source)
2022-03-16 13:15:36 -0500 answered a question ROS2 Runtime dependencies

Maybe start from the same image and change the ros pkg argument from ros_base to ros_core. ros_core is the smaller vari

2022-03-16 13:02:48 -0500 answered a question Managing Devops

AWS provides a solution using their Greengrass IoT service. They have examples of deploying code from their Robomaker ID

2022-03-16 13:02:48 -0500 received badge  Rapid Responder (source)
2022-03-16 12:55:50 -0500 commented question [ROS2] Compile-time composing nodes vs Standalone nodes

I don't think there is much difference in terms of compile-time between composable nodes and stand-alone nodes. There c

2021-09-20 07:15:50 -0500 received badge  Notable Question (source)
2021-09-20 07:15:45 -0500 received badge  Famous Question (source)
2021-09-20 07:15:45 -0500 received badge  Notable Question (source)
2021-09-20 07:15:45 -0500 received badge  Popular Question (source)
2021-09-20 07:05:54 -0500 received badge  Supporter (source)
2021-03-31 08:29:23 -0500 commented question How to use PS4 controller with CLearpath Jackal?

The first time using a PS4 controller with a Husky, I wasn't aware that I needed to press one of the shoulder buttons to

2021-03-22 03:17:19 -0500 received badge  Notable Question (source)
2021-03-01 08:08:18 -0500 received badge  Popular Question (source)
2021-02-27 12:38:50 -0500 asked a question Setting up industrial_ci inside Google Cloud Build

Setting up industrial_ci inside Google Cloud Build I'm trying to set up a CI/CD pipeline for a project. We wanted to tak

2020-08-05 08:09:15 -0500 received badge  Popular Question (source)
2020-07-21 12:52:46 -0500 answered a question ROS2 how to assign callback to publisher node without create_wall_timer.

https://gist.github.com/pedro1713/68bcd6bb693d48b646f70e6ddf77595f maybe this helps. Different device but similar situat

2020-07-21 12:52:46 -0500 received badge  Rapid Responder (source)
2020-07-21 09:17:18 -0500 answered a question How can I transfer ROS2 message/service

I think you will have to subscribe to the message in NodeX and republish the message on NetworkB

2020-07-21 09:17:18 -0500 received badge  Rapid Responder (source)
2020-07-20 16:36:33 -0500 asked a question Multiple robots communicating with Qt app on ROS2 eloquent

Multiple robots communicating with Qt app on ROS2 eloquent I'm looking at interfacing multiple robots running on eloquen

2018-11-16 13:07:02 -0500 received badge  Enthusiast
2018-11-12 16:46:54 -0500 answered a question How to add .cu to ROS package? How to call function in .cu?

Linking is failing because your cuda library doesn't exist. I think you need to review your CMakeList file at the line c

2017-12-06 14:45:09 -0500 answered a question How to launch robot_localization nodes?

Take a look at https://answers.ros.org/question/206043/ekf_localization-with-gps-and-imu/ for an answer including a very

2017-12-06 14:43:45 -0500 commented question How to launch robot_localization nodes?

Follow the git link about in the middle of the webpage you link to, that will take you to the project github page where

2017-12-06 14:43:45 -0500 answered a question how to call arduino codes using topics

I would recommend taking a look at http://wiki.ros.org/rosserial?distro=lunar maybe that could work.

2017-12-06 14:43:45 -0500 asked a question Using bondcpp to connect node on Arduino to node on computer

Using bondcpp to connect node on Arduino to node on computer I want to use bondcpp to connect a ros node running on an A