[Bug 1026] VelocityProfile_TrapHalf moves backwards after setting duration
S Roderick <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.orocos.org/show_bug.cgi?id=1026 --- Comment #2 from S Roderick <[email protected]> 2013-04-15 14:17:50 CEST --- The CMake changes required. Note that this is not against trunk, so things might be slightly different. But our version of the velocityprofile_traphalf class matches trunk. {{{ ADD_EXECUTABLE(velocityprofiletest velocityprofiletest.cpp test-runner.cpp) SET(TESTNAME "velocityprofiletest") TARGET_LINK_LIBRARIES(velocityprofiletest orocos-kdl ${CPPUNIT}) SET_TARGET_PROPERTIES( velocityprofiletest PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS_ADD} ${KDL_CFLAGS} -DTESTNAME=\"\\\"${TESTNAME}\\\"\" ") ADD_TEST(velocityprofiletest velocityprofiletest) }}} -- Configure bugmail: http://bugs.orocos.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. -- Orocos-Dev mailing list [email protected] http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev