]> rtime.felk.cvut.cz Git - ert_linux_web.git/commitdiff
Minor CAN page fixes.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 15 Oct 2014 18:29:50 +0000 (20:29 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 15 Oct 2014 18:29:50 +0000 (20:29 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
can_bus/index.html

index e399efa3e56b4ff9b45d1612bef148a7887e481f..4158225a96a43b0a8ab42a34cf57193e256e1817 100644 (file)
@@ -51,7 +51,7 @@ iface can0 can static
 The later setup works automatic even with CAN-USB converter hotplug.
 </p>
 
-<h2 id="simulink_setup">CANopen PDO Control and Monitoring Robot Arm Demo</h2>
+<h2 id="included_files">Project Included Files</h2>
 <p>
 The projects includes blocks library <b>socketcan_lib.slx</b>, simple
 example of provided blocks use <b>cantransmit_ert.slx</b> and more
@@ -59,7 +59,7 @@ complex model <b>canopen_2j_arm_ert.slx</b> which demonstrates
 use of the block to send PDO messages to two stepper motors
 controlled robotic arm. This simple CAN library does not
 provide CANopen support yet so initial motors SDO parameters
-setup is solved by <b>canopen_2j_arm_setup</b> setup shell
+setup is solved by <b>canopen_2j_arm_setup</b> shell
 script which invokes <tt>cansend</tt> command.
 The variant of the model (<b>canopen_2j_arm_rpi.slx</b>) with
 build parameters preset for crosscompilation to Raspberry Pi
@@ -67,13 +67,13 @@ is provided as well.
 The CAN-USB converter from 8devices has been used in this case. 
 </p>
 
-<h2 id="simulink_setup">Simulink target Setup</h2>
+<h2 id="simulink_setup">Simulink Target Setup</h2>
 <p>
 Download/clone <a href="http://lintarget.sourceforge.net/">ERT Linux</a> target
 and Linux CAN bus toolbox repositories. The example expects the toolbox
 are placed into user local <tt>~/matlab/toolbox</tt> directory.
 Setup Matlab path for thee projects. One option is to use <tt>~/matlab/startup.m</tt>
-file for this porpose:
+file for this purpose:
 </p>
 <pre>
 function startup(AddRem)