mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Added beginnings of getting motor control working from within ROS. Current launch file and tester node work and make the motor movegit status!
This commit is contained in:
8
software/rover/rover_drive/launch/example.launch
Normal file
8
software/rover/rover_drive/launch/example.launch
Normal file
@@ -0,0 +1,8 @@
|
||||
<launch>
|
||||
<group ns="drive">
|
||||
<node name="" pkg="rover_drive" type="rover_drive_node.py" launch-prefix="taskset -c 5" output="screen">
|
||||
<param name="port" value="/dev/ttyUSB0"/>
|
||||
<param name="baud" value="2000000"/>
|
||||
</node>
|
||||
</group>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user