2017-07-10 04:45:35 -0600 | received badge | ● Famous Question (source) |
2017-07-10 04:45:35 -0600 | received badge | ● Notable Question (source) |
2017-06-12 07:00:11 -0600 | received badge | ● Student (source) |
2017-04-27 15:56:35 -0600 | received badge | ● Famous Question (source) |
2017-04-11 09:51:38 -0600 | received badge | ● Notable Question (source) |
2017-01-16 03:30:51 -0600 | received badge | ● Popular Question (source) |
2017-01-13 10:08:10 -0600 | received badge | ● Popular Question (source) |
2017-01-06 08:38:07 -0600 | asked a question | How to get the pose (yaw) of a revolute joint from a sensor plugin? I am developing a sensor, and I need the yaw of a joint at the time of reading a ray sensor. |
2017-01-03 09:51:18 -0600 | asked a question | How to get model properties in a sensor plugin? I am developing a underwater sonar for gazebo. It uses "some" rays booth vertically and horizontally in order to find obstacles and it also rotates over itself. I am already capable of getting the info from all the rays and publishing it to ROS in a pointcloud2 message, but I also need the heading at the "same" timestamp of the rays reading. Which can be accessed in a model plugin but not from the sensor plugin which publish the sensor output.. What would be the best way to access this info from the sensor plugin? |