Primo commit Completo

This commit is contained in:
2019-10-21 10:02:06 +02:00
parent 595af0738d
commit 84e9328d7c
3180 changed files with 600831 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
\subsubsection usage Usage
\verbatim
<node name="ur_driver" pkg="ur_driver" type="ur_driver">
<param name="prevent_programming" type="bool" value="False" />
</node>
\endverbatim

View File

@@ -0,0 +1,6 @@
\subsubsection parameters ROS parameters
Reads and maintains the following parameters on the ROS server
- \b "~prevent_programming" : \b [bool] Prevent driver from continuously uploading 'prog' min: False, default: False, max: True

View File

@@ -0,0 +1,12 @@
# Autogenerated param section. Do not hand edit.
param {
group.0 {
name=Dynamically Reconfigurable Parameters
desc=See the [[dynamic_reconfigure]] package for details on dynamically reconfigurable parameters.
0.name= ~prevent_programming
0.default= False
0.type= bool
0.desc=Prevent driver from continuously uploading 'prog'
}
}
# End of autogenerated section. You may edit below.