Skip to content

Commit

Permalink
deploy: d0c3ad0
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiadav committed Aug 8, 2024
1 parent 35f8ea2 commit 96f5bdb
Show file tree
Hide file tree
Showing 56 changed files with 199 additions and 199 deletions.
12 changes: 6 additions & 6 deletions CAN_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
<div class="ttc" id="aa07803_html"><div class="ttname"><a href="https://gcc.gnu.org/onlinedocs/gcc-9.3.0/libstdc++/api/a07803.html">std::pair</a></div></div>
<div class="ttc" id="aclassrobot_1_1types_1_1DataPoint_html"><div class="ttname"><a href="classrobot_1_1types_1_1DataPoint.html">robot::types::DataPoint</a></div><div class="ttdoc">Represents data measured using a sensor at a given time.</div><div class="ttdef"><b>Definition</b> data.h:134</div></div>
<div class="ttc" id="anamespacecan_html"><div class="ttname"><a href="namespacecan.html">can</a></div><div class="ttdoc">Utilities for interacting with CAN devices.</div><div class="ttdef"><b>Definition</b> CAN.cpp:43</div></div>
<div class="ttc" id="anamespacecan_html_a09de91bf58066e0b3a582701d6e1741f"><div class="ttname"><a href="namespacecan.html#a09de91bf58066e0b3a582701d6e1741f">can::unscheduleTelemetryPull</a></div><div class="ttdeci">void unscheduleTelemetryPull(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Stop pulling the latest telemetry data from the given device.</div><div class="ttdef"><b>Definition</b> CAN.cpp:337</div></div>
<div class="ttc" id="anamespacecan_html_a308dd5a174588199d03e8cc8f723394b"><div class="ttname"><a href="namespacecan.html#a308dd5a174588199d03e8cc8f723394b">can::getDeviceTelemetry</a></div><div class="ttdeci">robot::types::DataPoint&lt; telemetry_t &gt; getDeviceTelemetry(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Get the latest telemetry from a CAN device.</div><div class="ttdef"><b>Definition</b> CAN.cpp:285</div></div>
<div class="ttc" id="anamespacecan_html_a09de91bf58066e0b3a582701d6e1741f"><div class="ttname"><a href="namespacecan.html#a09de91bf58066e0b3a582701d6e1741f">can::unscheduleTelemetryPull</a></div><div class="ttdeci">void unscheduleTelemetryPull(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Stop pulling the latest telemetry data from the given device.</div><div class="ttdef"><b>Definition</b> CAN.cpp:340</div></div>
<div class="ttc" id="anamespacecan_html_a308dd5a174588199d03e8cc8f723394b"><div class="ttname"><a href="namespacecan.html#a308dd5a174588199d03e8cc8f723394b">can::getDeviceTelemetry</a></div><div class="ttdeci">robot::types::DataPoint&lt; telemetry_t &gt; getDeviceTelemetry(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Get the latest telemetry from a CAN device.</div><div class="ttdef"><b>Definition</b> CAN.cpp:288</div></div>
<div class="ttc" id="anamespacecan_html_a3e4a4acc87fbf8cfad2a9a9252811314"><div class="ttname"><a href="namespacecan.html#a3e4a4acc87fbf8cfad2a9a9252811314">can::sendCANPacket</a></div><div class="ttdeci">void sendCANPacket(const CANPacket &amp;packet)</div><div class="ttdoc">Send a CAN packet.</div><div class="ttdef"><b>Definition</b> CAN.cpp:266</div></div>
<div class="ttc" id="anamespacecan_html_a60a17e1ae5b26cd35f4322028435b6cc"><div class="ttname"><a href="namespacecan.html#a60a17e1ae5b26cd35f4322028435b6cc">can::scheduleTelemetryPull</a></div><div class="ttdeci">void scheduleTelemetryPull(deviceid_t id, telemtype_t telemType, std::chrono::milliseconds period)</div><div class="ttdoc">Periodically pull the latest telemetry data from the specified CAN device asychronously.</div><div class="ttdef"><b>Definition</b> CAN.cpp:315</div></div>
<div class="ttc" id="anamespacecan_html_a7e2b4dcc5578fd7dbc59f7ccc8f2f84c"><div class="ttname"><a href="namespacecan.html#a7e2b4dcc5578fd7dbc59f7ccc8f2f84c">can::pullDeviceTelemetry</a></div><div class="ttdeci">void pullDeviceTelemetry(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Ping the given CAN device to send the given telemetry data.</div><div class="ttdef"><b>Definition</b> CAN.cpp:306</div></div>
<div class="ttc" id="anamespacecan_html_a8360869b24ff9b9e905abec24857968a"><div class="ttname"><a href="namespacecan.html#a8360869b24ff9b9e905abec24857968a">can::unscheduleAllTelemetryPulls</a></div><div class="ttdeci">void unscheduleAllTelemetryPulls()</div><div class="ttdoc">Stop pulling the latest telemetry data from all currently scheduled devices.</div><div class="ttdef"><b>Definition</b> CAN.cpp:351</div></div>
<div class="ttc" id="anamespacecan_html_a8a46628f8f55f509c3d745ba51814c80"><div class="ttname"><a href="namespacecan.html#a8a46628f8f55f509c3d745ba51814c80">can::removeDeviceTelemetryCallback</a></div><div class="ttdeci">void removeDeviceTelemetryCallback(callbackid_t id)</div><div class="ttdoc">Remove a previously registered telemetry callback.</div><div class="ttdef"><b>Definition</b> CAN.cpp:377</div></div>
<div class="ttc" id="anamespacecan_html_a60a17e1ae5b26cd35f4322028435b6cc"><div class="ttname"><a href="namespacecan.html#a60a17e1ae5b26cd35f4322028435b6cc">can::scheduleTelemetryPull</a></div><div class="ttdeci">void scheduleTelemetryPull(deviceid_t id, telemtype_t telemType, std::chrono::milliseconds period)</div><div class="ttdoc">Periodically pull the latest telemetry data from the specified CAN device asychronously.</div><div class="ttdef"><b>Definition</b> CAN.cpp:318</div></div>
<div class="ttc" id="anamespacecan_html_a7e2b4dcc5578fd7dbc59f7ccc8f2f84c"><div class="ttname"><a href="namespacecan.html#a7e2b4dcc5578fd7dbc59f7ccc8f2f84c">can::pullDeviceTelemetry</a></div><div class="ttdeci">void pullDeviceTelemetry(deviceid_t id, telemtype_t telemType)</div><div class="ttdoc">Ping the given CAN device to send the given telemetry data.</div><div class="ttdef"><b>Definition</b> CAN.cpp:309</div></div>
<div class="ttc" id="anamespacecan_html_a8360869b24ff9b9e905abec24857968a"><div class="ttname"><a href="namespacecan.html#a8360869b24ff9b9e905abec24857968a">can::unscheduleAllTelemetryPulls</a></div><div class="ttdeci">void unscheduleAllTelemetryPulls()</div><div class="ttdoc">Stop pulling the latest telemetry data from all currently scheduled devices.</div><div class="ttdef"><b>Definition</b> CAN.cpp:354</div></div>
<div class="ttc" id="anamespacecan_html_a8a46628f8f55f509c3d745ba51814c80"><div class="ttname"><a href="namespacecan.html#a8a46628f8f55f509c3d745ba51814c80">can::removeDeviceTelemetryCallback</a></div><div class="ttdeci">void removeDeviceTelemetryCallback(callbackid_t id)</div><div class="ttdoc">Remove a previously registered telemetry callback.</div><div class="ttdef"><b>Definition</b> CAN.cpp:380</div></div>
<div class="ttc" id="anamespacecan_html_ae83e4f4aad3eab06ec0d515db4112bd8"><div class="ttname"><a href="namespacecan.html#ae83e4f4aad3eab06ec0d515db4112bd8">can::initCAN</a></div><div class="ttdeci">void initCAN()</div><div class="ttdoc">Initialize the CAN interface.</div><div class="ttdef"><b>Definition</b> CAN.cpp:254</div></div>
<div class="ttc" id="anamespacecan_html_af98139e403f1d81f1d91b55695b90ad4"><div class="ttname"><a href="namespacecan.html#af98139e403f1d81f1d91b55695b90ad4">can::telemtype_t</a></div><div class="ttdeci">telemtype_t</div><div class="ttdoc">The type of telemetries that devices can report.</div><div class="ttdef"><b>Definition</b> CANUtils.h:36</div></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
28 changes: 14 additions & 14 deletions classfilters_1_1ExtendedKalmanFilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,20 @@
<div class="dyncontent">
<div class="center"><img src="classfilters_1_1ExtendedKalmanFilter__coll__graph.png" border="0" usemap="#afilters_1_1ExtendedKalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_00_01processNoiseDim_00_01outputNoiseDim_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="afilters_1_1ExtendedKalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_00_01processNoiseDim_00_01outputNoiseDim_01_4_coll__map" id="afilters_1_1ExtendedKalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_00_01processNoiseDim_00_01outputNoiseDim_01_4_coll__map">
<area shape="rect" title="Implements a discrete&#45;time EKF." alt="" coords="931,49,1169,105"/>
<area shape="rect" href="classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="721,56,883,97"/>
<area shape="poly" title=" " alt="" coords="898,74,930,74,930,79,898,79"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="496,23,643,64"/>
<area shape="poly" title=" " alt="" coords="659,53,721,62,721,68,658,59"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="219,5,430,76"/>
<area shape="poly" title=" " alt="" coords="445,39,496,40,496,45,445,45"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,113"/>
<area shape="poly" title=" " alt="" coords="168,66,218,57,219,62,168,71"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="201,100,448,155"/>
<area shape="poly" title=" " alt="" coords="169,97,201,103,200,108,168,103"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="496,91,643,132"/>
<area shape="poly" title=" " alt="" coords="658,96,721,86,721,91,659,101"/>
<area shape="poly" title=" " alt="" coords="463,116,496,113,496,119,464,121"/>
<area shape="rect" title="Implements a discrete&#45;time EKF." alt="" coords="935,49,1173,104"/>
<area shape="rect" href="classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="724,56,885,97"/>
<area shape="poly" title=" " alt="" coords="901,74,934,74,934,79,901,79"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="499,23,646,64"/>
<area shape="poly" title=" " alt="" coords="661,53,724,62,723,68,661,59"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="220,5,431,76"/>
<area shape="poly" title=" " alt="" coords="446,39,498,40,498,45,446,45"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,112"/>
<area shape="poly" title=" " alt="" coords="167,66,220,57,220,62,168,72"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="202,100,449,155"/>
<area shape="poly" title=" " alt="" coords="168,97,202,103,201,108,167,103"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="499,91,646,132"/>
<area shape="poly" title=" " alt="" coords="661,96,723,86,724,91,661,101"/>
<area shape="poly" title=" " alt="" coords="465,116,498,113,498,119,465,121"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
Expand Down
28 changes: 14 additions & 14 deletions classfilters_1_1ExtendedKalmanFilter__coll__graph.map
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<map id="filters::ExtendedKalmanFilter&lt; stateDim, inputDim, outputDim, processNoiseDim, outputNoiseDim &gt;" name="filters::ExtendedKalmanFilter&lt; stateDim, inputDim, outputDim, processNoiseDim, outputNoiseDim &gt;">
<area shape="rect" id="Node000001" title="Implements a discrete&#45;time EKF." alt="" coords="931,49,1169,105"/>
<area shape="rect" id="Node000002" href="$classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="721,56,883,97"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="898,74,930,74,930,79,898,79"/>
<area shape="rect" id="Node000003" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1Matrix.html" title=" " alt="" coords="496,23,643,64"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="659,53,721,62,721,68,658,59"/>
<area shape="rect" id="Node000004" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="219,5,430,76"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="445,39,496,40,496,45,445,45"/>
<area shape="rect" id="Node000005" href="/github/workspace/doxygen-tags/Eigen.doxytags$structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,113"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="168,66,218,57,219,62,168,71"/>
<area shape="rect" id="Node000007" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="201,100,448,155"/>
<area shape="poly" id="edge7_Node000007_Node000005" title=" " alt="" coords="169,97,201,103,200,108,168,103"/>
<area shape="rect" id="Node000006" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1Matrix.html" title=" " alt="" coords="496,91,643,132"/>
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="658,96,721,86,721,91,659,101"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="463,116,496,113,496,119,464,121"/>
<area shape="rect" id="Node000001" title="Implements a discrete&#45;time EKF." alt="" coords="935,49,1173,104"/>
<area shape="rect" id="Node000002" href="$classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="724,56,885,97"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="901,74,934,74,934,79,901,79"/>
<area shape="rect" id="Node000003" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1Matrix.html" title=" " alt="" coords="499,23,646,64"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="661,53,724,62,723,68,661,59"/>
<area shape="rect" id="Node000004" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="220,5,431,76"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="446,39,498,40,498,45,446,45"/>
<area shape="rect" id="Node000005" href="/github/workspace/doxygen-tags/Eigen.doxytags$structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,112"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="167,66,220,57,220,62,168,72"/>
<area shape="rect" id="Node000007" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="202,100,449,155"/>
<area shape="poly" id="edge7_Node000007_Node000005" title=" " alt="" coords="168,97,202,103,201,108,167,103"/>
<area shape="rect" id="Node000006" href="/github/workspace/doxygen-tags/Eigen.doxytags$classEigen_1_1Matrix.html" title=" " alt="" coords="499,91,646,132"/>
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="661,96,723,86,724,91,661,101"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="465,116,498,113,498,119,465,121"/>
</map>
Binary file modified classfilters_1_1ExtendedKalmanFilter__coll__graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions classfilters_1_1KalmanFilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@
<div class="dyncontent">
<div class="center"><img src="classfilters_1_1KalmanFilter__coll__graph.png" border="0" usemap="#afilters_1_1KalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="afilters_1_1KalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_01_4_coll__map" id="afilters_1_1KalmanFilter_3_01stateDim_00_01inputDim_00_01outputDim_01_4_coll__map">
<area shape="rect" title="Implements a Kalman Filter." alt="" coords="931,49,1077,105"/>
<area shape="rect" href="classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="721,56,883,97"/>
<area shape="poly" title=" " alt="" coords="898,74,930,74,930,79,898,79"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="496,23,643,64"/>
<area shape="poly" title=" " alt="" coords="659,53,721,62,721,68,658,59"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="219,5,430,76"/>
<area shape="poly" title=" " alt="" coords="445,39,496,40,496,45,445,45"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,113"/>
<area shape="poly" title=" " alt="" coords="168,66,218,57,219,62,168,71"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="201,100,448,155"/>
<area shape="poly" title=" " alt="" coords="169,97,201,103,200,108,168,103"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="496,91,643,132"/>
<area shape="poly" title=" " alt="" coords="658,96,721,86,721,91,659,101"/>
<area shape="poly" title=" " alt="" coords="463,116,496,113,496,119,464,121"/>
<area shape="rect" title="Implements a Kalman Filter." alt="" coords="935,49,1081,104"/>
<area shape="rect" href="classfilters_1_1KalmanFilterBase.html" title="Base class for Kalman Filters." alt="" coords="724,56,885,97"/>
<area shape="poly" title=" " alt="" coords="901,74,934,74,934,79,901,79"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="499,23,646,64"/>
<area shape="poly" title=" " alt="" coords="661,53,724,62,723,68,661,59"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="220,5,431,76"/>
<area shape="poly" title=" " alt="" coords="446,39,498,40,498,45,446,45"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/structEigen_1_1doxygen_1_1dense__xpr__base__dispatcher.html" title=" " alt="" coords="5,57,153,112"/>
<area shape="poly" title=" " alt="" coords="167,66,220,57,220,62,168,72"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1PlainObjectBase.html" title=" " alt="" coords="202,100,449,155"/>
<area shape="poly" title=" " alt="" coords="168,97,202,103,201,108,167,103"/>
<area shape="rect" target="_parent" href="https://eigen.tuxfamily.org/dox/classEigen_1_1Matrix.html" title=" " alt="" coords="499,91,646,132"/>
<area shape="poly" title=" " alt="" coords="661,96,723,86,724,91,661,101"/>
<area shape="poly" title=" " alt="" coords="465,116,498,113,498,119,465,121"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
Expand Down
Loading

0 comments on commit 96f5bdb

Please sign in to comment.