diff --git a/.gitignore b/.gitignore
index 12be492..6704ee2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -118,4 +118,5 @@ venv.bak/
# mypy
.mypy_cache/
-*.deb
\ No newline at end of file
+*.deb
+*.json
diff --git a/client/src/img/ui/dot.svg b/client/src/img/ui/dot.svg
index 9aeea04..0d1e1dc 100644
--- a/client/src/img/ui/dot.svg
+++ b/client/src/img/ui/dot.svg
@@ -61,7 +61,7 @@
id="defs1547" />
\ No newline at end of file
+ style="fill:none;stroke:#22B14C;stroke-width:15;stroke-miterlimit:10" />
\ No newline at end of file
diff --git a/client/src/img/ui/gripper-opened.svg b/client/src/img/ui/gripper-opened.svg
index d1b018c..aa1e972 100644
--- a/client/src/img/ui/gripper-opened.svg
+++ b/client/src/img/ui/gripper-opened.svg
@@ -47,13 +47,13 @@
d="m 35.15882,464.75817 85.577,366.667 h 112 v -186.667 h -35.129 v -427.682 c 0,-19.354 -15.69,-35.044 -35.044,-35.044 h -92.358 c -19.355,0 -35.045,15.69 -35.045,35.044 v 247.682 2.667"
id="path2"
inkscape:connector-curvature="0"
- style="fill:none;stroke:#00ff00;stroke-width:15;stroke-miterlimit:10" />
\ No newline at end of file
+ style="fill:none;stroke:#22B14C;stroke-width:15;stroke-miterlimit:10" />
\ No newline at end of file
diff --git a/client/src/js/view/components/settings/index.js b/client/src/js/view/components/settings/index.js
index 7e6ef46..e800fdd 100644
--- a/client/src/js/view/components/settings/index.js
+++ b/client/src/js/view/components/settings/index.js
@@ -12,7 +12,7 @@ export const Settings = ({ state, actions }) =>
actions.settings.setVisibleCategory('general')}>General
{/*
actions.settings.setVisibleCategory('network')}>Network */}
-
actions.settings.setVisibleCategory('manipulator')}>Manipulator
+
actions.settings.setVisibleCategory('manipulator')}>Addons
actions.settings.setVisibleCategory('preprogram')}>Pre-program
{/*
actions.settings.setVisibleCategory('debug')}>Debug */}
actions.settings.setVisibleCategory('clupi')}>Experimental
diff --git a/client/src/js/view/components/settings/settings-about.js b/client/src/js/view/components/settings/settings-about.js
index 9a51f11..bbf4165 100644
--- a/client/src/js/view/components/settings/settings-about.js
+++ b/client/src/js/view/components/settings/settings-about.js
@@ -11,9 +11,9 @@ export const SettingsAbout = ({ state }) =>
}
- Please refer to docs.turtlerover.com to know more about the control options and the Rover maintenance.
- Feel free to contact us if you have any issue. We're constantly improving the UI, but it's still a long way to go.
- We'd love to have you participate in the project and get any feedback!
+ Please refer to docs.turtlerover.com to know more about the control options and the Rover maintenance.
+ We're constantly improving the UI and we'd love to have you participate in the project.
+ Feel free to contact us if you have any issue. In the meantime, have fun!
Turtle Team
contact@turtlerover.com
diff --git a/client/src/js/view/components/settings/settings-general.js b/client/src/js/view/components/settings/settings-general.js
index 7751431..c65d8ba 100644
--- a/client/src/js/view/components/settings/settings-general.js
+++ b/client/src/js/view/components/settings/settings-general.js
@@ -3,7 +3,9 @@ import { ButtonHold } from '../elements/button-hold';
export const SettingsGeneral = ({ actions }) =>
- actions.system.shutdown()} />
+ actions.system.shutdown()} />
+
actions.system.reboot()} />
+
actions.stream.start()} />
;
diff --git a/docs/inverse kinematics.xlsx b/docs/inverse kinematics.xlsx
deleted file mode 100644
index a3e93f1..0000000
Binary files a/docs/inverse kinematics.xlsx and /dev/null differ