We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b6e9e commit e07c089Copy full SHA for e07c089
.cspell.json
@@ -3,6 +3,9 @@
3
"words": [
4
"Allman",
5
"cppcheck",
6
+ "doxyfile",
7
+ "graphviz",
8
+ "mattnotmitt",
9
"mrad",
10
"multirobot",
11
"pacman",
lib/APPTurtle/src/App.cpp
@@ -298,7 +298,7 @@ void App::handleTurtle()
298
const int32_t MILLI_CONVERSION_FACTOR = 1000;
299
int32_t linearSpeed = m_turtleSpeedSetpoint.linear.x * MILLI_CONVERSION_FACTOR; // Linear speed in mm/s
300
int32_t angularSpeed = m_turtleSpeedSetpoint.angular.z * MILLI_CONVERSION_FACTOR; // Angular speed in mrad/s
301
- // clang-format off
+ // clang-format on
302
303
payload.linearCenter = linearSpeed;
304
payload.angular = angularSpeed;
0 commit comments