Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files *.h #14

Open
makquel opened this issue Mar 26, 2015 · 2 comments
Open

Missing files *.h #14

makquel opened this issue Mar 26, 2015 · 2 comments

Comments

@makquel
Copy link

makquel commented Mar 26, 2015

Hi there,

I'm trying to understand your pololu's ros package, however, I couldn't figure out why there are some files missing within include folder. This files are as folllows:

include <ros_pololu_servo/MotorCommand.h>

include <ros_pololu_servo/MotorState.h>

include <ros_pololu_servo/MotorStateList.h>

include <ros_pololu_servo/MotorRange.h>

If i try to compile the build folder it'll say that they're missing, and indeed they are. However, once I use catkin_make command it doesn't report any error.

Thanks,

@aaraujo11
Copy link

Hi!

I also confirm that is missing some headers, as we can check in the includes of ros_pololu_servo/PololuController.h

ros_pololu_servo/MotorCommand.h
ros_pololu_servo/MotorState.h
ros_pololu_servo/MotorStateList.h
ros_pololu_servo/MotorRange.h 

Is possible to verify this issue, pls? Thanks

@coderkarl
Copy link

Need to add"add dependencies" for the library in the CMakeLists.txt
add_library(ros_pololu_servo
src/ros_pololu_servo/PololuMath.cpp
src/ros_pololu_servo/PololuYamlParser.cpp
src/ros_pololu_servo/PololuController.cpp
)
add_dependencies(ros_pololu_servo ros_pololu_servo_generate_messages_cpp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants