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

hammerli's profile - activity

2022-10-05 09:33:53 -0500 received badge  Famous Question (source)
2021-01-16 10:32:56 -0500 received badge  Notable Question (source)
2020-11-03 03:44:24 -0500 received badge  Famous Question (source)
2020-11-03 03:44:24 -0500 received badge  Notable Question (source)
2020-08-10 01:36:13 -0500 received badge  Popular Question (source)
2020-08-08 19:17:52 -0500 marked best answer Is launch file similar to the threading/processing concept in Python?

I know the goal of the launch file is to start multiple nodes at the same time. The nodes inside the launch file can send/receive data through different topics. However, does that mean the launch file achieves the goal of the threading/processing method in python? How the nodes are executed inside the launch file?

2020-08-08 19:17:31 -0500 received badge  Notable Question (source)
2020-08-08 19:08:45 -0500 asked a question verification of jacobian matrix for kinova jaco

verification of jacobian matrix for kinova jaco Hello I computed a jacobian matrix for kinova jaco 6DOF by hand for an e

2020-06-24 22:19:35 -0500 received badge  Popular Question (source)
2020-06-24 16:22:00 -0500 asked a question Is launch file similar to the threading/processing concept in Python?

Is launch file similar to the threading/processing concept in Python? I know the goal of the launch file is to start mul

2020-06-24 07:46:02 -0500 received badge  Popular Question (source)
2020-06-22 13:15:11 -0500 marked best answer Difference between rospy.Service and rospy.Serviceproxy

Hi When I'm learning the concepts about ROS service from this web :http://wiki.ros.org/rospy/Overview/Services, I was confused by these two similar functions rospy.Service and rospy.Serviceproxy. From my understanding , both functions do the same things as they pass the same arguments. Hope someone can address my question.

2020-06-22 13:15:11 -0500 received badge  Scholar (source)
2020-06-22 13:15:06 -0500 commented answer Difference between rospy.Service and rospy.Serviceproxy

Thanks for your explanation, it really helps!

2020-06-22 13:13:36 -0500 received badge  Enthusiast
2020-06-17 16:09:46 -0500 asked a question Difference between rospy.Service and rospy.Serviceproxy

Difference between rospy.Service and rospy.Serviceproxy Hi When I'm learning the concepts about ROS service from this we