Skip to main content

Packaged Nauticore backend with public communication and vision APIs.

Project description

Nauticore

Nauticore is a Python backend component library designed for underwater robotics applications, including AUVs (Autonomous Underwater Vehicles) and ROVs (Remotely Operated Vehicles).

It provides a unified foundation for device-side systems, including:

  • runtime bootstrap and service startup
  • communication access and integration
  • vision service support
  • Python-based extension points for secondary development

nauticore is designed primarily for integration and deployment scenarios. It is intended for projects that need to quickly assemble device-side backend capabilities, standardize service startup, and build custom business logic through Python interfaces.

Installation

pip install nauticore

Quick Start

Run the User Interface

python -m nauticore.launch example.veh

By default, the UI is available at:

http://localhost:9090

Development

from nauticore.communication import Frontend

frontend = Frontend(
    server_ip="example-server",
    server_port=example_port,
    public_key_source="example/public.pem",
)


@frontend.route_msg("/status")
def handle_status(message):
    print("status:", message)


@frontend.timer(1000)
def publish_heartbeat():
    frontend.publish(
        topic="/heartbeat",
        type_str="std_msgs/String",
        message_dict={"data": "alive"},
    )


frontend.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nauticore-1.1.0-py3-none-any.whl (330.8 kB view details)

Uploaded Python 3

File details

Details for the file nauticore-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: nauticore-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 330.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for nauticore-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d025506b66a3c07045213be9ac5e05a892bd7ba7ca8c6dd438acef5a5a3c5ff8
MD5 0b49a10d2e70a8850d84e868c874eb99
BLAKE2b-256 3604cbe9a5f0a49bebaec2bb5b6d8057c9fe89a0009309598ba95f3c8a7e4941

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page