Find the bug! Needs fixing. Not tuned! And something crashes the board. When vibrating a lot (probably high gains or high d-term / d-term noise) or when the robot leans a lot to one side everything freezes. Both loops blinking leds stop completely and steppers stay at last command. I've tried electronic fixes and lastly put the controller on its own power supply. Can be triggered even without any power electronics connected (rocking the robot by hand). So it seems to be software related!
21 lines
625 B
JSON
21 lines
625 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
//"C_Cpp.intelliSenseEngine": "Default" // Does not work with "Go to definition" etc.
|
|
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
|
"files.associations": {
|
|
"cmath": "cpp",
|
|
"queue": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__functional_base": "cpp",
|
|
"atomic": "cpp",
|
|
"deque": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"memory": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"vector": "cpp",
|
|
"string": "cpp"
|
|
}
|
|
} |