fix axis in r2d2.urdf
enable SimpleOpenGL3 demo for CMake
This commit is contained in:
@@ -234,7 +234,7 @@
|
|||||||
<joint_properties damping="0.0" friction="0.0"/>
|
<joint_properties damping="0.0" friction="0.0"/>
|
||||||
</joint>
|
</joint>
|
||||||
<joint name="gripper_extension" type="prismatic">
|
<joint name="gripper_extension" type="prismatic">
|
||||||
<axis xyz="0 0 1"/>
|
<axis xyz="1 0 0"/>
|
||||||
<parent link="base_link"/>
|
<parent link="base_link"/>
|
||||||
<child link="gripper_pole"/>
|
<child link="gripper_pole"/>
|
||||||
<limit effort="1000.0" lower="-0.38" upper="0" velocity="0.5"/>
|
<limit effort="1000.0" lower="-0.38" upper="0" velocity="0.5"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
SUBDIRS( HelloWorld BasicDemo )
|
SUBDIRS( HelloWorld BasicDemo )
|
||||||
IF(BUILD_BULLET3)
|
IF(BUILD_BULLET3)
|
||||||
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow)
|
SUBDIRS( ExampleBrowser SimpleOpenGL3 ThirdPartyLibs/Gwen OpenGLWindow)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user