2019-06-02 20:33:16 -0500 | received badge | ● Taxonomist |
2016-08-05 03:18:25 -0500 | received badge | ● Enthusiast |
2016-08-05 03:18:25 -0500 | received badge | ● Enthusiast |
2016-07-28 15:22:00 -0500 | asked a question | Getting wrongly rotated pointcloud from openni kinect plugin Hi, I've been trying to implement the openni kinect plugin for a px4 powered quadcopter simulation. The goal is to generate an octomap and use that to navigate. The resulting point cloud is rotated wrongly around the copter position, similarly as discussed here: http://answers.ros.org/question/21839... It seems like the internal reference frame of the camera is oriented differently than the world reference frame in rviz. The camera image is oriented correctly though. Since I want to simulate the uncertainty of the position measurement to get an idea of the accuracy the copter reference frame is published separately, with added noise. For this reason the solution as proposed in http://answers.ros.org/question/21839... does not work. Does anyone have any idea what the best/easiest place is to apply the rotation between the frames? Is it possible within the sdf file, should it be done in the published copter reference frame or is there an option within the plugin source? Thanks for looking into this, Hielke Here is the relevant .sdf code for the sensor: (using gazebo 6.6.0, ros-jade, rviz 1.11.10) |