https://gns3.com/community/discussion/gns3-doesn-t-work-on-vmware-play

2023-05-16

swered Question
GNS3 doesn’t work on VMWARE player 15 ?

Hi guys,

today I try to install GNS3 on new VMWARE player 15 with VIX 1.17 but it doesn’t work.

This is the error:

Can you help me ?

Thanks you very much!

Operating System: Windows 10
GNS3 Software Version: 2.1.11
1 Person likes this
BY Lorenzo Ognibene
October 3rd, 2018
By Vishal Mane
October 3rd, 2018

  1. Make sure that GNS3 VM starts automatically as soon as you open GNS3 software. If not start GNS3 VM manually from vmware player and then open GNS3 software.

  2. Check proper IP host binding address in preferences.
    1 person likes this
    By Lorenzo Ognibene
    October 3rd, 2018

I have tried but it doesn’t still work…
By Jeremy Grossmann
October 4th, 2018

You must install VIX version 1.17: https://my.vmware.com/web/vmware/details?downloadGroup=PLAYER-1400-VIX1170&productId=734
2 people like this
By Lorenzo Ognibene
October 4th, 2018
Hi Jeremy,
I’m sorry but I have installed VIX 1.17
By Jeremy Grossmann
October 4th, 2018

What do you see when you run vmrun.exe from cmd.exe? The version should be seen in the output:

“C:\Program Files (x86)\VMware\VMware VIX\vmrun.exe”

Then try to start the GNS3 VM using vmrun:

“C:\Program Files (x86)\VMware\VMware VIX\vmrun.exe” -T player start “C:\Users\OGNLOR\Documents\Virtual Machines\GNS3 VM\GNS3 VM.vmx”
By Lorenzo Ognibene
October 4th, 2018

I see “Unable to connect to host” Error: the specified version was not found"
By Jeremy Grossmann
October 4th, 2018

What is the content of “vixwrapper-config.txt” in the VIX install directory (C:\Program Files (x86)\VMware\VMware VIX) ?
By Lorenzo Ognibene
October 4th, 2018
#@Version-Info

VixAllProducts revision mapping

This file translates product version specifications into the appropriate Vix

implementations.

Each @Version-Info line has 5 white-space seperated entries:

provider-type: ws, esx, viserver, etc

apiVersion: the apiVersion supported, as passed in from VixHost_Connect()

ipc-type: none, vmdb, vmodl, cim

product-version: the product version string

implementation-directory: the path to the library that implements the

version described by the first 4 parameters

The configuration is based on the first 4 fields, which describe

the product. The 5th field is the location. To force it to try

multiple location, the same configuration can be repeated. Note that

list is built in LIFO order, so the latest entry in the configuration

will be the first used. If for some reason that value fails, it will

continue through any other matches.

Workstation 14.0.0

ws 19 vmdb 14.0.0 Workstation-14.0.0
player 19 vmdb 14.0.0 Workstation-14.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-14.0.0
player 19 vmdb e.x.p Workstation-14.0.0

EOF

By Jeremy Grossmann
October 4th, 2018

Looks like VIX is stuck on VMware 14… Try to uninstall both VIX and VMware player. Then reinstall VMware player and finish with VIX.
By Lorenzo Ognibene
October 4th, 2018
I try but it doesn’t change. I try to modifiy the file as yours but it doesn’t work.
By Jeremy Grossmann
October 4th, 2018

What is the content of open_source_licenses.txt in VIX install directory? I just need the first few lines.

Thanks!
By Lorenzo Ognibene
October 4th, 2018
open_source_license.txt

VMware VIX API 1.17.0 GA
By Lorenzo Ognibene
October 4th, 2018
I have uninstalled VMware Player and VIX also files with regedit and then I reinstalled all but it doesn’t change
By Jeremy Grossmann
October 4th, 2018

I have installed VMware Player and VIX from scratch and now I get the same issue as you. I can see these entries in vixwrapper-config.txt.

Workstation 14.0.0

ws 19 vmdb 14.0.0 Workstation-14.0.0
player 19 vmdb 14.0.0 Workstation-14.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-14.0.0
player 19 vmdb e.x.p Workstation-14.0.0

It looks like the standalone VIX 1.17 version doesn’t support VMware Workstation Player 15 😦

However when I install VMware Workstation Pro 15, a VIX directory is also installed which contains a directory named “Workstation-15.0.0” and the correct entries in vixwrapper-config.txt. The open_source_license.txt files also shows VMware VIX API 1.17.0 GA. My guess is that this is a completely different build that the standalone version. Thanks to VMware to make our like easier!

C:\Program Files (x86)\VMware\VMware Workstation>vmrun.exe

vmrun version 1.17.0 build-10134415

What is your build number?
By Arjun Bhandari
November 19th, 2018
I am having the same problem. Please help!
By Jeremy Grossmann
October 4th, 2018

For information, here is the content of my vixwrapper-config.txt file (I have Workstation Pro 15 installed)

#@Version-Info

VixAllProducts revision mapping

This file translates product version specifications into the appropriate Vix

implementations.

Each @Version-Info line has 5 white-space seperated entries:

provider-type: ws, esx, viserver, etc

apiVersion: the apiVersion supported, as passed in from VixHost_Connect()

ipc-type: none, vmdb, vmodl, cim

product-version: the product version string

implementation-directory: the path to the library that implements the

version described by the first 4 parameters

The configuration is based on the first 4 fields, which describe

the product. The 5th field is the location. To force it to try

multiple location, the same configuration can be repeated. Note that

list is built in LIFO order, so the latest entry in the configuration

will be the first used. If for some reason that value fails, it will

continue through any other matches.

Workstation 15.0.0

ws 19 vmdb 15.0.0 Workstation-15.0.0
player 19 vmdb 15.0.0 Workstation-15.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-15.0.0
player 19 vmdb e.x.p Workstation-15.0.0

EOF

By James Allez
October 11th, 2018
Hi is it possible if you could help me solve my similiar problem of this over Teamviewer sometime? I’ve been trying for days to resolve my issue. Would much appreciate it.
By Arjun Bhandari
November 19th, 2018
Solved! I uninstalled Workstation Player 15 and installed 14 and VIX 1.17. It’s working now.
By Trent Lawrence
December 19th, 2018
Support over Teamviewer? Is there a premium support package that includes remote support by the GNS3 developer that I wasn’t aware of?
By Jeremy Grossmann
October 4th, 2018

This is the VMware VIX directory I get when installing VMware Workstation Pro 15:

One solution could be for you to install the trial version of VMware Workstation Pro 15, backup the VIX directory and vmrun.exe (in the Workstation directory), then uninstall the Pro version and install Player + VIX and finally copy backed up files to the standalone VIX directory.
4 people like this
By Lorenzo Ognibene
October 4th, 2018
Thank you very much Jeremy!
This is the correct solution for my problem ! Now It works.
By Peter Bass
October 19th, 2018
I did not have this issue but I have another issue with GNS3 (the latest version) and VMware pro 15. I am not able to get my VMs imported into GNS3 work with my network devices. Network devices and ping each other, I downloaded a windows appliance from GNS3 and that would ping network devices fine but VMware VMs would not.
By Ryan Emfinger
October 21st, 2018
I recently also ran into the problem with the VMware Workstation player not working, but after following the above example my VM loaded with GNS3 like it’s supposed to and now I can finally start using this software for Labs. So thanks for the Workaround, Jeremy!
By izzinwa izzinwa
October 24th, 2018
when you copy the VIX directory and vmrun.exe to the VMWARE VIX folder, are you replacing the files already in there?
please clarify on the copying “finally copy backed up files to the standalone VIX directory”

thanks
By Ernest Louie
November 1st, 2018
I just installed VMware Player 15 and VIX 1.15 and am getting same type of error:
Error while saving settings: GNS3VM: Error while executing VMware command: vmrun has returned an error: Unable to connect to host.
Error: The specified version was not found

Now… I believe the VMware Pro is NOT free, correct?
By G. T.
November 2nd, 2018
Hello Jeremy,

so I tried this method back and forth and I couldn’t get it to work. Is there anything else you did to make it work? @Ernest: You are absolutely right! VMware Pro 15 is NOT free, yat interestingly it is working like a charm… It´s something about the VIX API wich is preventing VMware Player from working. Anyone else have an idea?
By Ernest Louie
November 3rd, 2018
@G.T. : Yes, I resolved my issue by:

  1. Uninstalling VMware Player 15.
  2. Unistalled VIX.
  3. Downloaded VMware Player 14 and installed it.
  4. Downloaded VIX 1.17 (per the link that Jeremy provided above [You must install VIX version 1.17: https://my.vmware.com/web/vmware/details?downloadGroup=PLAYER-1400-VIX1170&productId=734].
  5. Player 15 may have worked as well, because the VIX version I had initially installed was v1.15 instead of v1.17 that is recommended by Jeremy. BTW - Thanks Jeremy for all you do!!!

By G. T.
November 6th, 2018
Hello again,
after trying for about a week I finally decided to actually buy VMware Worstation Pro 15 (I can put it to good use in other projects). As I said before, I have tested VMware Workstation Pro 15 trial in GNS3 2.1.11 and it worked like a charm. The suggested method of backing up the VIX directory from VMware Pro and using it with VMware Player and VIX API 1.17 didn’t work. So the solution is either to downgrade to VMware Player 14 or to upgrade to the Workstation Pro version. At least for now…
By Liam Eastwood
November 14th, 2018
I’ve spent countless hours trying to fix what seems like a simple problem. What worked for me was to:

  1. Download and install VMware Workstation Pro.
  2. Open file location of the program and go back to the VMware folder and copy VIX that was installed alongside Workstation Pro to the desktop.
  3. Uninstall Workstation Pro and install Workstation Player 15.
  4. Install VIX 1.17 and open file location.
  5. Copy over VIX files from desktop folder to the recently installed VIX and opt to replace any already existing files and then proceed to set up GNS3.
    By Jamaal Bailey
    January 8th, 2019
    Thank you all for your feedback. I was finally able to get GNS3 to work with VMware Player 14 after about 2 days of messing around with it by uninstalling version 15 and making sure to have Vix 1.17 installed along with it. Thanks again.
    By Kirill Orlov
    April 15th, 2019
    Thank you so muuuuch!!! you saved my night!!
    By Michael Audet
    November 24th, 2018

Workstation Player 14:
https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0|PLAYER-1415|product_downloads

VIX: 1.17.0
https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0|PLAYER-1415|drivers_tools

Note:
The original VIX tools URL that is recommended is not correct as it only shows version 15 (not 17 which is required with player 14):
https://www.vmware.com/support/developer/vix-api/

4 people like this
By OYEDELE OYELEYE
December 30th, 2018
I had the same problem and i followed the instructions. It worked like magic. Thanks
By Kirill Orlov
April 15th, 2019
Thank you! Works great!
By Ryan Caputo
May 24th, 2019
You can also use vix 1.17.0 with Workstation Player 15 by changing the vixwrapper-config.txt
from

ws 19 vmdb 14.0.0 Workstation-14.0.0
player 19 vmdb 14.0.0 Workstation-14.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-14.0.0
player 19 vmdb e.x.p Workstation-14.0.0

to

ws 19 vmdb 15.1.0 Workstation-14.0.0
player 19 vmdb 15.1.0 Workstation-14.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-14.0.0
player 19 vmdb e.x.p Workstation-14.0.0
By Camilo Castro
July 1st, 2019
Thank you Ryan Caputo, when using 15.1.0 with VIX 1.17; changing the vixwrapper-config.txt to:

ws 19 vmdb 15.1.0 Workstation-14.0.0
player 19 vmdb 15.1.0 Workstation-14.0.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-14.0.0
player 19 vmdb e.x.p Workstation-14.0.0

Worked for me, Kudos!!

Thank you again.
By A Tafilaj
July 3rd, 2019
instaled a fresh copy of gns3 2.2.0b3 with WMware workstation 15 player 15.1.0 build-13591040.
Instaled VIX version 1.17
changed vixwrapper-config:

Workstation 15.1.0

ws 19 vmdb 15.1.0 Workstation-15.1.0
player 19 vmdb 15.1.0 Workstation-15.1.0

latest un-versioned

ws 19 vmdb e.x.p Workstation-15.1.0
player 19 vmdb e.x.p Workstation-15.1.0

Renamed the folder:
C:\Program Files (x86)\VMware\VMware VIX\Workstation-14.0.0
to
C:\Program Files (x86)\VMware\VMware VIX\Workstation-15.1.0

Working now
By Pranav Tilekar
November 26th, 2018
Hello All,

Workstation Player 15 worked for me with the above approach. But when I restarted PC or switched on PC next day. GNS3VM starts when I start GNS3, but GNS3 VM remains greyed , does not turn to green.
By Adam Knutson
November 30th, 2018
Once again, GNS3 proves painful to install. I was getting my hopes up because the install instructions seem to have improved.

Liam Eastwood’s solution for this VIX/VMware problem worked for me.
By Trent Lawrence
December 19th, 2018
“Once again, GNS3 proves painful to install.”

As a VIRL subscriber, I’m appreciative of how easy and strait forward the installation process has been, and continues to be, particularly compared to the alternative. When I upgrade my version of VMware to 15, and the functionality breaks my installation, I’ll inform the few developers who work on this free project, of the issue, support them any way I can in pinpointing the bug by copying relevant configs. And then thank them for all their hard work in continuing to make GNS3 installation and operation smooth and well maintained.

But hey, that’s just me.
By MK IV
December 17th, 2018
Does this thread basically mean that it just doesn’t work in Player 15 at all? I’m having a different issue, there is no error or red text in GNS3 GUI, but the GNS3 VM stays grayed out and says “Starting” forever. VMWare Player does launch automatically when GNS3 launches, the VM even starts and makes it all the way to the splash screen that displays the VM’s IP Address, but in the GNS3 GUInothing ever changes. GNS3 VM stays grayed out and says that it is “starting.”

I tried doing it through the setup wizard, but then it infinitely cycles on “Waiting” when it tries to pull in the VM. I suppose I should just try it out with Player 14 and VIX 1.17.0?
By MK IV
December 17th, 2018
So I decided to just try it out rather than waiting for a reply. I got Player 14 and VIX 1.17 from the links Michael Audet provided above. Lo and behold less than 10 minutes later, good to go. Worked like a charm!

You should please update the GNS3 Documentation to reflect the correct versions of VMWare Player and VIX to install.

Thanks a bunch community!
By Jeremy Grossmann
December 21st, 2018

For those who want to buy Workstation Pro 15, we have a 20% discount just for GNS3 users: https://gns3.com/marketplace/software/workstation-pro-15

Please use VMware workstation Player 14 and VIX 1.17 if you want a completely free solution. VMware workstation Player 15 is NOT recommended at the moment because VMware hasn’t released a compatible VIX API version.
By ahmed alshawaf
December 27th, 2018
I think GNS3 is the most silly application I used , ensp for huawei is more reliable and fast
By Mark Ross
January 1st, 2019
Tried toggling the headless checkbox in preferences?

Also there is a related thread at https://communities.vmware.com/thread/601168

HTH
By Rob Bonney
May 27th, 2019
I spent a week installing and error checking…all I needed to do was use player 14! please could someone put that on the install guide. Thanks for the info. Now to learn about networking and not more VMware debug!
By Rich D
May 28th, 2019

I have GNS3 2.18 running with VMWare Player 15.1 but I had to use the Main Server option (local NOT enabled) with Auth and gns3/gns3 - rather than GSN3 VM. This option doesn’t use the VIX API AFAIK but I’m not sure if that makes a difference (if using main server). I’m new to using GNS3 so maybe it is only makes a difference with advanced use-cases? I know I have to manually start the VM before starting GNS3 but that is the only difference I know of.

I also just tried the 2.2a3 version with Hyper-V and again I had to make tweaks - i.e. I would get random IPs with “Default Switch” so I chose my own custom switch (external) so it used DHCP and I set a reserved IP. I then used Main server (using that reserved IP) with auth and gns3/gns3 and it works. I can save configs, reboot, and everything still works so I don’t know why using the GNS3 VM option is better.
By Braulio Cirilo
June 19th, 2019
Installed VMware 14 and VIx 1.17 and it fixed the same issue for me. thank you!
By Colin Buley
June 21st, 2019
Hi Guys [new poster] here…
I have been running vmware v15 / gns3 v2.1.21 / never touched VIX!!!
All working together like good little boys but still in noobie learning mode.

Regards Colin
By Jeremy Grossmann
June 22nd, 2019
VIX is only needed for VMware workstation player. Please let us know if we missed something 😉
By Colin Buley
June 24th, 2019
I am sorry for keep putting my foot in my mouth in these posts but since I have never used player I keep forgetting it exists for those that have used it from the beginning.

Regards Colin
By Jeremy Grossmann
June 24th, 2019
No worries 😃
This answers the question
By Rich D
June 25th, 2019
I never saw any replies to my post about using VMWare player 15.1 and the main server option (not local) and putting in the IP address. What functionality loss could I expect using that setup - other than having to manually start it, etc.? I haven’t had much time to spend with it yet and will probably even start working with V2.2 and Hyper-v as soon as it is out of beta.
By Jeremy Grossmann
June 25th, 2019
Hi,

There is no functionality loss using VMWare Player 15.1 and the main server option, I actually recommend it if you don’t need to run any node on your host OS. The only advantage of using the GNS3 VM feature in the preferences is the auto start/shutdown of the VM and also it is easier to share your projects with other users who use the GNS3 VM.

Regarding version 2.2, please note we currently have issues with Hyper-V when running IOU: https://github.com/GNS3/gns3-gui/issues/2815

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

https://gns3.com/community/discussion/gns3-doesn-t-work-on-vmware-play 的相关文章

  • 带有 pfx 文件的 Azure https

    我正在尝试创建一个https我的天蓝色服务的端点 我被给予了p7b我转换成的文件cer文件 来自cer我能够用几行 c 转换为pfx var cert new X509Certificate2 certpath var bytes cert
  • 如何从 C# 等托管代码中使用 ActiveX 组件的嵌入式免注册清单?

    我想使用未在系统或用户范围内注册的特定版本的 ActiveX 组件 如果我使用清单文件 一切都会按预期工作 但是 嵌入式清单仅适用于 C 客户端代码 这是依赖声明
  • 通过代理服务器访问HTTPS站点

    我正在添加代码以使用代理服务器访问互联网 从正常 HTTP 位置请求文件时 该代码可以正常工作 但在访问安全位置 HTTPS 时则不起作用 这是运行良好的代码 URL http UnSecureSite net file xml Dim w
  • 允许连接到完整性级别不匹配的 .NET COM 服务器

    我在基于 COM 的客户端 服务器设置方面遇到问题 COM 服务器是用 C NET 4 0 编写的 并作为 注册的 本地服务器运行 根据连接到服务器的应用程序 其他客户端将收到服务器执行失败 HRESULT 异常 0x80080005 CO
  • 在 Windows 上向 Apache Bench 添加 https 支持

    我的 Windows 7 计算机上有 Apache 服务器 2 2 15 并且我想在使用 https 的服务器上运行 Bench 但当我跑步时ab myopts https example com https example com I g
  • Java HTTPS客户端证书认证

    我对HTTPS SSL TLS我对客户在使用证书进行身份验证时到底应该提供什么内容感到有点困惑 我正在编写一个 Java 客户端 需要执行一个简单的操作POST数据到特定的URL 这部分工作正常 唯一的问题是它应该重新完成HTTPS The
  • 对登录 Instagram 的 PhantomJS 代码进行故障排除

    我编写了这个 PhantomJS 脚本来自动登录 Instagram 它可以成功填写表单字段并按提交按钮 但它总是被重定向回登录屏幕并显示以下消息 你的用户名或密码不正确 我 100 确信凭据是正确的 并且我用多个 Instagram 帐户
  • 仅使用 .htaccess 在某些页面上将 http 重写为 https

    我知道关于我的问题有很多话题 我检查了所有这些并尝试了它们 但无法使其工作 我只需要在某些页面上将 http 重写为 https 访问 https 页面后 URL 将返回到 http 这是我到目前为止所拥有的 Rewrite Rules f
  • https 安全 cookie 是否可以防止 XSS 攻击?

    https 连接是否可以保护 cookie 并防止 XSS 攻击 我有一个简单的博客 允许用户输入 JavaScript 代码作为输入 我希望允许用户输入 Javascript 同时仍然防止 XSS 攻击和 cookie 窃取 https
  • 将字符缓冲区从 .NET 传递到 COM 并获取更新

    我有从 C 调用以下 COM 方法 该方法在提供的缓冲区中返回一个字符串pchText 这是not必须以零结尾 和复制的字符数pcch HRESULT Next in out long pcch out size is pcch OLECH
  • 使用 python mechanize 库登录 https 站点

    我有以下代码 import requests import sys import urllib2 import re import mechanize import cookielib import json import imp prin
  • Node.js 中的 HTTPS 代理服务器

    我正在开发一个node js代理服务器应用程序 我希望它支持HTTP and HTTPS SSL 协议 作为服务器 我目前正在使用node http proxy https github com nodejitsu node http pr
  • 使用node.js/Express从HTTP重定向到HTTPS

    有什么方法可以更改我的 Web 应用程序以侦听 HTTPS 而不是 HTTP 我正在使用node js express 我需要它来侦听 HTTPS 因为我正在使用地理定位 而 Chrome 不再支持地理定位 除非从 HTTPS 等安全上下文
  • PhantomJS 无法打开 HTTPS 站点

    我使用以下基于 loadspeed js 示例的代码来打开一个 https 站点 该站点也需要 http 服务器身份验证 var page require webpage create system require system t add
  • 无对等证书例外 - Volley 和具有自签名证书的 Android

    我正在尝试让我的应用程序通过 https 与我的服务器通信 由于我不想付费让受信任的 CA 签署我的服务器证书 解决方案是使用自签名证书 因此 我创建了 caconfig cnf 如下所示 ca default ca CA default
  • C# - 挂钩现有 COM 对象

    假设我们有一个现有进程 或应用程序 它从 ocx 文件 例如 MyCOMLibrary ocx 调用 COM 对象 有没有办法编写一个 C 库来精确复制 ocx 文件 这样原始应用程序就可以调用您的 C 代码而不是原始 COM 对象 当然
  • 如何使用 node.js 请求模块使用我自己的证书进行 SSL 调用?

    我正在使用 node js 和此请求模块对另一台服务器进行 HTTP 调用 https github com mikeal request https github com mikeal request 效果很好 我现在需要修改此代码以使用
  • 使用 https 的 Java Jersey RESTful Web 服务

    我是 Java EE 的新手 正在开发一个 RESTful API 其中每个 API 调用用户都会发送编码的凭据 我的问题是如何通过默认的 http 实现 https 协议并确保我的连接安全 我正在使用 Jersey Restful Web
  • 从delphi应用程序调用.net4.0 com服务器后出现错误异常

    我们正在将代码库从 BDS2006 迁移到 Rad Studio XE 我们发现了一些非常奇怪的行为 如果我们在从 Net4 0 中实现的 COM 服务器创建一些对象后进行无效的浮点运算 即除以零 我们不会没有得到正常异常 即 EDivis
  • .NET 组件和 COM 组件有什么区别

    NET 组件和 COM 组件之间有什么区别 有时我们使用 NET 组件包含在我们的项目中 有时我们包含 COM 引用 背后的想法是什么 NET 组件是托管代码 内存处理已为您完成 COM http en wikipedia org wiki

随机推荐

  • fegin调用的时候数据格式转换为linkedhashmap

    在spring cloud项目开发中 xff0c 使用fegin进行远程调用 1 接口服务方返回类型为Map String Object 类型 2 接口调用方返回值类型也是Map String Object 3 通过fegin调用之后返回的
  • 一个字符串截取函数c语言

    刚开始学习c语言 xff0c 标准库中总是有很多函数没有 xff0c string h中的字符串处理函数好像不是很多 xff0c 在做栈的例子用需要用到一个字符串按位置截取的函数 xff0c 就自己写一个 xff0c 超简单 char su
  • RAF_DB数据集分类_3

    混淆矩阵 这里ECANet太长了 xff0c 我这里直接利用resnet代替一下 xff0c 你可以直接替换 xff0c 然后把权重对应好即可 xff0c 这只是一个简单的混淆矩阵生成 xff0c 没有太多美化 span class tok
  • docker镜像的创建

    目录 基于现有镜像创建 首先启动一个镜像 xff0c 在容器里做修改 然后将修改后的容器提交为新的镜像 xff0c 需要使用该容器的ID号创建新镜像 基于本地模板创建 导入镜像 基于Dockerfile创建 联合文件系统 xff08 Uni
  • ROS源码分析--子话题-catkin

    catkin简介 catkin简介 packagexml 格式1格式2 CMakeListtxtmeta package典型ROS应用添加自定义message文件 修改packagexml修改CMakeListtxt find packag
  • vnc安装和开机自启设置

    一 安装VNC 键入以下命令以在 Ubuntu 服务器上安装 TigerVNC xff1a sudo apt install tigervnc standalone server tigervnc common 现在安装了 VNC 服务器
  • 【Linux】线程安全篇Ⅰ

    文章目录 0 概述1 线程不安全举例1 1 前提知识铺垫1 2 场景模拟1 3 代码模拟 2 互斥2 1 什么是互斥2 2 互斥锁的原理 amp amp 特性2 3 互斥锁的计数器如何保证原子性2 4 互斥锁的接口2 4 1 初始化接口2
  • PX4/APM/飞控的学习笔记前言-Cxm

    开始了 开始了 终于有时间可以学习飞控了 此文章是用来当目录 我会持续更新我的学习之旅 希望能对各位有所帮助 如果有错误的地方还请各位前辈指点 此帖持续更新后续内容 其实从21年的一月就开始学习飞控一开始是从PX4开始学习 但是因为对liu
  • kubernetes 中文版

    这个文档非常好用 xff0c 建议收藏 无水印版 https pan baidu com s 1LSI46GBENd90Z06FnuaKmw lukb
  • SimpleBGC三轴云台用户手册

    SimpleBGC三轴云台用户手册 V1 00 硬件平台 xff1a STorM BGC V1 31 软件框架 xff1a SimpleBGC V1 00 本方案是采用俄版STorM BGC硬件平台 xff0c 软件采用SimpleBGC架
  • typedef和define有什么区别

    typedef和define都是替一个对象取一个别名 xff0c 以此增强程序的可读性 xff0c 区别如下 xff1a xff08 1 xff09 原理不同 define是C语言中定义的语法 xff0c 是预处理指令 xff0c 在预处理
  • 接口返回报错 resource notfound,plrase check path

    1 报错原因 post请求的content type application x www form urlencoded 但是请求体中设置的是json数据 34 date 34 34 2022 01 01 34 34 inclTransfe
  • Java中枚举的线程安全性及序列化问题

    一 枚举是如何保证线程安全的 要想看源码 xff0c 首先得有一个类吧 xff0c 那么枚举类型到底是什么类呢 xff1f 是enum吗 xff1f 答案很明显不是 xff0c enum就和class一样 xff0c 只是一个关键字 xff
  • Vscode配置Git

    vscode安装git 首先我们要确保我们下载了vscode和git xff0c 接下来就是给vscode配置git的步骤 xff1a 配置git环境变量 xff08 path值为git安装位置的cmd文件夹 xff09 xff0c 如图
  • SLAM-6视觉里程计里面特征点计算的缺点所做的改进

    缺点的改进方法 xff1a 由于之前的视觉里程计要计算关键点和描述子 xff0c 花费大量的时间 xff0c 有两种办法可以避免 1 只计算关键点 xff0c 通过光流法追踪关键点的运动 xff0c 可以得到同一个关键点在不同时刻图片的位置
  • SLAM8-后端的其他方法,BA与图优化,Pose Graph优化的理论与公式详解、因子图优化

    1 BA方法 Bundle Adjustment翻译过来是 光束调整 xff0c 意思是每个特征反射的光束 xff0c 通过调整它们的空间位置和相机姿态 xff0c 使它们都汇聚到相机光心 xff0c 这个过程叫BA 假定世界坐标系下的点p
  • 【动手学深度学习】 2预备知识

    李沫 动手学习深度学习 课程学习 需要预备的知识原因重点线性代数处理表格数据矩阵运算微积分决定以何种方式调整参数 损失函数 xff08 loss function xff09 衡量 模型有多糟糕 这个问题的分数 梯度 xff08 gradi
  • JDK源码之-java.lang.Object

    JDK源码之 java lang Object public final native Class lt gt getClass public native int hashCode public boolean equals Object
  • Apm飞控学习笔记之-电机解锁和故障保护-Cxm

    前言 CSDN https mp csdn net mp blog creation editor 122115245 这边说的解锁是指的非自动解锁和地面站解锁 常规解锁流程 61 安全开关 gt 内八解锁 这一篇会介绍整个解锁流程以及飞控
  • https://gns3.com/community/discussion/gns3-doesn-t-work-on-vmware-play

    swered Question GNS3 doesn t work on VMWARE player 15 Hi guys today I try to install GNS3 on new VMWARE player 15 with V