Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: turtlebot/turtlebot_interactions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: indigo
Choose a base ref
...
head repository: jubeira/turtlebot_interactions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/view_model_defaults
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 6, 2017

  1. Copy the full SHA
    b15f97c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 turtlebot_rviz_launchers/launch/view_model.launch
6 changes: 3 additions & 3 deletions turtlebot_rviz_launchers/launch/view_model.launch
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@
-->

<launch>
<arg name="base" value="$(optenv TURTLEBOT_BASE kobuki)"/> <!-- create, rhoomba -->
<arg name="stacks" value="$(optenv TURTLEBOT_STACKS hexagons)"/> <!-- circles, hexagons -->
<arg name="3d_sensor" value="$(optenv TURTLEBOT_3D_SENSOR kinect)"/> <!-- kinect, asus_xtion_pro -->
<arg name="base" default="$(optenv TURTLEBOT_BASE kobuki)"/> <!-- create, rhoomba -->
<arg name="stacks" default="$(optenv TURTLEBOT_STACKS hexagons)"/> <!-- circles, hexagons -->
<arg name="3d_sensor" default="$(optenv TURTLEBOT_3D_SENSOR kinect)"/> <!-- kinect, asus_xtion_pro -->

<include file="$(find turtlebot_bringup)/launch/includes/robot.launch.xml">
<arg name="base" value="$(arg base)" />