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

BhanuKiran.Chaluvadi's profile - activity

2023-06-15 03:41:00 -0500 received badge  Popular Question (source)
2023-06-15 01:55:01 -0500 commented answer Import ros2 source package with version info

As @gvdhoom mentioned. I will stick with checkout to the release branch. Is it possible to promote your comment to the a

2023-06-15 01:53:41 -0500 commented answer Import ros2 source package with version info

As @gvdhoom mentioned. I will stick with checkout to the release branch.

2023-06-09 05:36:45 -0500 edited question Import ros2 source package with version info

Import ros2 source package with version info Hi, I am compiling ros2 source package to debian 11 platform vcs import

2023-06-09 05:36:23 -0500 edited question Import ros2 source package with version info

Import ros2 source package Hi, I am compiling ros2 source package to debian 11 platform vcs import --input https://ra

2023-06-09 05:36:09 -0500 asked a question Import ros2 source package with version info

Import ros2 source package Hi, I am compiling ros2 source package to debian 11 platform vcs import --input https://ra

2023-05-26 01:50:16 -0500 edited question Set Cmake args for bloom-generate

Add custom Cmake options for bloom-generate Hi, I am working on debain bullseye operating system. As this OS is not of

2023-05-26 01:49:56 -0500 edited question Set Cmake args for bloom-generate

Add custom Cmake options fro bloom-generate Hi, I am working on debain bullseye operating system. As this OS is not of

2023-05-26 01:49:48 -0500 edited question Set Cmake args for bloom-generate

Add custom Cmake options fro blook-generate Hi, I am working on debain bullseye operating system. As this OS is not of

2023-05-26 01:49:36 -0500 asked a question Set Cmake args for bloom-generate

Add custom Cmake options fro blook-generate Hi, I am working on debain bullseye operating system. As this OS is not of

2023-02-26 07:37:56 -0500 marked best answer Publish/Get last message when a new subscriber subscribes to a topic

Hi,

I have few publishers in my system, some of them publish at a pre-defined rate and other publish only when there is a change in their variable value. I was wondering if there is a way, when a new subscriber subscribes after the node has started and the subscriber should receive the last published message.

It's not related to loos of packet. It's just that the subscriber doesn't exists when the publisher published previous message.

Thank you

2023-02-25 20:34:31 -0500 received badge  Famous Question (source)
2023-02-22 14:38:37 -0500 received badge  Famous Question (source)
2022-12-12 22:07:09 -0500 received badge  Famous Question (source)
2022-12-12 05:00:47 -0500 received badge  Famous Question (source)
2022-08-10 03:33:19 -0500 received badge  Famous Question (source)
2022-07-22 02:42:26 -0500 received badge  Famous Question (source)
2022-06-30 03:38:09 -0500 received badge  Notable Question (source)
2022-06-29 14:47:47 -0500 received badge  Famous Question (source)
2022-06-28 12:05:16 -0500 marked best answer colcon package ignore regex

Hi I would like ignore connext and cyclonedds related packages e.g: rmw_connextdds, rmw_connextdds_common, rti_connext_dds_cmake_module && cyclonedds, rmw_cyclonedds_cpp

colcon build  --symlink-install --packages-ignore-regex connext cyclonedds

But I have a warning says

[0.349s] WARNING:colcon.colcon_core.package_discovery:the --packages-ignore-regex 'connext' doesn't match any of the package names.

How to have a proper regex to ignore the packages ?

2022-06-27 10:54:38 -0500 received badge  Notable Question (source)
2022-06-27 10:54:38 -0500 received badge  Popular Question (source)
2022-06-18 11:16:37 -0500 received badge  Notable Question (source)
2022-06-17 19:14:42 -0500 received badge  Popular Question (source)
2022-06-17 03:12:38 -0500 asked a question rosdep packages for debian bullseye

rosdep packages for debian bullseye Hi, When I tried compiling ros_desktop packages for humble. The rosdep install ste

2022-06-16 14:26:31 -0500 received badge  Famous Question (source)
2022-06-04 00:14:40 -0500 received badge  Popular Question (source)
2022-06-03 05:18:50 -0500 asked a question ROS2 logging to daemond

ROS2 logging to daemond Hi, I am running a ros2 node (foxy/humble) inside a container(Entry point ros2 run ...). I a

2022-05-24 08:19:39 -0500 commented answer Generate ros2 debain pacakge from source build on a custom platform

@cottsay ... At this stage I just want to create a debian package using bloom-generate. I cam across this ros answer

2022-05-24 07:44:43 -0500 received badge  Popular Question (source)
2022-05-24 07:44:43 -0500 received badge  Notable Question (source)
2022-05-03 06:43:26 -0500 asked a question colcon package ignore regex

colcon package ignore regex Hi I would like ignore connext and cyclonedds related packages e.g: rmw_connextdds, rmw_conn

2022-03-21 02:45:53 -0500 received badge  Nice Question (source)
2022-03-21 02:45:38 -0500 received badge  Notable Question (source)
2022-03-07 05:17:27 -0500 received badge  Great Answer (source)
2022-02-14 12:09:39 -0500 received badge  Famous Question (source)
2022-02-13 08:21:22 -0500 received badge  Notable Question (source)
2022-02-01 07:37:18 -0500 received badge  Critic (source)
2022-01-06 03:35:39 -0500 commented answer ROS2-foxy nodes can't communicate through docker container border

@richiware. So by using XML way can we avoid using --net=host . Because using host network for containers will compromi

2022-01-05 16:31:29 -0500 received badge  Notable Question (source)
2021-12-08 03:28:50 -0500 received badge  Famous Question (source)
2021-12-08 03:28:50 -0500 received badge  Notable Question (source)
2021-12-02 08:03:17 -0500 received badge  Famous Question (source)
2021-11-18 14:56:35 -0500 received badge  Notable Question (source)
2021-11-18 11:07:34 -0500 marked best answer Difference between loaned message and normal way of message creation

Hi,

I am going through the ros2 demos and came across talker.cpp and talker_loaned_message.cpp. In talker_loaned_message.cpp, there is a bit of explanation regarding POD (plain old data types) and non-POD and corresponding allocation on stack and heap.

Question: Now that i have two ways of creating message instance.. direct allocation using (std::make_unique) and other using borrow_loaned_message.

// talker.cpp
msg_ = std::make_unique<std_msgs::msg::String>();

// talker_loaned_message.cpp
auto pod_loaned_msg = pod_pub_->borrow_loaned_message();
auto non_pod_loaned_msg = non_pod_pub_->borrow_loaned_message();

Which one is preferred way of doing it and why ?

2021-11-18 11:05:26 -0500 received badge  Famous Question (source)
2021-11-04 14:13:47 -0500 received badge  Popular Question (source)
2021-11-04 05:44:41 -0500 received badge  Famous Question (source)
2021-11-04 05:26:26 -0500 received badge  Popular Question (source)