ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

In the windows Ros install of noetic problem completing section 6.1

asked 2021-04-15 16:22:23 -0500

rgray1 gravatar image

updated 2021-04-24 03:10:52 -0500

miura gravatar image

Where do I enter the two codes:

("profiles" : { list: [ ... { "commandline" : "C:\Windows\System32\cmd.exe /k \"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat\" -arch=amd64 -host_arch=amd64 && set ChocolateyInstall=c:\opt\chocolatey&& c:\opt\ros\noetic\x64\setup.bat", "guid" : "{96dc8c23-de6f-4e7d-823d-60b3cc6b7ba8}", "icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", "name" : "ROS Noetic", "startingDirectory" : "c:\ws" },

and

"alwaysShowTabs" : true, "copyOnSelect" : false, "defaultProfile" : "{96dc8c23-de6f-4e7d-823d-60b3cc6b7ba8}", ....)

of 6.1 when attempt to enter them I get a error message:

C:\Windows\System32>"profiles" : '"profiles"' is not recognized as an internal or external command, operable program or batch file.

C:\Windows\System32> { '{' is not recognized as an internal or external command, operable program or batch file.

C:\Windows\System32> list: 'list:' is not recognized as an internal or external command, operable program or batch file.....

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-17 22:14:09 -0500

danzimmerman gravatar image

These are settings in settings.json in the new Windows Terminal, which you will need to install if you want.

https://docs.microsoft.com/en-us/wind...

It's optional and you can put the shell command in an old style developer command prompt but Windows Terminal is nice for ROS because it gives you a tabbed terminal.

I like it especially because I can rename the tabs to remind me which component is running in which.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-04-15 16:22:23 -0500

Seen: 341 times

Last updated: Apr 17 '21