Add Voxel Map and Front Camera support #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a new ROS 2 node designed to:
image_transport
plugin to process messages from/frontvideostream
Key Features
Decompression Algorithm:
Utilizes the C version of Unitree's decompression algorithm, originally published as WebAssembly.
The node subscribes to voxel map messages and publishes the decompressed data as a standard
PointCloud2
message, making it compatible with visualization tools like RViz and processing libraries like PCL.Video publisher
This ROS 2 node is designed to take in a custom Go2FrontVideoData message, which encapsulates video data from the Go2 robot's front camera, and convert it into standard ROS 2 sensor_msgs/Image or sensor_msgs/CompressedImage formats. The node achieves this by leveraging the image_transport framework, allowing seamless registration of an image_transport plugin to handle the image encoding and transport efficiently.
How to Run the Node