Ricompilazione con nuovo nodo TF broadcaster

This commit is contained in:
2019-11-14 17:08:39 +01:00
parent c9108aaa54
commit a3f75e5449
55 changed files with 11305 additions and 2 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.