-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update bringup launch file and URDF to support real Mini Pupper #45
Conversation
@@ -150,3 +164,19 @@ limitations under the License. | |||
* A. No. Ubuntu 22.04 only for now. | |||
* Q. Is ROS 2 Foxy/Galactic supported? | |||
* A. No. ROS 2 Humble only for now. | |||
* Q. `colcon build` shows `1 package had stderr output: mini_pupper_control`. |
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.
I believe it should be fixed by downgrading setuptools: pip3 install setuptools==58.2.0
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.
Thank you for the detailed information!
I would just like to point out that this error (warning) is an issue with the build tool and not with this ROS package.
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.
9eca06e
to
7db67d6
Compare
Co-authored-by: 0nhc <[email protected]>
Proposed change(s)
support real Mini Pupper
Useful links (GitHub issues, forum threads, etc.)
Provide any relevant links here.
Types of change(s)
Testing and Verification
Please describe the tests that you ran to verify your changes. Please also provide instructions and ROS packages as appropriate so we can reproduce the test environment.
colcon build --symlink-install
ros2 launch mini_pupper_bringup bringup.launch.py
ros2 run teleop_twist_keyboard teleop_twist_keyboard
Test Configuration
Mini Pupper Version
Mini Pupper
Raspberry Pi OS + ROS version
Ubuntu 22.04, ROS 2 Humble
PC OS + ROS version
Ubuntu 22.04, ROS 2 Humble
Checklist
Other comments