SandBox: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
No edit summary
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
teste 1 2 3
[[From Bio-Inspired to Institutional-Inspired Collective Robotics]]
:)
 
 
sggf
fgdss
dfg
dfgs
sd
f
sg
 
== ola ==
 
 
<math>
\begin{bmatrix}
1.0 & 0.0 & 0.0 & 0.0\\
0.0 & 0.0 & -1.0 & 0.0\\
0.0 & 1.0 & 0.0 & 0.0\\
0.0 & 0.0 & 0.0 & 1.0
\end{bmatrix}
</math>
 
== delme ==
 
buu
 
<code>
mkdir scdtr
 
vi .bashrc
 
export ROS_PACKAGE_PATH=~/scdtr:$ROS_PACKAGE_PATH
 
--
 
sudo apt-get install ros-fuerte-rosserial
 
sudo su alunos
 
cd
 
mkdir -p sketchbook/libraries
 
cp -r /opt/ros/fuerte/stacks/rosserial/rosserial_arduino/libraries/ros_lib ~alunos/sketchbook/libraries/
 
PATCH to sketchbook/libraries/ros_lib/ArduinoHardware.h:
 
38c
 
#include "Arduino.h"
 
.
 
</code>
 
 
[[nova pagina mesmo]]

Latest revision as of 22:45, 13 April 2023

From Bio-Inspired to Institutional-Inspired Collective Robotics


sggf fgdss dfg dfgs sd f sg

ola

<math> \begin{bmatrix} 1.0 & 0.0 & 0.0 & 0.0\\ 0.0 & 0.0 & -1.0 & 0.0\\ 0.0 & 1.0 & 0.0 & 0.0\\ 0.0 & 0.0 & 0.0 & 1.0 \end{bmatrix} </math>

delme

buu

mkdir scdtr

vi .bashrc

export ROS_PACKAGE_PATH=~/scdtr:$ROS_PACKAGE_PATH

--

sudo apt-get install ros-fuerte-rosserial

sudo su alunos

cd

mkdir -p sketchbook/libraries

cp -r /opt/ros/fuerte/stacks/rosserial/rosserial_arduino/libraries/ros_lib ~alunos/sketchbook/libraries/

PATCH to sketchbook/libraries/ros_lib/ArduinoHardware.h:

38c

  1. include "Arduino.h"

.


nova pagina mesmo