-
Notifications
You must be signed in to change notification settings - Fork 52
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
[jsk_footstep_controller/launch] add launch arguments about odometry for hrp2jsk_footcoords #678
base: master
Are you sure you want to change the base?
[jsk_footstep_controller/launch] add launch arguments about odometry for hrp2jsk_footcoords #678
Conversation
…for hrp2jsk_footcoords
これは、三輪車を使うときにlocalization (or 正確なodomを出す) 用にするためのlaunchだよね? |
はい,このPRでコミットしたlaunch(hrp2jsk_footcoords.launch)については,
として,引数を渡して切り替えられるようにargumentを加えたdiffになります. |
各プログラムの構成・居場所が落ち着いた頃合いをみて,後ほどREADMEにまとめようとおもいますが, (1~3はデフォルトの歩行系などと共通化して利用できるもの)
三輪車のlocalizationシステムの実行は, 4-1の中では,通常のros_bridge立ち上げのプロセスと同様に, 歩行系などと共有する1, 2, 3のdiffは, |
現状,実機実験ではHRP2(7号機)で,
|
euslibに以下のREADMEをまとめました. |
…for hrp2jsk_footcoords
…k-kimura/jsk_control into add_args_for_hrp2jsk_footcoords
Added arguments related to https://github.com/start-jsk/rtmros_hrp2/pull/465: root_frame_id and use_wheel_odometry (remap flag from /odom to /wheel_odom) for hrp2jsk_footcoords launch.
@orikuma Please check.