Skip to content

Commit

Permalink
marc update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhsinFatih committed Dec 10, 2017
1 parent b71137f commit f7b4d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions racecar/launch/includes/common/joy_teleop.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<rosparam file="$(arg joy_teleop_config)" command="load" />

<node pkg="joy" type="joy_node" name="joy_node" />
<!-- <node pkg="joy_node_multiple" type="joy_node.py" name="joy_node_multiple" output="screen" /> -->

<node pkg="joy_teleop" type="joy_teleop.py" name="joy_teleop" />

Expand Down
4 changes: 3 additions & 1 deletion racecar/launch/includes/common/sensors.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<rosparam file="$(arg sensors_config)" command="load" />

<!-- laser -->
<node pkg="urg_node" type="urg_node" name="laser_node" />
<!-- <node pkg="urg_node" type="urg_node" name="laser_node" /> -->
<!-- <include file="$(find sweep_ros)/launch/sweep2scan.launch"/> -->
<include file="$(find sweep_ros)/launch/sweep_minified.launch"/>

<!-- imu -->
<include file="$(find racecar)/launch/includes/common/sensors/$(arg imu_model).launch.xml" />
Expand Down

0 comments on commit f7b4d4e

Please sign in to comment.