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
Create a node that collects data from rosbags and converts them to npy file so that they can be shared with the rest of the perceptions teams for working on it on their local computers without having to ssh into Dale. (modify gitignore to ignore .npy files). Node should be able to take in a parameter that specifies the name of the directory that it will save to.
Additionally, modify ros2_numpy from being a submodule to just having the source inside of the repository so that it doesn't change. This will also prevent people from deleting it and having issues on their computer.
Task Check-list:
Create DataFileNode
Make ros2_numpy source part of driverless
Add Documentation (to Confluence too)
Open Pull Request
Comment any questions and tag reviewers.
The text was updated successfully, but these errors were encountered:
Task Description:
Create a node that collects data from rosbags and converts them to
npy
file so that they can be shared with the rest of the perceptions teams for working on it on their local computers without having to ssh into Dale. (modify gitignore to ignore .npy files). Node should be able to take in a parameter that specifies the name of the directory that it will save to.Additionally, modify ros2_numpy from being a submodule to just having the source inside of the repository so that it doesn't change. This will also prevent people from deleting it and having issues on their computer.
Task Check-list:
Comment any questions and tag reviewers.
The text was updated successfully, but these errors were encountered: