This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +51
-0
lines changed
Expand file tree Collapse file tree 9 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ cmake_minimum_required (VERSION 2.4.6)
2+ include ($ENV{ROS_ROOT} /core/rosbuild/rosbuild.cmake)
3+
4+ set (ROS_BUILD_TYPE RelWithDebInfo)
5+
6+ rosbuild_init()
7+
8+ set (EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR} /bin)
9+ set (LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR} /lib)
10+
11+ rosbuild_genmsg()
12+ rosbuild_gensrv()
Original file line number Diff line number Diff line change 1+ include $(shell rospack find mk) /cmake.mk
Original file line number Diff line number Diff line change 1+ /**
2+ \mainpage
3+ \htmlinclude manifest.html
4+
5+ \b dynamic_graph_bridge_msgs provides messages and types for dynamic_graph_bridge
6+ package.
7+
8+ */
Original file line number Diff line number Diff line change 1+ <package >
2+ <description brief =" Dynamic graph bridge messages and services" >
3+
4+ Dynamic graph bridge messages and services.
5+
6+ </description >
7+ <author >Pierre Gergondet</author >
8+ <license >BSD</license >
9+ <review status =" unreviewed" notes =" " />
10+ <url >https://ros.org/wiki/dynamic_graph_bridge_msgs</url >
11+
12+ <export >
13+ <rosdoc config =" rosdoc.yaml" />
14+ </export >
15+ </package >
Original file line number Diff line number Diff line change 1+ float64 [] data
2+ uint32 width
Original file line number Diff line number Diff line change 1+ float64 [] data
Original file line number Diff line number Diff line change 1+ - builder : doxygen
2+ name : C++ API
3+ output_dir : c++
4+ file_patterns : ' *.c *.cpp *.h *.cc *.hh *.dox'
Original file line number Diff line number Diff line change 1+ string input
2+ ---
3+ string result
4+ string stdout
5+ string stderr
Original file line number Diff line number Diff line change 1+ string input
2+ ---
3+ string result
You can’t perform that action at this time.
0 commit comments