-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/navi simulator #60
base: master
Are you sure you want to change the base?
Conversation
…o feature/navi_simulator
@@ -124,8 +130,21 @@ class NaviSimComponent : public rclcpp::Node | |||
double rpy_covariance_; | |||
double linear_covariance_; | |||
double angular_covariance_; | |||
double width_; |
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.
doubleでいっぱい並べるみたいなことになる場合は、struct使ってまとめておくと見通しが良くなります。
再現手順お願いします。 |
@@ -0,0 +1,263 @@ | |||
# Copyright (c) 2020 OUXT Polaris |
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.
このlaunchファイル、with_planner.launch.pyと統合可能でしょうか?
返信遅くなってしまい申し訳ないです
です。 今の手元の環境がまだgalacticですが、今日もう一度実行してみたところrviz上ではモデルが動くことは確認しました。 usv_twist_controllerが有効にならないというのは、 |
add navi velocity simulator