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

eusebius's profile - activity

2022-03-04 07:33:56 -0500 received badge  Popular Question (source)
2021-04-20 06:10:15 -0500 edited question Does set_random_target guarantee no self collision?

Does set_random_target guarantee no self collision? Hello, I would like to move use MoveIt to move my robot to random co

2021-04-20 06:09:49 -0500 asked a question Does set_random_target guarantee no self collision?

Does set_random_target guarantee no self collision? Hello, I would like to move use MoveIt to move my robot to random co

2021-04-20 06:07:28 -0500 asked a question Does set_target_pose guarantee no self collision?

Does set_target_pose guarantee no self collision? Hello, I would like to move use MoveIt to move my robot to random conf

2020-12-10 06:15:33 -0500 received badge  Famous Question (source)
2020-10-19 03:12:17 -0500 received badge  Famous Question (source)
2020-10-11 15:15:17 -0500 received badge  Notable Question (source)
2020-10-11 15:15:17 -0500 received badge  Popular Question (source)
2020-06-30 12:12:15 -0500 received badge  Notable Question (source)
2020-06-30 12:12:15 -0500 received badge  Popular Question (source)
2020-04-29 03:32:23 -0500 edited answer applying variable body wrench

I figured out a way to do it, here is the code #!/usr/bin/env python import sys import rospy import st

2020-04-28 17:38:01 -0500 edited answer applying variable body wrench

I figured out a way to do it, here is the code #!/usr/bin/env python import sys import rospy import std_msgs import ti

2020-04-28 17:37:25 -0500 answered a question applying variable body wrench

I figured out a way to do it, here is the code #!/usr/bin/env python import sys import rospy import std_msgs import ti

2020-04-28 15:26:00 -0500 commented question applying variable body wrench

I experienced this while developing a computer vision application, but maybe it was a very different context. The proble

2020-04-28 14:24:46 -0500 commented question applying variable body wrench

I experienced this while developing a computer vision application, but maybe it was a very different context

2020-04-28 14:22:44 -0500 commented question applying variable body wrench

(... continues) wrench = geometry_msgs.msg.Wrench(force = geometry_msgs.msg.Vector3( x = 1000, \ y = 0, z =

2020-04-28 14:22:28 -0500 commented question applying variable body wrench

(... continues) wrench = geometry_msgs.msg.Wrench(force = geometry_msgs.msg.Vector3( x = 1000, \ y = 0, z =

2020-04-28 14:19:47 -0500 commented question applying variable body wrench

(... continues) wrench = geometry_msgs.msg.Wrench(force = geometry_msgs.msg.Vector3( x = 1000, \ y = 0, z = 0), tor

2020-04-28 14:06:51 -0500 commented question applying variable body wrench

Ok, at a first stage I implemented the node in the following way: #!/usr/bin/env python import sys import rospy import

2020-04-28 14:06:36 -0500 commented question applying variable body wrench

Ok, at a first stage I implemented the node in the following way: #!/usr/bin/env python import sys import rospy import

2020-04-28 14:06:23 -0500 commented question applying variable body wrench

Ok, at a first stage I implemented the node in the following way: !/usr/bin/env python import sys import rospy import

2020-04-28 14:06:00 -0500 commented question applying variable body wrench

Ok, at a first stage I implemented the node in the following way: !/usr/bin/env python import sys import rospy import

2020-04-28 13:59:40 -0500 commented question applying variable body wrench

Ok, I wrote the service client in the following way #!/usr/bin/env python import sys import rospy import std_msgs from

2020-04-28 13:57:29 -0500 received badge  Enthusiast
2020-04-27 05:59:34 -0500 commented question applying variable body wrench

Using a Python node for this would be great, just I don't know how to do this ;) I'm a very beginner to ROS and Gazebo.

2020-04-27 05:44:00 -0500 commented question applying variable body wrench

Using a Python node for this would be great, just I don't know how to do this ;) I'm a very beginner to ROS and Gazebo.

2020-04-27 05:07:19 -0500 commented question applying variable body wrench

Thanks gvdhoorn. About your suggestion: what I would like to obtain is different actually. I would like to simulate an

2020-04-27 05:07:09 -0500 commented question applying variable body wrench

Thanks gvdhoorn. About your suggestion: what I would like to obtain is different actually. I would like to simulate an

2020-04-27 05:06:15 -0500 commented question applying variable body wrench

Thanks gvdhoorn. About your suggestion: what I would like to obtain is different actually. I would like to simulate an

2020-04-26 16:57:37 -0500 edited question applying variable body wrench

applying variable body wrench I'm trying to apply a force to the arm of a simple robot that I have spawned in gazebo. I

2020-04-26 16:44:09 -0500 edited question applying variable body wrench

applying variable body wrench I'm trying to apply a force to the arm of a simple robot that I have spawned in gazebo. I

2020-04-26 16:43:51 -0500 asked a question applying variable body wrench

applying variable body wrench I'm trying to apply a force to the arm of a simple robot that I have spawned in gazebo. I

2020-04-26 10:47:40 -0500 commented question launch file with nested quotes

Now it works, thanks a lot!! :)

2020-04-26 09:18:25 -0500 commented question launch file with nested quotes

Thanks gvdhoorn, this was helpful, but does not solve my problem completely. If I just remove quotes from 'joint2' I get

2020-04-26 09:15:12 -0500 commented question launch file with nested quotes

Thanks gcdhoorn, this was helpful, but does not solve my problem completely. If I just remove quotes from 'joint2' I get

2020-04-26 09:09:05 -0500 commented question launch file with nested quotes

Thanks gcdhoorn, this was helpful, but does not solve my problem completely. If I just remove quotes from 'joint2' I get

2020-04-26 09:07:53 -0500 commented question launch file with nested quotes

Thanks gcdhoorn, this was helpful, but does not solve my problem completely. If I just remove quotes from 'joint2' I get

2020-04-26 06:48:30 -0500 edited question launch file with nested quotes

launch file with triple quotes I want execute the following command: rosservice call /gazebo/apply_joint_effort "joint_

2020-04-26 06:47:25 -0500 received badge  Supporter (source)
2020-04-26 06:42:29 -0500 received badge  Organizer (source)
2020-04-26 06:39:20 -0500 edited question launch file with nested quotes

launch file with triple quotes I want execute the following command: rosservice call /gazebo/apply_joint_effort "joint_

2020-04-26 06:39:20 -0500 received badge  Editor (source)
2020-04-26 06:38:40 -0500 edited question launch file with nested quotes

launch file with triple quotes I want execute the following command: rosservice call /gazebo/apply_joint_effort "joint_

2020-04-26 06:37:46 -0500 asked a question launch file with nested quotes

launch file with triple quotes I want execute the following command: rosservice call /gazebo/apply_joint_effort "joint_