我正在尝试关注this site.
我想在rviz上实现这个来源。
我做了以下事情。
catkin_create_pkg pkg_name roscpp
创建CMakeList
插入的源文件
pkg_name/src/sorce.cpp
catkin_make
~/pkg_name$ catkin_make
然后,我收到以下错误
The specified base path "/home/usr/pkg_name" contains a package but "catkin_make" must be invoked in the root of workspace
如何解决这个问题?