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

Soho_'s profile - activity

2020-03-12 04:38:20 -0500 received badge  Student (source)
2017-09-20 06:01:07 -0500 received badge  Famous Question (source)
2017-02-12 09:00:37 -0500 received badge  Famous Question (source)
2016-12-11 23:57:51 -0500 received badge  Notable Question (source)
2016-11-08 09:42:27 -0500 received badge  Famous Question (source)
2016-11-08 09:42:27 -0500 received badge  Famous Question (source)
2016-10-04 08:19:37 -0500 received badge  Notable Question (source)
2016-09-14 08:20:59 -0500 commented answer Moveit - Extract path

thank you. but I want to use a different robot description. where should I put my .urdf file?

2016-09-13 03:45:48 -0500 commented answer Moveit - Extract path

oh that sounds great. do you have the general skeleton of your code? the moveit tutorial website is down right now for some reason..

2016-09-12 11:06:40 -0500 received badge  Popular Question (source)
2016-09-12 10:11:42 -0500 received badge  Popular Question (source)
2016-09-09 07:12:35 -0500 asked a question Moveit - Extract path

Hello,

I am using the cartesian path planner plugin and it somehow works. I can visualize the movement for a given goal point.

But how can I extract all the intermediate points from the trajectory? I would like to plot them.

Alternatively, how could I achieve this without plugin?

Thank you very much

2016-08-15 05:40:06 -0500 commented answer Path Planning using moveIt with a closed-loop chain

I don't understand how sould I add these constraints It seems you can bypass the problem with clever solution for parellel robots, however it is not one here..

2016-08-10 01:19:30 -0500 received badge  Popular Question (source)
2016-08-10 01:19:30 -0500 received badge  Notable Question (source)
2016-07-28 04:50:23 -0500 asked a question Moveit - fix a link with a virtual joint

Hi,

I am working on a robot-arm and I want to fix a link from my robot to the world. I want to use the virtual joint option (and set a fixed joint) on the Moveit Setup wizard but afterwards, when I launch the demo.launch file and visualize my robot, the joint isnt working. It seems it is not taken into account at all,

I set the parent frame as ¨world¨ during the setup. Am I wrong?

Thanks,

2016-07-27 04:03:44 -0500 asked a question Path Planning using moveIt with a closed-loop chain

Hi everyone,

I am working on an robot arm which happens to be a closed-loop kinematic chain. I achieved to have a somewhat accurate simulation with gazebo7.

Now I have installed ros Indigo and I want to do some path planning with moveIt, and view it with rViz. So, I set up my robot to get the .sdrf file and everything works... except when I close my loop with the last joint.. The simulation doesnt take into account this joint.

When I check the shell it tells me that:

[ERROR] [1469600994.580670671]: Joint 'lely_arm__verin2/base' not found in model 'origins'

also:

[ERROR] [1469601613.254367292]: Kinematics solver N21srv_kinematics_plugin19SrvKinematicsPluginE does not support joint group g.  Error: This plugin only supports joint groups which are chains

Is it plain impossible to work on a closed loop or did i miss something?

Thank you very much