-
Notifications
You must be signed in to change notification settings - Fork 143
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
Instructions for Using cakin build
for Python3 Work-Around on Melodic
#48
Comments
Realistically you can use either tool, and both will do the job of building the packages. We tend to use I don't know that there would be a lot of benefit to adding the |
|
cakin build
for Python3 Work-Around on Melodic
I've edited the title of this issue. Anyone preferring to use |
/home/agx3/ros2/devel/include/spot_msgs/LeaseArray.h:18:10: fatal error: spot_msgs/LeaseResource.h: No such file or directory |
This driver is for ROS1 (specifically Melodic and Noetic). The path to the file seems to indicate you're trying to use the driver for ROS2? |
As the description says, the build instructions suggest to use
catkin_make
when using the python3 workaround for ROS Melodic. I think that in general, usingcatkin build
is preferred overcatkin_make
so maybe that section could suggest to e.g. add the additional CMake arguments to a caktin config profile usingcatkin config --cmake-args ...
The text was updated successfully, but these errors were encountered: