mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 19:24:09 +05:30
Updated README for master branch
This commit is contained in:
parent
171ed94a31
commit
bc93573f6b
@ -1,3 +1,7 @@
|
||||
**UNSTABLE BRANCH***
|
||||
|
||||
This branch is under active development and is not likely to work. Please use the official hydro-devel or indigo-devel branche for ROS Hydro or ROS Indigo, respectively.
|
||||
|
||||
Table of Contents
|
||||
=================
|
||||
|
||||
|
@ -16,4 +16,8 @@ gen.add("Ko", double_t, 0, "Ko - Offset", 50.0, 0.0, 100.0)
|
||||
|
||||
gen.add("accel_limit", double_t, 0, "Acceleration limit", 1.0, 0.0, 10.0)
|
||||
|
||||
gen.add("odom_linear_scale_correction", double_t, 0, "Linear Scale Correction", 1.0, 0.0, 2.0)
|
||||
|
||||
gen.add("odom_angular_scale_correction", double_t, 0, "Angular Scale Correction", 1.0, 0.0, 2.0)
|
||||
|
||||
exit(gen.generate(PACKAGE, "ros_arduino_bridge", "ROSArduinoBridge"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user