jsk-ros-pkg / jsk_robot

jsk-ros-pkg/jsk_robot
https://github.com/jsk-ros-pkg/jsk_robot
73 stars 97 forks source link

[naoqieus] nao_interaction_msgs is not released on ros kinetic #821

Closed kochigami closed 5 years ago

kochigami commented 7 years ago

just a memo:

Based on http://wiki.ros.org/nao_interaction_msgs nao_interaction_msgs release stops at jade.

It seems that I have to modify

In addition, I had troubled in making roseus_msgs while executing catkin build. However, I'm not sure what the actual problem is yet and I restarted installing ubuntu...

catkin build (following https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/README.md)
Errors     << naoqieus:cmake /home/pepper/catkin_ws/logs/naoqieus/build.cmake.003.log
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
  Could not find a package configuration file provided by
  "nao_interaction_msgs" with any of the following names:

    nao_interaction_msgsConfig.cmake
    nao_interaction_msgs-config.cmake

  Add the installation prefix of "nao_interaction_msgs" to CMAKE_PREFIX_PATH
  or set "nao_interaction_msgs_DIR" to a directory containing one of the
  above files.  If "nao_interaction_msgs" provides a separate development
  package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by
  "nao_interaction_msgs" with any of the following names:

    nao_interaction_msgsConfig.cmake
    nao_interaction_msgs-config.cmake

  Add the installation prefix of "nao_interaction_msgs" to CMAKE_PREFIX_PATH
  or set "nao_interaction_msgs_DIR" to a directory containing one of the
  above files.  If "nao_interaction_msgs" provides a separate development
  package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)
k-okada commented 7 years ago

Asked for release at https://github.com/ros-naoqi/nao_interaction/issues/8, for a meantime, download nao_interaction sourcetree in your workspace

2017年8月23日(水) 22:43 Kanae Kochigami notifications@github.com:

just a memo:

Based on http://wiki.ros.org/nao_interaction_msgs nao_interaction_msgs release stops at jade.

It seems that I have to modify

  • package.xml (build, run depend)
  • CMakeLists.txt (find_package)
  • naoqi-interface.l (delete methods using nao_interaction_msgs)
  • README.md (indigo => kinetic)

In addition, I had troubled in making roseus_msgs while executing catkin build. However, I'm not sure what the actual problem is yet and I restarted installing ubuntu...

catkin build (following https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/README.md) Errors << naoqieus:cmake /home/pepper/catkin_ws/logs/naoqieus/build.cmake.003.log CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "nao_interaction_msgs" with any of the following names:

nao_interaction_msgsConfig.cmake
nao_interaction_msgs-config.cmake

Add the installation prefix of "nao_interaction_msgs" to CMAKE_PREFIX_PATH or set "nao_interaction_msgs_DIR" to a directory containing one of the above files. If "nao_interaction_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:4 (find_package)

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "nao_interaction_msgs" with any of the following names:

nao_interaction_msgsConfig.cmake
nao_interaction_msgs-config.cmake

Add the installation prefix of "nao_interaction_msgs" to CMAKE_PREFIX_PATH or set "nao_interaction_msgs_DIR" to a directory containing one of the above files. If "nao_interaction_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:4 (find_package)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_robot/issues/821, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeG3MT98Dcf5Lercq9fGgUCxmXp1ha8ks5sbCxjgaJpZM4PACK_ .

--

◉ Kei Okada

kochigami commented 7 years ago

Thank you very much for your reply. However, I think it's ok to delete nao_interaction_msgs dependency. Anyway I'll try deleting nao_interaction_msgs/ launchers dependency even if it is not necessary.

kochigami commented 5 years ago

However, I think it's ok to delete nao_interaction_msgs dependency.

nao_interaction_msgs is required for naoqi-interface.l AudioPlayback.srv and AudioMasterVolume.srv

I'll explain this in README.