-
Notifications
You must be signed in to change notification settings - Fork 22
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
Rosbag support #61
Comments
Hi @kylecarbon, sorry for the late reply; I just saw the notification for this issue had been buried in my mailbox. I've wondered for a while what the best strategy is for handling these core ROS tools which are considered separate from the ROS client libraries. The ROS community throws everything even remotely independent in its own repository but that doesn't seem appropriate for the Julia community where registered ROS packages would sit at the same level as something like Given the large number of ROS packages/tools out there, I think it would be best for now if a Julia interface to |
Of all packages to integrate with I can't say I have clear ideas on how to consolidate other ROS-related tools, besides possibly a |
I just discovered the RobotOSData package was registered a few months ago with what looks like a goal of exactly providing an API for getting data out of ROS bags. It may be worthwhile to see how the two packages could be functionality integrated. |
Opened RobotOSData.jl#1 to start a conversation on possibly integrating the bag messages with |
Any chance you have plans to support
rosbag
? I could take a first stab at it too if you have preferences for the C vs. Python API, how it's integrated intoRobotOS.jl
, etc.The text was updated successfully, but these errors were encountered: