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

roboter's profile - activity

2023-03-12 10:35:08 -0500 received badge  Student (source)
2020-05-06 09:37:50 -0500 received badge  Famous Question (source)
2020-03-23 05:29:29 -0500 received badge  Famous Question (source)
2019-12-03 12:39:13 -0500 received badge  Notable Question (source)
2019-12-02 11:37:15 -0500 received badge  Popular Question (source)
2019-12-02 08:40:43 -0500 commented answer path planning for turtlebot3_navigation package

ok. thanks alot

2019-12-02 08:16:18 -0500 commented answer path planning for turtlebot3_navigation package

http://wiki.ros.org/global_planner This is the global planner by default? if yes, then it is using dijkstra algorithm t

2019-12-02 07:49:15 -0500 commented answer path planning for turtlebot3_navigation package

Thanks alot. I know the difference between local and global planner. I want to know how can i see which global planner i

2019-12-01 19:50:47 -0500 asked a question path planning for turtlebot3_navigation package

path planning for turtlebot3_navigation package hello, i have started working with turtlebot3 and i am going with the tu

2019-12-01 19:40:23 -0500 received badge  Famous Question (source)
2019-12-01 19:40:21 -0500 received badge  Notable Question (source)
2019-10-15 03:42:10 -0500 received badge  Enthusiast
2019-10-14 11:17:27 -0500 marked best answer subcribing to 2 topics and publishing selected data in same node

hello everyone. i have two messages publishing on their message with their topic name. now i want to subscribe these two topics and publish a new topic which will take some selected data from one topic and selected data from other, then publish the new message. i can subscribe to a topics, assign some new values and publish the new message but i am unable to do the above problem.

  1. Is it possible?

  2. if yes, then let's take geometry_msgs. Topic1 gives Point and Topic2 gives Point and Twist. how can i create a new geometry_msg that subscribe to both and produce a new message such that Point is from topic1 and Twist is from topic2.

2019-10-13 12:14:59 -0500 received badge  Notable Question (source)
2019-10-13 07:54:21 -0500 received badge  Popular Question (source)
2019-10-12 08:31:55 -0500 commented answer subcribing to 2 topics and publishing selected data in same node

things are little unclear for me. Can you look t the code and show me ho to do this??? def listener(): rospy.init_n

2019-10-11 11:33:03 -0500 edited question subcribing to 2 topics and publishing selected data in same node

subcribing to 2 topics and publishing selected data in same node hello everyone. i have two messages publishing on their

2019-10-11 11:32:34 -0500 asked a question subcribing to 2 topics and publishing selected data in same node

subcribing to 2 topics and publishing selected data in same node hello everyone. i have two messages publishing on their

2019-10-11 10:57:44 -0500 commented answer navigation stack/ move_base with new topic

Sorrry for a silly question, but just to be sure. Is it right? <arg name="myOdometry" default="odom" /> <rema

2019-10-11 10:57:30 -0500 commented answer navigation stack/ move_base with new topic

Sorrry for a silly question, but just to be sure. Is it right? <arg name="myOdometry" default="odom"/> <remap

2019-10-11 10:54:46 -0500 received badge  Popular Question (source)
2019-10-11 00:08:37 -0500 asked a question navigation stack/ move_base with new topic

navigation stack/ move_base with new topic hello everyone.i have gone through basic navigation stack tutorial and able