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

Chipper10's profile - activity

2016-09-25 11:52:31 -0500 received badge  Famous Question (source)
2016-07-27 17:57:43 -0500 received badge  Notable Question (source)
2016-07-27 17:57:43 -0500 received badge  Famous Question (source)
2015-07-01 17:49:05 -0500 received badge  Notable Question (source)
2013-12-23 05:26:32 -0500 received badge  Notable Question (source)
2013-11-12 02:09:53 -0500 received badge  Self-Learner (source)
2013-11-12 02:09:53 -0500 received badge  Teacher (source)
2013-10-30 12:35:23 -0500 received badge  Popular Question (source)
2013-10-30 12:35:21 -0500 received badge  Popular Question (source)
2013-10-14 08:45:57 -0500 answered a question Publishing scene does not make planner take it into account

Turned out the issue was using the joint state publisher gui to set the goal configuration. Path planning worked fine if the final configuration was set from rviz.

2013-10-14 07:32:54 -0500 commented question Mongodb crashes while starting

I am having the same issue. Why was the question closed?

2013-10-14 00:57:35 -0500 received badge  Popular Question (source)
2013-10-11 11:16:47 -0500 asked a question Publishing scene does not make planner take it into account

Hello everyone,

I'm working with a model of the schunk 7DOF arm in moveit. I import objects into the environment and publish the scene but still the planner provides a path that goes through the object. I get the sense that the planning pipeline and rviz are not communicating on the same topic.

How do I find out and fix it?

Thanks much

2013-10-11 11:12:16 -0500 answered a question Problem importing scenes/objects into environment

In case anyone else has this problem, it turns out that it was a symptom of my link meshes being comprised of multiple separate meshes per file rather than one mesh. Once I joined all the meshes, the problem went away.

2013-10-08 05:27:14 -0500 asked a question Loading environment into rviz automatically

Hi everyone,

I'm having trouble loading environments and objects through the rviz moveit plugin GUI. My question is whether there is a way to specify a text environment for the plugin outside the GUI (maybe through the launch file?).

Thanks in advance

2013-10-03 08:48:35 -0500 asked a question Problem importing scenes/objects into environment

Hello everyone,

I installed moveit from the repo and am running it with ROS Hydro on Ubuntu 13.04 (although I've also tried on 12.04). Things seem to work fine with the pr2 tutorial. I followed the same steps to configure a schunk 7 DOF manipulator and then roslaunch demo.launch from that config.

Everything seems ok except that I cannot import anything into the environment. When the select file dialog box appears, it isn't able to navigate through folders. It's strange because I can do it (although slowly) with the pr2 demo.launch.

Any ideas why this is happening?

Thank you