-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pose_to_tf.py 的なものが欲しい #1666
Comments
https://github.com/search?q=pose_to_tf.py&type=code ちなみに,どのノードがPoseを出しているのでしょうか.だいたいはそのノードでTFも出すような変更する方向に落ち着く気もします.https://github.com/jsk-ros-pkg/jsk_recognition/search?q=publish_tf |
具体的にはPointcloud_screenpointで,実際には対象はPointです(最悪これはtopic_toolsでpoint->poseにできる). ただ一方で,完全にTFに移行すると,クリックしたタイミングに応じたコールバック処理がやりずらくなるので, |
https://github.com/jsk-ros-pkg/jsk_recognition/blob/master/jsk_pcl_ros/sample/sample_pointcloud_screenpoint.launch#L26
を使うようにしたら,tfがでるようになるので,このsample_pointcloud_screenpoint.launchをincludeしたら再利用できるけど....
…--
◉ Kei Okada
2020年12月3日(木) 0:31 Yasuhiro Ishiguro <[email protected]>:
具体的にはPointcloud_screenpointで,実際には対象はPointです(最悪これはtopic_toolsでpoint->poseにできる).
https://github.com/jsk-ros-pkg/jsk_recognition/blob/2c1400e15d79b4f5f9fc7e6784a58bb277ebd8e3/jsk_pcl_ros/src/pointcloud_screenpoint_nodelet.cpp#L305
ただ一方で,完全にTFに移行すると,クリックしたタイミングに応じたコールバック処理がやりずらくなるので,
確かにPointとTFを両方pubするというのが良いのかもしれません.
https://answers.ros.org/question/63748/subscribe-to-tf-eg-tf-callback/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1666 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXHMBLKKGN4LWKFPGQDSSZMUJANCNFSM4UKLBYKA>
.
|
tf_to_poseはありますが,PoseStamped (frame_id="camera_optical_frame")の(frame_id="world")に対するposeを知りたい時に,一旦TF解決する必要があるわけですが,
PoseStampedをTFに変換するツールって無くないですか?
なければ作ろうと思いますが
https://answers.ros.org/question/215656/how-to-transform-a-pose/
The text was updated successfully, but these errors were encountered: