Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
panda_mqtt_connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CeTI
ROS
ROS Packages
panda_mqtt_connector
Repository
1bd83a4ab2399f8bee7bc42d7decfa96affc0962
Select Git revision
Selected
1bd83a4ab2399f8bee7bc42d7decfa96affc0962
Branches
1
master
default
protected
2 results
Show more breadcrumbs
panda_mqtt_connector
proto
config.proto
config.proto
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
remove data config mqtt interface, add it to config file
Johannes Mey
authored
5 years ago
1bd83a4a
History
1bd83a4a
5 years ago
History
config.proto
80 B
syntax = "proto3"; package config; message RobotConfig { double speed = 1; }