ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The roscreate-pkg
script will generate the CMakeLists.txt
and Makefile
that rosmake requires.
See: roscreate.
2 | explain more details |
The roscreate-pkg
script will generate the CMakeLists.txt
and Makefile
that rosmake requires.
See: roscreate.
Since your package already exists, the simplest approach may be to create a new package, then copy those two files to it. They are small and simple. You'll need to edit CMakeLists.txt
, but the Makefile
should work unmodified.
3 | No.3 Revision |
The roscreate-pkg
script will generate the CMakeLists.txt
and Makefile
that rosmake requires.
See: roscreate.
Since your package already exists, the simplest approach may be to create a new dummy package, then copy those two files to it. yours. They are small and simple. You'll need to edit CMakeLists.txt
, but the Makefile
should work unmodified.