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

Where is catkin_add_nosetests() documented?

asked 2013-03-12 15:49:02 -0500

joq gravatar image

updated 2014-01-28 17:15:39 -0500

ngrennan gravatar image

Apparently, that is the catkin way to run Python unit tests.

I can't find any documentation for it via Google.

UPDATE: For future reference: Dirk found it under Development Documentation.

edit retag flag offensive close merge delete

Comments

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-03-12 21:29:09 -0500

William gravatar image

updated 2013-03-12 21:31:39 -0500

All of the CMake macros were self documented, at some point there were docs generated for them:

http://ros.org/doc/fuerte/api/catkin/html/macros.html

But now they seem to have gone missing. You can see the documentation for that particular macro here:

https://github.com/ros-shredder/catkin-release/blob/master/cmake/test/nosetests.cmake

I am not sure why we are not generating documentation for CMake macros anymore. Perhaps @Dirk Thomas can comment on that.

edit flag offensive delete link more

Comments

Thanks for the pointer William. I opened a bug ticket on the missing docs: https://github.com/ros/catkin/issues/384

joq gravatar image joq  ( 2013-03-13 04:47:28 -0500 )edit

The link to CMake source code should be changed to https://github.com/ros/catkin/blob/no...

rubicks gravatar image rubicks  ( 2020-02-14 11:25:32 -0500 )edit

Similarly the link to ROS documentation should be changed to https://docs.ros.org/kinetic/api/catk...

rubicks gravatar image rubicks  ( 2020-02-14 11:27:43 -0500 )edit

Question Tools

Stats

Asked: 2013-03-12 15:49:02 -0500

Seen: 2,063 times

Last updated: Jan 28 '14