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

emielke's profile - activity

2023-07-07 05:44:46 -0500 received badge  Good Answer (source)
2022-11-22 03:26:50 -0500 received badge  Notable Question (source)
2022-09-02 08:56:43 -0500 received badge  Popular Question (source)
2022-08-31 15:25:19 -0500 commented answer MoveitCommander compute_cartesian_path collision return info

That is very helpful, thanks for the information. I don't know that I would need a "why did this fail", but having the j

2022-08-31 15:25:19 -0500 received badge  Commentator
2022-08-25 16:07:53 -0500 asked a question MoveitCommander compute_cartesian_path collision return info

MoveitCommander compute_cartesian_path collision return info I'm using moveit (latest ROS noetic binaries) on Ubuntu 20.

2022-07-21 06:41:33 -0500 received badge  Notable Question (source)
2022-05-19 10:27:53 -0500 commented question moveit cartesian plan subframe

This is being addressed here. It appears that as of this release, this capability is not supported, and it needs to go

2022-05-19 10:26:32 -0500 received badge  Popular Question (source)
2022-05-18 19:08:20 -0500 received badge  Student (source)
2022-05-18 09:36:28 -0500 received badge  Good Answer (source)
2022-05-17 09:34:57 -0500 commented answer When changing set_max_velocity_scaling_factor(0.5), moveit couldn't plan trajectory

So like I said, I'm not familiar with abb, but what does the initial pose look like? Per here you might need to send a j

2022-05-16 17:26:47 -0500 received badge  Nice Answer (source)
2022-05-16 10:17:37 -0500 received badge  Rapid Responder (source)
2022-05-16 10:17:37 -0500 answered a question What are the differences between broadcaster and publisher

Short answer: subscriber and publisher are ROS-wide classes, listener and broadcaster are TF-specific classes. Long ans

2022-05-16 10:03:04 -0500 answered a question How to get transform between two fixed frames using a camera?

You'll need to provide more information if you want the help you're looking for. On the surface, this seems like it's a

2022-05-16 10:03:04 -0500 received badge  Rapid Responder (source)
2022-05-16 09:59:56 -0500 received badge  Rapid Responder (source)
2022-05-16 09:59:56 -0500 answered a question When changing set_max_velocity_scaling_factor(0.5), moveit couldn't plan trajectory

Not sure exactly why the change would cause an issue, but you could try one of the following: in your moveit_config pa

2022-05-16 09:50:14 -0500 received badge  Popular Question (source)
2022-05-16 09:50:14 -0500 received badge  Notable Question (source)
2022-05-16 09:50:14 -0500 received badge  Famous Question (source)
2022-05-16 09:47:48 -0500 asked a question moveit cartesian plan subframe

moveit cartesian plan subframe I'm looking into how to use MoveIt! to have a robot grab a tool, and then plan a path usi

2021-07-28 15:31:32 -0500 asked a question Python3 ros msg serialization

Python3 ros msg serialization I recently decided to move from python2/melodic up to python3/noetic. However, I am runnin

2021-07-27 15:24:17 -0500 commented answer Serialize ROS message and pass it

The python2 solution worked for me, but not the python3. On the c++ side, it says the type is not a string, like it was

2021-06-03 13:36:43 -0500 received badge  Famous Question (source)
2021-04-20 10:44:35 -0500 received badge  Notable Question (source)
2021-02-19 09:38:30 -0500 commented answer FK without using moveit service

Yes thank you both for the help, this is what I was looking for!

2021-02-19 09:38:03 -0500 marked best answer FK without using moveit service

Is there a better way to determine forward kinematics for a given joint pose without having to go through MoveIt's FK service? I'm finding I need to call the FK service faster than it's compute time (around 20 ms for me).

I don't think using tf2 is an option, as it will give me the current robot joint state. What I'm looking for is, essentially, a way to use the URDF/robot model to make a fk call with joint angles of my choosing, similar to how it can be done with the moveit service. I found this on the moveit tutorials, which on the surface looks like I'd need to create a "dummy" robot kinematic state and update it's state with my desired joint angles, and then call the getGlobalLinkTransform as indicated. I looked around the moveit repo, and couldn't find where this service even originates. When I load up moveit, a rosservice info /compute_fk says it's launched by move_group but I couldn't find anywhere in there that showed how this was called.

Any thoughts?

2021-02-19 09:37:58 -0500 received badge  Popular Question (source)
2021-02-18 16:25:13 -0500 asked a question FK without using moveit service

FK without using moveit service Is there an better way to determine forward kinematics for a given joint pose without ha

2021-01-20 08:02:43 -0500 received badge  Notable Question (source)
2021-01-20 08:02:43 -0500 received badge  Popular Question (source)
2020-10-22 10:44:13 -0500 received badge  Famous Question (source)
2020-05-14 11:43:50 -0500 answered a question How to Initialize a 2D MultiArray?

MultiArrays, unfortunately, cannot be multidimensional. So a 2D array could be flattened to a 1D array for this purpose,

2020-05-14 11:27:57 -0500 commented answer Move base default tolerance

When I made these changes I wasn't so concerned with yaw, so that behavior seems like what I was experiencing. Unfortuna

2020-05-14 11:22:03 -0500 asked a question Creating new multiarray msg type

Creating new multiarray msg type I'm using an action server, and have a complex message type I'd like to send to the act

2020-05-05 10:10:49 -0500 received badge  Great Answer (source)
2020-05-05 10:10:49 -0500 received badge  Guru (source)
2020-02-06 01:51:23 -0500 received badge  Notable Question (source)
2019-11-22 10:27:28 -0500 received badge  Popular Question (source)
2019-08-29 14:02:01 -0500 marked best answer tf tree in namespace

I'm trying to see my tf tree (rqt_tf_tree, tf view_frames, etc.) for a namespaced robot. I can't seem to get the system to behave the way I want it to. I have tried setting the ROS_NAMESPACE environment variable to my namespace, and then running rosrun tf view_frames and rqt_tf_tree, but it simply shows that no tf tree exists. I can see the tree exists in RViz, as well as by echoing /namespace/tf and /namespace/tf_static. Any ideas?

2019-08-29 14:01:58 -0500 received badge  Rapid Responder (source)
2019-08-29 14:01:58 -0500 answered a question tf tree in namespace

NVM, figured it out. Just needed to remap /tf and /tf_static per here. E.g. rosrun tf view_frames /tf:=/namespace/tf /

2019-08-29 13:46:01 -0500 answered a question ros-melodic installation on ubuntu-16.04

Melodic is not supported for 16.04 melodic, which could be why you're seeing those errors.

2019-08-29 13:46:01 -0500 received badge  Rapid Responder (source)
2019-08-29 13:38:25 -0500 asked a question tf tree in namespace

tf tree in namespace I'm trying to see my tf tree (rqt_tf_tree, tf view_frames, etc.) for a namespaced robot. I can't se

2019-01-11 13:38:56 -0500 answered a question How to use the 'Detect', Pick, Place features in MoveIt! plugin?

I'm not sure what your application is, but the MoveIt! tutorials address placing an object in the planning scene and int