-
Notifications
You must be signed in to change notification settings - Fork 13
[Bugfix] add missing urdf, migrate to noetic, fix python setup, colcon compatible #17
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| cmake_minimum_required(VERSION 2.8.3) | ||
| cmake_minimum_required(VERSION 3.0.2) | ||
| project(spot_ros_interface) | ||
|
|
||
| ## Find catkin and any catkin packages | ||
|
|
@@ -9,4 +9,8 @@ catkin_package() | |
|
|
||
| include_directories(include ${catkin_INCLUDE_DIRS}) | ||
|
|
||
| catkin_python_setup() | ||
| catkin_install_python(PROGRAMS scripts/grid_utils.py | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. spot_ros_interface uses a script-framework, therefore the scripts were added to the path. setup.py was deleted because its used to install python modules and there are no python modules in this package: http://docs.ros.org/noetic/api/catkin/html/howto/format2/installing_python.html |
||
| scripts/keyboard_teleop.py | ||
| scripts/spot_ros_interface.py | ||
| scripts/tf_remapper.py | ||
| DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}) | ||
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
standard noetic cmake minimum version: http://wiki.ros.org/noetic/Migration