ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2018-04-04 05:13:10 -0500 | received badge | ● Famous Question (source) |
2014-10-09 08:25:39 -0500 | received badge | ● Notable Question (source) |
2014-06-12 06:18:47 -0500 | received badge | ● Popular Question (source) |
2014-05-25 20:27:05 -0500 | asked a question | depends on message does not work for my node Hello, I have some nodes that uses custom messages that I have in my workspace. In the package.xml I have declared it as depends (build and run), but if I clean the workspace when I use catkin_make to build everything it crash. The crash is because the compiler try to build the node before generating the message and cannot find header files for the messages. I think that I forgot something, but I cannot find a solution in the web. Thanks you very much. PD: I am using hydro. |
2014-03-06 08:53:20 -0500 | received badge | ● Student (source) |
2013-05-27 09:16:31 -0500 | received badge | ● Notable Question (source) |
2013-05-04 21:16:39 -0500 | received badge | ● Famous Question (source) |
2013-04-27 21:10:02 -0500 | received badge | ● Popular Question (source) |
2013-04-27 12:47:22 -0500 | received badge | ● Notable Question (source) |
2013-04-27 12:44:04 -0500 | received badge | ● Popular Question (source) |
2013-03-20 00:58:18 -0500 | answered a question | Problem with two joints in arm I've turned off gravity in each link and everything work well. Thanks! |
2013-03-20 00:57:07 -0500 | commented question | Problem with two joints in arm I've resolved it now, I've turned gravity off in each link of arm and everything work well. Thanks! |
2013-03-19 22:22:12 -0500 | commented question | Quadrotor without physics Yes, I'm using gazebo. I based my quadrotor in "hector_quadrotor" stack it works well. But I have another problem with gazebo, I posted it in: http://answers.ros.org/question/58669/problem-with-two-joints-in-arm/ thanks |
2013-03-19 22:16:37 -0500 | asked a question | Problem with two joints in arm Hi! I'm trying to build an arm to put on a quadrotor. I've written a urdf file to describe this arm. When I only have one joint everything works well, I can control this joint and everything is correct, but when I enable the second arm joint start to shake and I can't control it. It happens when I change joint "shoulder_y_arm_joint" from "fixed" to "revolute": Can you help me? Thank you in advance. |
2013-03-12 04:04:23 -0500 | asked a question | Quadrotor without physics Hi, I'm sorry for my bad english. I need to create a quadrotor simulator with an arm, but I don't want to simulate the physics. At the moment I'm control quadrotor changging model state through ROS. I think that If I turn disable the gravity in my model when I'll try to take anything with an arm in quadrotor, the simulation probably don't work well. ¿Does anybody know if it is posible? Thanks for your atention. |