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

Revision history [back]

click to hide/show revision 1
initial version

I find the solution:

I forget to rework the CMakeList.txt to add the line franka_msgs in the find_package part

find_package(catkin REQUIRED COMPONENTS
  roscpp
  rospy
  std_msgs
  actionlib_msgs
  actionlib
  Eigen3
  moveit_ros_planning_interface
  trajectory_msgs
  franka_msgs
)

I find the solution:

I forget to rework the CMakeList.txt to add the line franka_msgs in the find_package part

find_package(catkin REQUIRED COMPONENTS
  roscpp
  rospy
  std_msgs
  actionlib_msgs
  actionlib
  Eigen3
  moveit_ros_planning_interface
  trajectory_msgs
  franka_msgs
**franka_msgs**
)

I find the solution:

I forget to rework the CMakeList.txt to add the line franka_msgs in the find_package part

find_package(catkin REQUIRED COMPONENTS
  roscpp
  rospy
  std_msgs
  actionlib_msgs
  actionlib
  Eigen3
  moveit_ros_planning_interface
  trajectory_msgs
  **franka_msgs**
franka_msgs
)

I find the solution:

I forget to rework the CMakeList.txt to add the line franka_msgs in the find_package part

find_package(catkin REQUIRED COMPONENTS
  roscpp
  rospy
  std_msgs
  actionlib_msgs
  actionlib
  Eigen3
  moveit_ros_planning_interface
  trajectory_msgs
  franka_msgs
)

Thank you for all your help.