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

bridos's profile - activity

2017-06-14 02:54:02 -0500 received badge  Famous Question (source)
2017-03-07 01:09:20 -0500 received badge  Notable Question (source)
2016-07-19 09:06:41 -0500 received badge  Famous Question (source)
2016-04-11 23:10:50 -0500 received badge  Taxonomist
2015-11-28 16:36:05 -0500 received badge  Popular Question (source)
2015-11-28 16:36:05 -0500 received badge  Notable Question (source)
2015-10-20 11:42:12 -0500 received badge  Popular Question (source)
2015-10-20 08:36:06 -0500 asked a question Question on alternative sensors for Moveit.

Hello, I am using kinect in moveit to represent the robots environment. Are other sensors supported? Like the ensenso n20-610-16? Is there a list somewhere with all the supported sensors?

Thank tou very much for your time

2015-05-13 10:14:07 -0500 received badge  Popular Question (source)
2015-05-13 10:14:07 -0500 received badge  Notable Question (source)
2015-05-13 10:13:27 -0500 received badge  Teacher (source)
2015-05-13 04:04:18 -0500 received badge  Enthusiast
2015-05-12 07:14:42 -0500 commented answer Problem: Octomap is not working with Kinect Pointcloud

In RVIZ if you click the "Add" button, you can add the MotionPlanning plugin. To get octomap, you have to run sudo apt-get install ros-your-distro-octomap, there are some other packages also for octomap (in terminal and while you have typed the above command press tab twice to see them.

2015-05-11 08:05:58 -0500 answered a question Problem: Octomap is not working with Kinect Pointcloud

Have you changed the topic in the MotionPlanning plugin from "/planning_scene" to "/move_group/monitored_planning_scene" ?

2015-05-11 07:42:29 -0500 asked a question Visual data not taken into account when planning with code

Hello, I am trying to set up the planning scene and generate plans through c++ code. I am also trying to incorporate data from a sensor. If I use rviz and listen to "/move_group/monitored_planning_scene" I can visualize the data and the planning works correctly (a collision free path is generated). If I try to do that with c++ code though, the generated path goes through the sensor data. My guess is that when the planning scene is set up it doesn't take into account the planning scene, it takes into account only the robot. Any help or a tutorial would be appreciated, thank you very much for your time.

2015-03-03 04:27:44 -0500 commented answer motion planning with kinect

Hello again, I have things showing up on RVIZ from the camera, but the robot ignores them and moves right through them, it doesn't recognise that as a collision environment

2015-03-03 04:26:53 -0500 received badge  Famous Question (source)
2014-12-15 04:53:38 -0500 received badge  Notable Question (source)
2014-12-15 03:50:04 -0500 answered a question motion planning with kinect

Hello, thank you for your reply. Yes I am using Moveit. I have set up the files according to the tutorial. Is there anything else that needs to be done? Like remapping incoming clouds from one topic to another (as I have seen in other tutorials) or should rviz be good to go?

2014-12-13 03:55:28 -0500 received badge  Popular Question (source)
2014-12-12 07:16:15 -0500 asked a question motion planning with kinect

Hello, I would like to generate plans for my robot with rviz using the kinect for environment representation. Can somebody mention the necessary steps in order to do that? Up to now I have set up my urdf with the kinect in it, I visualize pointclouds in rviz but when I ask for a plan, the robot joints move through the pointcloud image. I have created the config files according to tutorials, any ideas and suggestions are welcome, thank you in advance for your time.

2014-06-06 04:42:22 -0500 asked a question Loading an environment and making it visible

Hello, I am using rviz and I load a saved configuration with the loadGeometryFromStream function, the environment loads but it is not visible in rviz, Is there a way to make it visible? Thank you for your time.

2014-06-02 04:03:11 -0500 asked a question Changing the "query start state" with code

Hello, I was wondering is it possible while in rviz and viewing the robot to change the query start state and query goal state with c++ code instead of dragging it with the mouse?