Skip to content
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

Real-time trajectory visualization #294

Open
rsasaki0109 opened this issue Jul 19, 2023 · 0 comments
Open

Real-time trajectory visualization #294

rsasaki0109 opened this issue Jul 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rsasaki0109
Copy link
Member

rsasaki0109 commented Jul 19, 2023

The viewpoint of the real-time trajectory visualization is fixed, but it would be better to change it as the trajectory transitions.
This can be achieved with the following

https://github.com/MapIV/eagleye/tree/main-ros2/eagleye_util/fix2kml

<LookAt>
  <longitude>-122.0849</longitude>
  <latitude>37.4223</latitude>
  <altitude>50</altitude>
  <heading>0</heading>
  <tilt>45</tilt>
  <range>500</range>
  <altitudeMode>relativeToGround</altitudeMode>
</LookAt>

Also, this package does not have readme.md, which would be nice to have.

draft

This package can be visualized using [the app version of Google Eartrh](https://www.google.co.jp/earth/about/versions/#download-pro) by opening networklink.kml.
networklink.kml reads the kml file specified by href at refreshInterval [sec] intervals and visualizes it in real time.
      <href>eagleye_fix.kml</href>.
      <refreshMode>onInterval</refreshMode>.
      <refreshInterval>0.02</refreshInterval>
https://github.com/MapIV/eagleye/blob/main-ros2/eagleye_util/fix2kml/kml/networklink.kml#L26-L28 (
@rsasaki0109 rsasaki0109 changed the title Perspectives on real-time trajectory visualization Real-time trajectory visualization Jul 19, 2023
@rsasaki0109 rsasaki0109 added the enhancement New feature or request label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant