genaction not found in diamondback
Hello,
I am transferring all my cturtle files to diamondback. While compiling actionlib for my move_base i get following error:
[rosmake-0] Starting >>> robot_move [ make ]
[ rosmake ] All 14 linesskorta_move: 0.3 sec ] [ 1 Active 0/1 Complete ]
{-------------------------------------------------------------------------------
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake ..
CMake Error at CMakeLists.txt:13 (include):
include could not find load file:
/opt/ros/diamondback/stacks/common/actionlib/cmake/actionbuild.cmake
CMake Error at CMakeLists.txt:14 (genaction):
**Unknown CMake command "genaction".**
-- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}
I did not find genaction.py file in the folder
Any help on this would be appreciated. Prasad