[go: up one dir, main page]

Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Velocitas » Build a Vehicle App with Services
Build a Vehicle App with Services [message #1871568] Mon, 30 September 2024 11:19
Lukas Springer is currently offline Lukas SpringerFriend
Messages: 1
Registered: September 2024
Junior Member
Hi all,

I am currently working on a Vehicle App in python and wanted to implement the dogmode example and the seat adjuster example using proto files. I added the proto files to the vehicle model, generated the grpc.py files andadded __init__-py files for the respective Service which wraps the SeatService / HvacService class. however when i try to run the app i get the following errors:


"Executing task: velocitas exec runtime-local run-vehicle-app python3 /workspaces/Velocitas_Vapp/app/src/main.py

Can't find the service location for HvacService, make sure to set the
necessary env variables for all depemdencies
Can't find the service location for SeatService, make sure to set the
necessary env variables for all depemdencies"

How do i fix these Errors? I have imported the Service class form velocitas_sdk.model.


Proto Files:
https://github.com/eclipse-kuksa/kuksa-incubation/blob/main/seat_service/proto/sdv/edge/comfort/seats/v1/seats.proto

https://github.com/eclipse-velocitas/vehicle-app-python-sdk/blob/main/examples/dog-mode/src/vehicle_model/proto/hvac.proto
Goto Forum:
  


Current Time: Thu Dec 12 14:06:43 GMT 2024

Powered by FUDForum. Page generated in 0.02432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top