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

naegling77's profile - activity

2023-04-20 10:57:54 -0500 received badge  Nice Question (source)
2022-08-24 00:40:50 -0500 received badge  Famous Question (source)
2022-02-26 17:41:15 -0500 received badge  Notable Question (source)
2022-02-26 00:28:18 -0500 received badge  Popular Question (source)
2022-02-25 18:30:38 -0500 edited question Getting list of publishers and subscribers for all ros topics in C++ code

Getting list of publishers and subscribers for a ros topic in C++ code I want to get the list of all subscribers and pub

2022-02-25 18:30:13 -0500 edited question Getting list of publishers and subscribers for all ros topics in C++ code

Getting list of publishers and subscribers for a topic in C++ code I want to get the list of all subscribers and publish

2022-02-24 20:32:31 -0500 asked a question Getting list of publishers and subscribers for all ros topics in C++ code

Getting list of publishers and subscribers for a topic in C++ code I want to get the list of all subscribers and publish

2021-11-12 06:31:10 -0500 received badge  Nice Question (source)
2021-09-30 22:18:50 -0500 received badge  Famous Question (source)
2021-09-30 22:18:50 -0500 received badge  Notable Question (source)
2021-09-30 22:18:50 -0500 received badge  Popular Question (source)
2021-08-17 04:59:42 -0500 received badge  Famous Question (source)
2021-06-14 00:49:03 -0500 edited question Can a state lattice planner be used purely as a local planner?

Can a state lattice planner be used purely as a local planner? Hi, I've been reading a bit about state lattice motion pl

2021-06-14 00:49:03 -0500 received badge  Editor (source)
2021-06-14 00:44:44 -0500 asked a question Can a state lattice planner be used purely as a local planner?

Can a state lattice planner be used purely as a local planner? Hi, I've been reading a bit about state lattice motion pl

2021-04-23 13:00:37 -0500 received badge  Student (source)
2021-04-21 15:37:50 -0500 received badge  Famous Question (source)
2021-04-09 01:32:46 -0500 received badge  Famous Question (source)
2021-03-24 11:22:13 -0500 received badge  Notable Question (source)
2021-03-22 20:04:53 -0500 commented answer Is there a way to have a local costmap layer that changes its orientation along with the robot?

@Dragonslayer, can you specify where I can configure such that the orientation can be changed?

2021-03-22 19:57:48 -0500 edited question Is there a way to have a local costmap layer that changes its orientation along with the robot?

Is there a way to have a local costmap layer that changes is its orientation along with the robot? I would like to imple

2021-03-22 19:56:51 -0500 received badge  Popular Question (source)
2021-03-19 17:41:45 -0500 asked a question Is there a way to have a local costmap layer that changes its orientation along with the robot?

Is there a way to have a local costmap layer that changes is its orientation along with the robot? I would like to imple

2021-02-22 17:12:45 -0500 received badge  Famous Question (source)
2020-12-03 10:25:01 -0500 received badge  Taxonomist
2020-11-16 07:33:13 -0500 received badge  Notable Question (source)
2020-11-10 22:50:06 -0500 received badge  Notable Question (source)
2020-09-23 00:51:28 -0500 received badge  Popular Question (source)
2020-07-30 14:38:43 -0500 asked a question Is it possible to set multiple parameters in ros2 from the command line using "ros2 param set"?

Is it possible to set multiple parameters in ros2 from the command line using "ros2 param set"? I have two sets of param

2020-07-29 14:03:53 -0500 received badge  Popular Question (source)
2020-07-29 14:03:53 -0500 received badge  Notable Question (source)
2020-07-29 14:02:28 -0500 marked best answer Do getParamCached() and dynamic_reconfigure have the same functions?

I want to reflect the changes in the parameters, in my node during run-time. In such a situation, which would be better to implement: getParamCached() or the dynamic_reconfigure package?

I know that the dynamic_reconfigure requires creating a cfg file. But getParamCached() can be implemented without any additional files.

So my question is if there would be a use case where dynamic_reconfigure implementation is advantageous over getParamCached()

2020-07-29 14:02:28 -0500 received badge  Scholar (source)
2020-07-29 00:23:06 -0500 asked a question Do getParamCached() and dynamic_reconfigure have the same functions?

Do getParamCached() and dynamic_reconfigure have the same functions? I want to reflect the changes in the parameters, in

2020-07-07 13:31:32 -0500 received badge  Popular Question (source)
2020-05-24 00:43:48 -0500 received badge  Supporter (source)
2020-05-22 14:36:10 -0500 received badge  Enthusiast
2020-05-20 00:07:16 -0500 asked a question Plot 2D gridmap [python]

Plot 2D gridmap [python] I want to plot a 2d probabilistic grid map. I am not doing a localizing problem and so I do not

2020-05-06 12:26:03 -0500 commented answer How can I have a subscriber within an action service? [PYTHON]

Yes, it works actually. I just had a small mistake with the rospy.sleep()

2020-05-06 03:06:41 -0500 asked a question How can I have a subscriber within an action service? [PYTHON]

How can I have a subscriber within an action service? [PYTHON] The problem I face is that both the action server and sub