diff --git a/.travis.sh b/.travis.sh index 85f38578..0d8be5a1 100644 --- a/.travis.sh +++ b/.travis.sh @@ -75,10 +75,8 @@ catkin build --limit-status-rate 0.1 --no-notify -DCMAKE_BUILD_TYPE=Release # Build tests catkin build --limit-status-rate 0.1 --no-notify --make-args tests # Run tests -####### kinteic has problem on runnning gazebo with image on headless mode???? -if [ "$CI_ROS_DISTRO" == "kinetic" ]; then +####### avoid problem on runnning gazebo with image on headless mode???? touch src/rtmros_nextage/nextage_calibration/CATKIN_IGNORE -fi ####### catkin run_tests -j1 -p1 # check test (this only works from indigo onward) diff --git a/nextage_calibration/launch/gazebo_kinect_checkerboard_chest.launch b/nextage_calibration/launch/gazebo_kinect_checkerboard_chest.launch index 47e764e0..b336f182 100644 --- a/nextage_calibration/launch/gazebo_kinect_checkerboard_chest.launch +++ b/nextage_calibration/launch/gazebo_kinect_checkerboard_chest.launch @@ -9,7 +9,7 @@ name="spawn_sensor_kinect" type="spawn_model" args="-urdf -param sensor_description -model sensor_kinect - -reference_frame HEAD_JOINT1_Link -P 1.5708 -x -0.15 -z 0.05" + -reference_frame HEAD_JOINT1_Link -P 1.5708 -x 0.15 -z 0.15" /> + -reference_frame WAIST" /> diff --git a/nextage_calibration/launch/gazebo_kinect_checkerboard_waist.launch b/nextage_calibration/launch/gazebo_kinect_checkerboard_waist.launch index 504f87b1..2983343f 100644 --- a/nextage_calibration/launch/gazebo_kinect_checkerboard_waist.launch +++ b/nextage_calibration/launch/gazebo_kinect_checkerboard_waist.launch @@ -9,7 +9,7 @@ name="spawn_sensor_kinect" type="spawn_model" args="-urdf -param sensor_description -model sensor_kinect - -reference_frame HEAD_JOINT1_Link -P 1.5708 -x -0.15 -z 0.05" + -reference_frame HEAD_JOINT1_Link -P 1.5708 -x 0.15 -z 0.15" /> + -reference_frame WAIST" /> diff --git a/nextage_calibration/models/sensor_kinect.xacro b/nextage_calibration/models/sensor_kinect.xacro index cde2b724..4db2a671 100644 --- a/nextage_calibration/models/sensor_kinect.xacro +++ b/nextage_calibration/models/sensor_kinect.xacro @@ -1,8 +1,10 @@ - + - + true diff --git a/nextage_calibration/package.xml b/nextage_calibration/package.xml index f6707642..e3e22d09 100644 --- a/nextage_calibration/package.xml +++ b/nextage_calibration/package.xml @@ -27,7 +27,9 @@ openni2_launch tf urdf - turtlebot_description + openni_camera + openni_description + openni_launch nextage_gazebo diff --git a/nextage_description/urdf/NextageOpen.urdf b/nextage_description/urdf/NextageOpen.urdf index b4e08b51..f03292b0 100644 --- a/nextage_description/urdf/NextageOpen.urdf +++ b/nextage_description/urdf/NextageOpen.urdf @@ -500,6 +500,7 @@ / gazebo_ros_control/DefaultRobotHWSim + true