Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. - chrislgarry/Apollo-11
The goal is to be a repo for the original Apollo 11 source code. As such, PRs are welcome for any issues identified between the transcriptions in this repository and the original source scans for Luminary 099 and Comanche 055, as well as any files I may have missed. Contributing Please ...
The Source Code A few years ago, Ron Burkey releasedthe source code for Apollo 11. He put a ton of work into this. This is the source code for the Apollo Guidance Computer, or AGC. Not only can you download the source code, but he created a simulator for the AGC, at theVirtual AG...
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. apollonasahacktoberfestagc UpdatedJan 4, 2025 Assembly ApolloAuto/apollo Star25.5k Code Issues Pull requests Discussions An open autonomous driving platform ...
Apollo open source platform only has the source code for models, algorithms and processes, which will be integrated with cybersecurity defense strategy in the deployment for commercialization and productization. Please refer to the Disclaimer of Apollo in Apollo's official website. Connect with us Ha...
下载source code的压缩包,解压后,目录apollo-x.x.x\scripts\sql apolloportaldb.sql apolloconfigdb.sql 特别注意,如果已经安装过apollo,直接执行会删除之前的数据 下载同一个releases的三个安装包和source code的压缩包, 才能保证安装包和sql版本一致。 apolloconfigdb.sql apolloportaldb.sql 在source code的压缩包...
从GitHub Release页面下载Source code包或直接clone源码 创建数据库 Apollo服务端共需要两个数据库,ApolloPortalDB和ApolloConfigDB 注:ApolloPortalDB只需要执行部署一次即可,而ApolloConfigDB需要在每个环境部署一套,如:有开发(dev)和生产(pro)两个环境,则需要在开发环境和生产环境分别部署ApolloConfigDB数据库,ApolloPor...
11 stop { 12 reason_code: STOP_REASON_CROSSWALK 13 reason: "stop by CW_2832" 14 stop_point { 15 x: 586261.32841311616 16 y: 4141304.5687306495 17 } 18 stop_heading: -1.7966564290127005 19 change_lane_type: FORWARD 20 } 21 } 22 object_decision { 23 decision { 24 id: "CW_2832" 25 ...
303 lidardata.intensity = msop_ptr[point_idx + 11];304 lidardata.time = point_time;305 convertCoordinate(lidardata); // 第二个点306 }307 }308 last_packet_time = packet_end_time;309 }310}311 312int LslidarLS128S2Parser::convertCoordinate(...
1、这个示例应该算是一个静态迁移,也就是说配置更新后要重启应用才能体现更新,目的是展示现有配置的如何迁移。 2、如果要实现更新配置后动态去更新而不重启应用的操作,比如ZK地址和数据库地址这些,下一篇再详细实践。 3、下面的示例是基于ZK实现的服务注册与发现,而只通过实现服务提供者的那部分,不实现服务消费者的...