-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
tkimura4
commented
Mar 3, 2021
•
edited
Loading
edited
- Change the sytle of pointcloud (Points -> Squares).
- Fix topic name of checkpoint etc.
- Enable visualization of predicted paths of dynamic objects.
autoware_launch/rviz/autoware.rviz
Outdated
@@ -697,7 +697,7 @@ Visualization Manager: | |||
Name: DynamicObjects | |||
Namespaces: | |||
label: true | |||
path: false | |||
path: true |
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.
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.
Fixed at 0da8afb .
autoware_launch/rviz/autoware.rviz
Outdated
@@ -718,7 +718,7 @@ Visualization Manager: | |||
Name: DynamicObjects | |||
Namespaces: | |||
label: true | |||
path: false | |||
path: true |
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.
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.
Fixed at 0da8afb .
autoware_launch/rviz/autoware.rviz
Outdated
@@ -739,7 +739,7 @@ Visualization Manager: | |||
Name: DynamicObjects | |||
Namespaces: | |||
label: true | |||
path: false | |||
path: true | |||
path confidence: true | |||
position covariance: true |
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.
Position covariance flag is false for prediction.
https://github.com/tier4/autoware_launcher/blob/cdc3e2de5882445ad8d468a1788c95ed508a71c0/autoware_launch/rviz/autoware.rviz#L633-L638
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.
Fixed at 0da8afb .
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.
* Add vehicle info launch for setting vehicle info param (#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add comment for global parameters section Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix year and apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ready vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove vehicle info param server from logging simulator (#211) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com>
* fix center line resolution (tier4#76) * planning vel limit = 4.5km/h (tier4#75) * Fix/adjust experiment kashiwanoha (tier4#78) * change to 5m * Adjust obstacle stop parameters Co-authored-by: prds1lg <prod-s1-github@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Kazuki Matsumoto <59071591+kazuki527@users.noreply.github.com> Co-authored-by: prds1lg <prod-s1-github@tier4.jp>
* fix: update lat/lon control params * disable smooth stop * chore: remove unused config file
* chore: update sync-param-files.yaml * ci(pre-commit): autofix Co-authored-by: kminoda <kminoda@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>