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

pmuthu2s's profile - activity

2023-06-30 07:50:50 -0500 received badge  Popular Question (source)
2023-06-30 07:50:50 -0500 received badge  Famous Question (source)
2023-06-30 07:50:50 -0500 received badge  Notable Question (source)
2023-05-11 04:39:19 -0500 received badge  Popular Question (source)
2023-05-11 04:39:19 -0500 received badge  Notable Question (source)
2023-05-11 04:39:19 -0500 received badge  Famous Question (source)
2022-11-03 08:00:19 -0500 edited question rcl_yaml_param_parser parses just an absolute path?

rcl_yaml_param_parser parses just an absolute path? rcl_yaml_param_parser is currently being used in gazebo_ros2_control

2022-11-03 07:58:53 -0500 asked a question rcl_yaml_param_parser parses just an absolute path?

rcl_yaml_param_parser parses just an absolute path? rcl_yaml_param_parser is currently being used in gazebo_ros2_control

2022-10-31 02:38:11 -0500 received badge  Rapid Responder (source)
2022-10-31 02:38:11 -0500 answered a question How to set a node to subscribe to a specific topic?

According to the launch given in the repo of the open_cv apps, you need to use the image argument during the launch, for

2022-10-15 01:29:11 -0500 received badge  Enlightened (source)
2022-10-15 01:29:11 -0500 received badge  Good Answer (source)
2022-10-12 04:22:18 -0500 marked best answer how to pass parameters to URDF in ros2 launch file?

I know we can do this in ROS-1, but I'm not exactly sure with the syntax in ROS2.

Just a small try I had given:

start_robot_state_publisher_cmd = Node(
    package='robot_state_publisher',
    executable='robot_state_publisher',
    name='robot_state_publisher',
    output='screen',
    parameters=[{'use_sim_time': use_sim_time, 'frame_prefix': 'robot1/', 'robot_description': Command([robot_desc,'tfpre:=', 'robot1/'])}],
    arguments=[urdf])

tf pre is the parameter I'm trying to pass. But, I'm certainly sure there is some mistake with this ,method.

2022-09-02 06:22:24 -0500 received badge  Rapid Responder (source)
2022-09-02 06:22:24 -0500 answered a question Multi robot /tf with namespaces for tf or with frame_prefix? What is the right way to do it? ROS2

The way I prefer is to use both namespaces and prefix. You have /robot1/tf and /robot2/tf topics published by the robot

2022-08-31 03:42:39 -0500 commented question slam toolbox map_rotating(unstable)

Please checkout this issue on github and the corresponding parameters that has been changed in the PR's linked to it.

2022-08-31 03:25:00 -0500 commented question Use value of LaunchConfiguration in ROS2 launch file like a variable

You need to check opaquefunction for retrieving the value as string and manipulating according to your needs. Seems to b

2022-08-25 23:58:27 -0500 asked a question setting 'use_sim_time' to be "True" through the launch file generated by moveit2 setup-assisstant

setting 'use_sim_time' to be "True" through the launch file generated by moveit2 setup-assisstant Currently, I'm workin

2022-08-19 05:56:31 -0500 asked a question where can I find the documentations for "Command" from launch.substitutions?

where can I find the documentations for "Command" from launch.substitutions? Trying to use Command() for substituting th

2022-07-25 21:27:15 -0500 received badge  Famous Question (source)
2022-07-07 10:24:51 -0500 commented question how to set up a remote connection between the robot and the remote PC working through a VPN?

No not really!

2022-07-04 09:01:43 -0500 received badge  Famous Question (source)
2022-06-10 03:30:55 -0500 edited answer When I use smac_planner and nav2_regulation_pure_pursuit_controlle in Ackerman, I still can't reverse the car

Should be given as REEDS_SHEPP both use_rotate_to_heading and allow_reversing cannot be set to true at the same time as

2022-06-10 03:30:05 -0500 received badge  Rapid Responder (source)
2022-06-10 03:30:05 -0500 answered a question When I use smac_planner and nav2_regulation_pure_pursuit_controlle in Ackerman, I still can't reverse the car

Should be given as REEDS_SHEPP both use_rotate_to_heading and allow_reversing cannot be set to true at the same time as

2022-04-27 20:42:32 -0500 received badge  Famous Question (source)
2022-04-03 08:18:56 -0500 received badge  Notable Question (source)
2022-04-03 08:18:56 -0500 received badge  Popular Question (source)
2022-03-26 05:40:09 -0500 received badge  Nice Answer (source)
2022-03-22 11:33:05 -0500 received badge  Notable Question (source)
2022-03-18 04:42:08 -0500 commented question Behavior tree for robotics applications

The navigation stack of ROS2 works around BT. https://navigation.ros.org/behavior_trees/index.html

2022-01-18 07:41:27 -0500 received badge  Necromancer (source)
2021-11-15 08:50:12 -0500 received badge  Famous Question (source)
2021-10-12 09:52:52 -0500 commented question Nav2 build from source error: CallbackGroupFunction

Glad it worked. You could just self answer your question, so that people does not have to read through the comments

2021-10-11 03:06:45 -0500 commented question Nav2 build from source error: CallbackGroupFunction

rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>

2021-10-08 10:45:51 -0500 commented question Nav2 build from source error: CallbackGroupFunction

did you install the dependencies? because I'm able to build it without any problem!

2021-10-08 04:51:11 -0500 commented question Nav2 build from source error: CallbackGroupFunction

Is there any specific reason why you want to install ros2 from build and not from binaries? If you just need the binarie

2021-10-08 04:50:53 -0500 commented question Nav2 build from source error: CallbackGroupFunction

Is there any specific reason why you want to install ros2 from build and not from binaries? If you just need the binarie

2021-10-08 04:46:48 -0500 commented question Nav2 build from source error: CallbackGroupFunction

Is there any specific reason why you want to install ros2 from build and not from binaries? If you just need the binarie

2021-10-02 18:19:45 -0500 received badge  Notable Question (source)
2021-09-29 04:46:03 -0500 commented question [ROS2 Foxy] lookupTransform target doesn't exist despite using waitForTransform

I'm not sure if this will help but just take a look at this tutorial: https://docs.ros.org/en/galactic/Tutorials/Tf2/Wri

2021-09-21 10:52:02 -0500 commented question Multithreaded Executor needed for use with another std::thread?

This is the same exact problem I'm also facing.

2021-09-17 12:04:05 -0500 received badge  Popular Question (source)
2021-09-17 11:00:20 -0500 edited question [ROS2] buffer.canTransform() always returns false

[ROS2] buffer.canTransform() always returns false I'm trying to do a canTransform() as shown below, but I always end up

2021-09-17 10:20:12 -0500 asked a question [ROS2] buffer.canTransform() always returns false

[ROS2] buffer.canTransform() always returns false I'm trying to do a canTransform() as shown below, but I always end up

2021-09-16 10:51:27 -0500 edited question Average rate of transform between the odom and the base link is slow

Average rate of transform between the odom and the base link is slow Hey, I'm using the differential drive plugin to s

2021-09-16 10:39:10 -0500 received badge  Associate Editor (source)
2021-09-16 10:39:10 -0500 edited question Average rate of transform between the odom and the base link is slow

Average rate of transform between the odom and the base link is slow Hey, I'm using the differential drive plugin to s

2021-09-16 10:23:55 -0500 edited question Average rate of transform between the odom and the base link is slow

Average rate of transform between the odom and the base link is slow Hey, I'm using the differential drive plugin to s

2021-09-16 10:07:33 -0500 edited question Average rate of transform between the odom and the base link is slow

Average rate of transform between the odom and the base link is slow Hey, I'm using the differential drive plugin to s