-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3149 from nicktrem/addAngAccLinVelSensor
Add Angular Accelerometer and Linear Velocity Sensor Interfaces to the Sensor Remapper
- Loading branch information
Showing
14 changed files
with
686 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
master {#master} | ||
----------- | ||
|
||
* Branch changes | ||
The angular acceleration and linear velocity values measured by a particular sensor can now be extracted and used via the sensor remapper. |
220 changes: 216 additions & 4 deletions
220
src/devices/messages/multipleAnalogSensorsMsgs/idl_generated_code/SensorRPCData.cpp
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 17 additions & 1 deletion
18
src/devices/messages/multipleAnalogSensorsMsgs/idl_generated_code/SensorRPCData.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.