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

genaction not found in diamondback

asked 2011-03-10 13:29:24 -0500

Prasad gravatar image

updated 2020-02-05 15:51:40 -0500

tfoote gravatar image

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-03-11 09:49:14 -0500

tfoote gravatar image

You need to change actionlib to actionlib_msgs in the include line. See the actionlib wiki page

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-03-10 13:29:24 -0500

Seen: 585 times

Last updated: Feb 05 '20