2017-04-22 08:16:50 -0500 | received badge | ● Famous Question (source) |
2016-10-21 12:31:50 -0500 | received badge | ● Notable Question (source) |
2016-10-21 12:31:50 -0500 | received badge | ● Popular Question (source) |
2016-07-26 08:32:44 -0500 | asked a question | Camera Gimbal for Hector/Gazebo Hi, I'm relativity new to gazebo and working with the hector quadrotor package (http://wiki.ros.org/hector_quadrotor). However, for a project i want to add a gimbal camera (roll, pitch,yaw) to the quadrotor. The idea is to be able to send a ros message to move the gimbal. I'm not sure what is possible and what is the fastest way to have this: 1.Is it possible to send a tf to update the link? i was not abel to do this (nothing moved) 2. Would it be possible to publish on the joint_state_publisher topic? also there, nothing moved. 3. Do i have to actuate the joint where the camera is attached? e.g. modify the file in the following way: https://github.com/tu-darmstadt-ros-p... add a transmission and add a gazebo control plugin: </gazebo> Is this more or less the correct way to do this? Or has anyone done this before? perhaps this is the right plugin: https://github.com/tu-darmstadt-ros-p... but i can not compile it with ros indigo. Best, Tobi |