yangliu28 / swarm_robot_ros_sim

A swarm robot simulation environment for ROS to be used with Gazebo
MIT License
106 stars 33 forks source link

missing two_wheel_robot_update.h and two_wheel_robot.h files #4

Closed rusmanr closed 5 years ago

rusmanr commented 6 years ago

Hi, during catkin_make at position 77% two_wheel_robot_update.h and two_wheel_robot.h are not found. could you help , where can i get these two files ?. thanks

YCH188 commented 5 years ago

@rusmanr Have you solve this problem? I encounter the same problem.

yangliu28 commented 5 years ago

@rusmanr I'm closing this issue because it's been a while ago, and I assume you already resolved it. From what I can see, the ros message two_wheel_robot.msg has not been compiled, so there is no two_wheel_robot.h to be found. Try catkin_make on swarm_robot_msgs package only before processing the rest.