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

Interop Client: Publisher for other vehicle telemetry #51

Open
rland93 opened this issue Apr 29, 2022 · 0 comments
Open

Interop Client: Publisher for other vehicle telemetry #51

rland93 opened this issue Apr 29, 2022 · 0 comments
Assignees

Comments

@rland93
Copy link
Member

rland93 commented Apr 29, 2022

We need, eventually, to have access to the telemetry produced by other vehicles.

  • Write a publisher that publishes telemetry from other vehicles on the interop server
  • Pay careful attention to the structure of the telemetry shared by the interop server. There is probably an existing ROS package (just like how we don't write our own geometry messages, we use nav_msgs or geometry_msgs instead) that is capable of handling whatever is produced

Probably, this is going to be asynchronous: start the publisher, then when new telem data is recieved, a callback publishes to the topic.

@rland93 rland93 added this to the 0.2.0 milestone Apr 29, 2022
@rland93 rland93 removed this from the 0.2.0 milestone May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants