Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Robobin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plw1g21
Robobin
Commits
23bfa375
Commit
23bfa375
authored
4 months ago
by
Paul-Winpenny
Browse files
Options
Downloads
Patches
Plain Diff
Graph back to being one that can be parsed.
parent
31ce11ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
App/RobobinApp/ViewModels/MainPageViewModel.cs
+1
-0
1 addition, 0 deletions
App/RobobinApp/ViewModels/MainPageViewModel.cs
ros2/src/robobin/robobin/helpers/message_handler.py
+1
-1
1 addition, 1 deletion
ros2/src/robobin/robobin/helpers/message_handler.py
with
2 additions
and
1 deletion
App/RobobinApp/ViewModels/MainPageViewModel.cs
+
1
−
0
View file @
23bfa375
...
@@ -239,6 +239,7 @@ namespace RobobinApp.ViewModels
...
@@ -239,6 +239,7 @@ namespace RobobinApp.ViewModels
}
}
else
if
(
e
.
PropertyName
.
Equals
(
nameof
(
App
.
WifiManager
.
Location
)))
else
if
(
e
.
PropertyName
.
Equals
(
nameof
(
App
.
WifiManager
.
Location
)))
{
{
//if (App.WifiManager.Location == (0,0)) return;
Debug
.
WriteLine
(
"NEW LOCATION FOUND!!!!"
);
Debug
.
WriteLine
(
"NEW LOCATION FOUND!!!!"
);
Location
=
((
float
,
float
))
App
.
WifiManager
.
Location
;
Location
=
((
float
,
float
))
App
.
WifiManager
.
Location
;
...
...
This diff is collapsed.
Click to expand it.
ros2/src/robobin/robobin/helpers/message_handler.py
+
1
−
1
View file @
23bfa375
...
@@ -144,7 +144,7 @@ class MessageHandler:
...
@@ -144,7 +144,7 @@ class MessageHandler:
"""
Handles the REQMAP command.
"""
"""
Handles the REQMAP command.
"""
# Relative path to the JSON file
# Relative path to the JSON file
working_dir
=
os
.
getcwd
()
working_dir
=
os
.
getcwd
()
graph_file_path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
working_dir
,
"
src
"
,
"
robobin
"
,
"
robobin
"
,
"
graphs
"
,
"
anchors
.json
"
))
graph_file_path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
working_dir
,
"
src
"
,
"
robobin
"
,
"
robobin
"
,
"
graphs
"
,
"
graph
.json
"
))
try
:
try
:
# Load the graph JSON file
# Load the graph JSON file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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