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

ament_cmake clone failed #111

Open
holmbuar opened this issue Aug 5, 2023 · 1 comment
Open

ament_cmake clone failed #111

holmbuar opened this issue Aug 5, 2023 · 1 comment

Comments

@holmbuar
Copy link

holmbuar commented Aug 5, 2023

Issue template

  • Hardware description: RPi Pico, Ubuntu 22.04, git version 2.34.1
  • Installation type: Platformio
  • Version or commit hash: humble

Steps to reproduce the issue

New Platformio project in VS Code, select Pico board, and add

lib_deps = https://github.com/micro-ROS/micro_ros_platformio

to platformio.ini. Save to start auto-build.

Expected behavior

Build

Actual behavior

Configuring pico with transport serial
Downloading micro-ROS dev dependencies
ament_cmake clone failed: 
fatal: Too many arguments.

Additional information

Same issue as the closed #60

Platformio.ini:

[env:pico]
platform = raspberrypi
board = pico
framework = arduino
lib_deps = https://github.com/micro-ROS/micro_ros_platformio
lib_ldf_mode = chain+
upload_protocol = cmsis-dap
@vlacorre
Copy link

vlacorre commented Mar 6, 2024

Hello,

I had the same error message "ament_cmake clone failed: fatal: Too many arguments.".
The issue for me was that the name of my project directory contains spaces: "My Project". I switched to "my-project" and the error does not appear anymore.

Hope it solves the issue for other people.

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

2 participants