ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Alexander Winkler's profile - activity

2020-08-02 20:32:00 -0500 commented question Problem has only fixed variables-ifopt

It is. There are ROS binaries: sudo apt install ros-melodic-ifopt. http://wiki.ros.org/ifopt

2020-04-25 11:56:36 -0500 answered a question Quadruped Robot Visualization and TF Problems In towr and xpp

My first guess would be that the inverse kinematics function might have some bugs. This needs to be supplied by the user

2020-04-25 11:56:36 -0500 received badge  Rapid Responder (source)
2020-03-01 15:59:49 -0500 received badge  Teacher (source)
2020-02-29 11:32:06 -0500 edited answer Navigation with a Quadruped robot

Hi! You could check the "Develop" section of the Readme file at https://github.com/ethz-adrl/towr#develop, specifically

2020-02-29 11:31:19 -0500 answered a question Navigation with a Quadruped robot

Hi! You could check the "Develop" section of the Readme file at https://github.com/ethz-adrl/towr#develop, specifically

2020-02-29 11:31:19 -0500 received badge  Rapid Responder (source)
2019-08-09 17:03:14 -0500 marked best answer Automatically run tests on ROS build farm for pure cmake project

I'm hosting some pure cmake projects ifopt and towr (not dependent on catkin) on the ROS build farm, for which I generate some unit test in my CMakeLists.txt similar to:

find_package(GTest)
add_executable(test my_test.cpp)  
target_link_libraries(test ${GTEST_BOTH_LIBRARIES} pthread)
add_test(test test)

I can run these with make test after a non-catkin build, this works fine.

How can I tell the ROS build farm (which seems to be internally calling catkin_make run_tests) to run that gtest binary as well after building? (jenkins-log)

I don't want to catkinize my project, which would allow me to use catkin_add_gtest. I want to keep allowing the cd build && cmake .. pure cmake build for users that don't have catkin installed.

Any help would be greatly appreciated.

2018-07-27 07:47:25 -0500 edited question Automatically run tests on ROS build farm for pure cmake project

Automatically run tests on ROS build farm for pure cmake project I'm hosting some pure cmake projects ifopt and towr (no

2018-07-27 07:46:15 -0500 received badge  Organizer (source)
2018-07-21 06:48:10 -0500 received badge  Famous Question (source)
2018-07-10 10:49:22 -0500 commented answer Automatically run tests on ROS build farm for pure cmake project

Thanks for your answer. Yeah, I looked into defining the target run_tests, but it got a bit messy. I agree with your las

2018-07-10 10:49:09 -0500 commented answer Automatically run tests on ROS build farm for pure cmake project

Thanks for your answer. Yeah, I looked into defining the target run tests, but it got a bit messy. I agree with your las

2018-07-09 09:46:07 -0500 received badge  Notable Question (source)
2018-07-07 14:57:33 -0500 received badge  Popular Question (source)
2018-07-07 11:12:58 -0500 edited question Automatically run tests on ROS build farm for pure cmake project

Automatically run tests on ROS build farm for pure cmake project I'm hosting a pure cmake project (not dependent on catk

2018-07-07 11:12:58 -0500 received badge  Editor (source)
2018-07-07 11:11:20 -0500 edited question Automatically run tests on ROS build farm for pure cmake project

Automatically run tests on ROS build farm for pure cmake project I'm hosting a pure cmake project (not dependent on catk

2018-07-07 10:34:27 -0500 asked a question Automatically run tests on ROS build farm for pure cmake project

Automatically run tests on ROS build farm for pure cmake project I'm hosting a pure cmake project (not dependent on catk

2018-06-25 06:44:25 -0500 received badge  Enthusiast
2018-06-19 02:24:06 -0500 received badge  Supporter (source)
2017-12-26 09:28:53 -0500 received badge  Autobiographer