Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nrp-frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
nrp-frontend
Commits
a17229af
Commit
a17229af
authored
2 years ago
by
Sandro Weber
Browse files
Options
Downloads
Patches
Plain Diff
bit of cleanup
parent
b393f8af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/nrp-core-dashboard/nrp-core-dashboard.js
+0
-1
0 additions, 1 deletion
src/components/nrp-core-dashboard/nrp-core-dashboard.js
src/services/mqtt-client-service.js
+1
-2
1 addition, 2 deletions
src/services/mqtt-client-service.js
with
1 addition
and
3 deletions
src/components/nrp-core-dashboard/nrp-core-dashboard.js
+
0
−
1
View file @
a17229af
import
React
from
'
react
'
;
import
MqttClientService
from
'
../../services/mqtt-client-service
'
;
//import subscribeToTopic from MqttClientService;
export
default
class
NrpCoreDashboard
extends
React
.
Component
{
constructor
(
props
)
{
...
...
This diff is collapsed.
Click to expand it.
src/services/mqtt-client-service.js
+
1
−
2
View file @
a17229af
import
mqtt
from
'
mqtt
'
;
import
{
EventEmitter
}
from
'
events
'
;
//import * as proto from 'nrp-jsproto/nrp-engine_msgs-protobuf.js';
//import { DataPackMessage } from 'nrp-jsproto/nrp-engine_msgs-protobuf.js';
//import { DataPackMessage } from 'nrp-jsproto/engine_grpc_pb';
import
jspb
from
'
../../node_modules/google-protobuf/google-protobuf
'
;
let
_instance
=
null
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment