2015-11-01 07:25:06 -0500 | received badge | ● Famous Question (source) |
2015-11-01 07:11:30 -0500 | received badge | ● Taxonomist |
2015-08-28 11:53:25 -0500 | received badge | ● Famous Question (source) |
2015-07-01 03:01:28 -0500 | commented answer | How to control one joint while a second one swings? If I leave the simulation running for while, it does start falling, but very slow, as if the joint had damping (if the robot is vertical it never moves). I'm actually playing with the gazeboroscontrol plugin, I'm using my modified rrbot example. Here I'm trying different things for the non-driven joint. |
2015-06-30 16:45:11 -0500 | received badge | ● Notable Question (source) |
2015-06-30 12:30:29 -0500 | received badge | ● Popular Question (source) |
2015-06-30 12:19:03 -0500 | received badge | ● Student (source) |
2015-06-30 05:43:55 -0500 | asked a question | How to control one joint while a second one swings? I have a model with 2 revolute joints spawn from an urdf, and a gazebo-ros plugin to interact with it. I want to command the position of one joint, and the other should swing freely, but wish to know its position. So I have a then publish all Joint j=1 moves according to the command, but joint j=0 does not swing. If I don't write anything, i.e. delete the Seems like writing the position to any joint makes the rest joints to freeze. Am I missing something? How can achieve the desired behavior? |
2015-03-10 21:31:41 -0500 | received badge | ● Notable Question (source) |
2015-02-13 13:07:47 -0500 | commented question | Problem with transmissions when planning, controlling and spawning a robot made out of robots I tried succesfully the robotNamespace tag in the transmissioninterface package. (Simple) changes are in the "multi-robot-test" branch of https://github.com/CentroEPiaggio/roscontrol and https://github.com/CentroEPiaggio/gazeborospkgs that allows me to spawn a single robot description param composed of robots (having different HW and Trans interfaces). The same param used by MoveIt!. Here a screenshot of the whole robot https://www.dropbox.com/s/wmfahzm8jln1059/vito.png?dl=0. |
2015-01-16 14:59:48 -0500 | answered a question | Gazebo 1.5: libgazebo_openni_kinect.so: pointcloud data is rotated and flipped? Hi, I know this is old, however, I'd like to mention that the point cloud data is fine. With Asus/Primesense/Kinect1 the point cloud is published in the "camerargbopticalframe" which is rotated with the transformation you mention with respect to the "cameralink". In my case, I set <framename>${name}/camerargboptical_frame</framename> and then I have a launch file with the default axis transformations (you can get them using a real RGBD sensor and tf echoing the frames) like this. <launch> </launch> And it works fine for me. |
2015-01-08 04:50:40 -0500 | received badge | ● Popular Question (source) |
2014-12-12 11:47:00 -0500 | asked a question | Problem with transmissions when planning, controlling and spawning a robot made out of robots I have a robot formed by several robots, say two arms, two hands mounted at each arm as end-effectors, and a head, as usual, and have the following requirements:
My short experience with MoveIt!, and as well, as explained in this post, tells me that a single URDF for point 1 is the best, if not the only, solution for now. The issue with a single URDF loading self-contained URDFs is that the One possible solution I can think of is to allow a namespace specification in transmissions, in a similar way as the / My workaround so far is to have both a single URDF of the full robot which is not spawned in gazebo and used through the Has anyone faced a similar problem? (or perhaps I'm missing a more trivial solution) Suggestions, tips and comments are more than welcome. Thanks. |