major revision

This commit is contained in:
Ruixiang Du
2019-07-08 22:24:51 -04:00
parent 6f5b7087a2
commit 727b0a2b05
97 changed files with 5058 additions and 832 deletions

View File

@@ -0,0 +1,14 @@
<launch>
<node name="scout_odom" pkg="scout_vrep_sim" type="scout_base_sim" output="screen">
<param name="odom_frame" type="string" value="odom" />
<param name="base_frame" type="string" value="base_link" />
<param name="simulated_robot" type="bool" value="true" />
<param name="sim_control_rate" value="50" />
</node>
<!-- Differential controller parameters and basic localization -->
<!--
<include file="$(find scout_control)/launch/control.launch" />
-->
</launch>