-
Notifications
You must be signed in to change notification settings - Fork 1
Update to ROS2 Humble version #1
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?
Conversation
g0mb4
left a comment
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.
Thanks for the update! I really like it, but I'd prefer to leave out Docker. The installation steps from Dockerfile shoud be in the README.
Removed debugging artifacts
|
Moved docker to a separate branch and removed debugging artifacts. |
g0mb4
left a comment
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.
Thanks for the updates! Only one thing is missing form the updated readme: the installation of the updated GameData files.
The old step was this:
mkdir krpc; cd krpc wget https://github.com/nullprofile/krpc/releases/download/0.4.9-1.12.1/krpc-0.4.9-1.12.1.zip unzip krpc-0.4.9-1.12.1.zipCopy the GameData/kRPC directory into the GameData directory of Kerbal Space Program.
The path can be obtained through Steam (Right Click->Manage->Browse local files).
I did not use the official repo, because I did not find precompiled GameData objects at the time.
Can you please find a precompiled kRPC 0.5.2 (or add insturctions on how to compile one)?
Update to:
Plus dockerization for easier installation.