A pkg for converting ROS2 [colav-interfaces](https://github.com/Artemis-QUB-COLAV/colav-interfaces) to [colav-protobuf](https://github.com/Artemis-QUB-COLAV/colav-protobuf) and vice versa
Project description
colav-bridge
This package contains functions which bridge colav_protobuf messages to ros_interfaces and vice versa.
Table of Contents
Installation
pip install colav-bridge
Structure
The src code in colav-bridge shows that the project is organised into main directories:
- Tests: The tests directory contains a variety of unit tests ensuring that the pkg is working as expected and are called as apart of the CI/CD pipeline defined by the github_action
Usage
When pkg is installed, Using it is simple imports are as follows.
from colav_bridge.proto_to_ros import (
parse_agent_update,
parse_mission_request,
parse_obstacles_update
)
from colav_bridge.ros_to_proto import (
parse_controller_feedback
)
Here is an example of one of these colav_bridge parsers being used:
from colav_protobuf.examples import agent_update as proto_agent_update
from colav_protobuf_utils.serializer import serializer_protobuf
ros_agent_update = parse_agent_update(serialize_protobuf(proto_agent_update))
License
colav-bridge is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file colav_bridge-0.0.2.tar.gz.
File metadata
- Download URL: colav_bridge-0.0.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8dc596ceab5c441412405a8d4c1dc92e90459e20fc1b2aa432d7f541c36d082
|
|
| MD5 |
96f92a25275ea3b963bfe1fb6592a40d
|
|
| BLAKE2b-256 |
4a2543db5c53c6dff0ff988882cc133bac854371f91942efac29f883f9c6cb60
|
File details
Details for the file colav_bridge-0.0.2-py3-none-any.whl.
File metadata
- Download URL: colav_bridge-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1795e7b5440b7b9fbb3c6b9d2aac0b1512003584ab7ff9a83ecd946ef8e92e4d
|
|
| MD5 |
097a4e3a18451cb45c16f0d4762a8042
|
|
| BLAKE2b-256 |
0c8184b153f8540a7edf2c54ff34d06102308c3f82e72d284afdd3aaa1aad5e5
|