Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1441

MoveIt! Adding Collision Objects

$
0
0
Hey guys, im trying to add some simple collision objects in Python to my planning scene in RViz to plan some trajectories with my UR5 Robot. I tried something like scene = moveit_commander.PlanningSceneInterface() p.pose.position.x = 0.4 p.pose.position.y = -0.2 p.pose.position.z = 0.3 scene.add_box("table", p, (0.5, 1.5, 0.6)) but this didnt work. Unfortunately the MoveIt! Tutorial is missing this part for Python (only got it for C++). Can anyone help please? Im running ROS Indigo on Ubuntu 14.04.

Viewing all articles
Browse latest Browse all 1441

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>