PX4-Autopilot icon indicating copy to clipboard operation
PX4-Autopilot copied to clipboard

[Bug] Recursive submodule jsbsim_bridge/Rascal not available

Open Midren opened this issue 9 months ago • 4 comments

Describe the bug

https://github.com/Auterion/FlightGear-Rascal repository is absent, but needed for the compilation

To Reproduce

Build the px4:

$ git clone https://github.com/PX4/PX4-Autopilot /opt/px4 &&     cd /opt/px4 &&     git checkout v1.14.2 &&     make submodulesclean &&     make submodulesupdate &&     pip3 install --user kconfiglib empy pyros-genmsg jsonschema toml packaging future jinja2 &&     bash Tools/setup/ubuntu.sh --no-nuttx &&     DONT_RUN=1 make -j$(nproc) px4_sitl_default gazebo

See error:

16 59.73 fatal: could not read Username for 'https://github.com': No such device or address
#16 59.74 fatal: clone of 'https://github.com/Auterion/FlightGear-Rascal.git' into submodule path '/opt/px4/Tools/simulation/jsbsim/jsbsim_bridge/models/Rascal' failed
#16 59.74 Failed to clone 'models/Rascal'. Retry scheduled
#16 59.97 fatal: could not read Username for 'https://github.com': No such device or address
#16 59.97 fatal: clone of 'https://github.com/Auterion/FlightGear-Rascal.git' into submodule path '/opt/px4/Tools/simulation/jsbsim/jsbsim_bridge/models/Rascal' failed
#16 59.97 Failed to clone 'models/Rascal' a second time, aborting

Link to https://github.com/Auterion/FlightGear-Rascal also shows that repository does not exist

Expected behavior

Build px4

Screenshot / Media

No response

Flight Log

None

Software Version

Tested on 1.14.2, 1.13.2

Flight controller

SImulation

Vehicle type

None

How are the different components wired up (including port information)

No response

Additional context

No response

Midren avatar May 13 '24 12:05 Midren