Skip to content

Commit

Permalink
publish branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmke committed Mar 31, 2024
1 parent 889e961 commit 4e5117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ async def get_stream(websocket: WebSocket):
async def command(request: Request):
data = await request.json()
print(data)
# TODO - ROS publisher
return {"status": "success"}

0 comments on commit 4e5117d

Please sign in to comment.