-
Notifications
You must be signed in to change notification settings - Fork 190
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
テンプレートマッチした結果からeusのモデルの位置姿勢を生成したい #2782
Open
k-okada
wants to merge
12
commits into
jsk-ros-pkg:master
Choose a base branch
from
k-okada:add_autogen_launch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…feature :gen-object-marker to add imagesift and kalman-filtered-objectdetection-marker.l to autogenerated launch files
k-okada
force-pushed
the
add_autogen_launch
branch
from
July 19, 2023 12:15
1e30d09
to
47948b0
Compare
岡田先生、ありがとうございます。明日以降取り急ぎ確認してみます。 |
…d OBB, MSER, KAZE, AKAZE in OpenCV 3.2.0
こちらですが再buildしたときに下記のようなerrorが出たので報告します。 errorの詳細は以下の通りです。
|
…k with cascaded-link, we also remove unused imgpath/imgname variable, see jsk-ros-pkg@b325803
ありがとう.的確な報告で助かりました.b325803 に間違いがあったようなので,直してみました. |
626dabe を取り込んで複数回buildが成功するか試してみたところerrorが出ることなく全て成功しました。ありがとうございます。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
jsk_perception
に移動して(cd sample/; roseus ./pose_detector_auto_gen_sample.l)
とすると,sample/jetson-box.launch
が生成されるハズなので,これを実行してください.ファイルの中身は
template/_563bfb91e570_jetson_box.xml
みたいなファイルに書いてあるのですが,実行する度にファイル名が変わるので,rm template/*_jetson_box.xml
みたいにして時々消しておくと良いです実機,あるいは,
rosbag play -l ~/Downloads/baxter_demo_2023-07-18-20-26-48.bag
でトピックをだしてrviz -d $(rospack find jsk_perception)/sample/config/realsense-torso-jetson-box.rviz
とすると,以下のように成るはずです.(*)
(*) ただし,,,,
(1)
_563bfb91e570_jetson_box.xml
のrelative_pose
を以下のように変更する必要があります.(2) 物体を色々回転させてみたBagファイルもとってくれれば以下の確認をすすめたいです.
rviz中のFeatures にもAxisが表示されますが,これがオブジェクトの中心のつもりだけどそれで良いか?青軸がZ軸のつもりだけどそれでよいか.
jetson_box
というTFが出ているはずなんですが,bag フィアルでは上手く表示されないです.実機でも同じか知りたいです.FeaturesのAxisと Poseが同じ場所にあるか確認したいです.あっていそうであっていなさそうで...上の変更が必要なのはあっていなのか?
@YUKINA-3252