You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment context.advertise() method is undefined when replaying data from MCAP. It would be great to be able to generate new data/topics from a panel extension.
Our use cases
We have an MCAP file with inertial and GPS data, and a panel extension that interfaces with a WASM library that does the sensor fusion. We are able to read and process the data but can't publish the result (e.g. in the form of Odometry message) because advertise() and publish() methods are not available for MCAP datasource.
On the other hand, User Scripts can do that but they don't support 3rd-party modules, so we can't load WASM there.
We store sensor configuration (mounting pose) in the MCAP attachment and need to publish it as a transform to /tf topic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At the moment
context.advertise()
method is undefined when replaying data from MCAP. It would be great to be able to generate new data/topics from a panel extension.Our use cases
We have an MCAP file with inertial and GPS data, and a panel extension that interfaces with a WASM library that does the sensor fusion. We are able to read and process the data but can't publish the result (e.g. in the form of
Odometry
message) becauseadvertise()
andpublish()
methods are not available for MCAP datasource.On the other hand, User Scripts can do that but they don't support 3rd-party modules, so we can't load WASM there.
We store sensor configuration (mounting pose) in the MCAP attachment and need to publish it as a transform to
/tf
topic.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions