-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: run zenoh under aic container #150
Conversation
* Revert "remove debug" This reverts commit 1d10963. * add multi_data_monitor * add multi_data_monitor depends * add multidatamonitor(accel brake steer) * update rviz * update readme * add control_cmd
* save * feat: add section and lap timer for debug * feat: add section and lap timer
* add mps * set colors properly * add mpc pid multidatamonitor * chore add mpc * add measured * update rviz * add mpc plotjuggler * fix plotjuggler config * add localizer plotjuggler * multidata monitor add deg rad conversion * update plotjuggler localizer(yaw) * multidatamonitor reduce digits * chore digits multidatamonitor
* frame_id変換のためのノード追加 * fix: pose_cov_transformer.cpp pose_positionの計算の修正を行いました --------- Co-authored-by: Tom Sawada <160597893+Tom-Sawada705@users.noreply.github.com>
* wip * feat * feat * wip * wip * wip * Delete aichallenge/result-details.json * fix: run_simulator.bash パスについて、AWSIM_GPUからAWSIMに戻しました --------- Co-authored-by: knorrrr <99851410+knorrrr@users.noreply.github.com> Co-authored-by: Tom Sawada <160597893+Tom-Sawada705@users.noreply.github.com>
fix(pose_cov_node): fix culculation
* fix:Dockerfile * fix:Dockerfile2 * fix: Dockerfile --------- Co-authored-by: toki-1441 <abc@example.com>
* fix:Dockerfile * fix:Dockerfile2 * fix: Dockerfile * fix:reference.launch.xml --------- Co-authored-by: toki-1441 <abc@example.com>
* cp reference * cp reference * separate rosbag and simreal * launch branch is_rosbag * add rosbag and launch script * fix launch args(effects pose timestamp, resulting ekf error) * path chagne * add separate rosbag * add separate rosbag * update localizer plotjuggler * plotjuggler add linear vel * update lozalizer pltjuggler * del unnecessary launch(planning) * diable planning when is_rosbag
feat: add imu raw frame id changer
* feat: add true gps module and edit reference launch * Update aichallenge/workspace/src/aichallenge_submit/gps_module/src/true_gps_module.cpp --------- Co-authored-by: knorrrr <99851410+knorrrr@users.noreply.github.com>
* publish gnss pose * update plotjuggler * update plt * update plotjuggler * add comment out * update plotjuggler * chore change rosbag filename
@knorrrr
|
@taikitanaka3 |
以下のコマンドで解決できました。ただ、毎回以下を叩いてもらうで良いのかよくわかってないです。
|
実行はこれですね。
|
ここらへんの設定もDockerfile書いちゃっても良さそうですね。 |
この3つのパラメータはhostとネットワーク共有してるのと、Kernel系の設定なので、Dockerfileには書けないっぽいですね。 再現できてないので詳しくはわかりませんが、 |
user accountなので、sudo 権限はなかったと思います。 |
@taikitanaka3 @knorrrr |
Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
@knorrrr @taikitanaka3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PC2台で片方をコンテナ内からvehicle/run_zenoh.bashで起動し、もう片方をコンテナ内からzenoh-bridge-ros2dds -e "tcp/192.168.1.10:7447"
をしてAutowareのトピックをros2 topic echoすることができましたので、Approveします。
了解です! |
・AIチャレンジコンテナ下でZenohを起動するようにしました。
私の環境ではPC2台でAutowareのトピックをros2 topic echoできました。
一応実行確認お願いします。