2016-01-20 04:54:32 -0500 | received badge | ● Famous Question (source) |
2015-04-10 17:25:26 -0500 | received badge | ● Student (source) |
2014-05-28 02:13:04 -0500 | received badge | ● Notable Question (source) |
2014-05-22 12:27:09 -0500 | received badge | ● Popular Question (source) |
2014-05-21 22:36:39 -0500 | commented answer | How to Modify a Running Gazebo Simulation? Thanks a lot. I used gzfactory and it worked. I appreciate your help. |
2014-05-21 22:35:48 -0500 | received badge | ● Scholar (source) |
2014-05-21 21:38:34 -0500 | received badge | ● Famous Question (source) |
2014-05-21 17:25:18 -0500 | commented question | How to Modify a Running Gazebo Simulation? Sure, it is ROS Hydro and Gazebo -1.9 |
2014-05-21 14:46:43 -0500 | received badge | ● Editor (source) |
2014-05-21 14:46:22 -0500 | asked a question | How to Modify a Running Gazebo Simulation? Hi all, So I am using roslaunch command to simulate a simple Gazebo world file which contains some cubic obstacles. I have a question which I have not been able find any solution for: Once the simulation is up and running, can I add any objects to Gazebo simulation without having to use the graphical user interface? I am using ROS Hydro and Gazebo-1.9. I would appreciate any kind of help. Cheers, Ali |
2014-04-12 10:35:42 -0500 | received badge | ● Notable Question (source) |
2014-04-10 22:39:27 -0500 | received badge | ● Popular Question (source) |
2014-03-12 18:49:05 -0500 | asked a question | Controlling an omnidirectional robot (like pr2) in ROS Hydro- Gazebo 1.9 Hi all, So, I basically want to implement a path planning algorithm by simulating a scenario in "ROS-Gazebo" and I am using "ROS Hydro-Gazebo 1.9" distributions. My algorithm assumes that the robot is omni-directional i.e., it can move in both x and y coordinates, independently. As I have found out, "pr2" and "care-o-bot" are two robots that offer omni-directional motion. The only feature that I need from them is the omni-directional wheels and other features such as laser, arm, etc. are not needed. I would also need to get the odometry data. Problem: I am not aware of any control plugin or library to control and move the "pr2" in "ROS Hydro-Gazebo 1.9". I am able to bring up the "pr2" in "Gazebo" using "roslaunch" command. But I cannot control it and move it around. To give an idea of what I want, in another case I am able to control a pioneer2dx using a differential drive controller plugin (libgazeborosdiff_drive.so). I wonder if such a thing exists for "pr2". If not, is there any other solutions to my problem? I would greatly appreciate any helps towards finding a solution for my problem. Thanks, Ali |