rbonghi / jetson_easy

🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...
http://rnext.it/project/jetson-easy/
MIT License
287 stars 43 forks source link

Added Visual Studio Code to pkg installer #11

Closed Rafcin closed 5 years ago

Rafcin commented 5 years ago

I added a Visual Studio Code to the pkg installer, its not clean but it should install it correctly on all the Jetson devices and its a much better editor than Gedit or other arm based editors.

rbonghi commented 5 years ago

Thank you @Rafcin I'm checking!

Rafcin commented 5 years ago

Awesome! The gist files if they correctly install will replace the ones in VS and compile with Electron, if they do then all is good 👍. Also VSCode hopefully will be useful to people because of it's customization features + workspace and git control.

rbonghi commented 5 years ago

I have only fixed the size of the window and add an extra comment on the patch menu about the wifi fix.

Rafcin commented 5 years ago

Awesome!

Rafcin commented 5 years ago

I'm going to add some more stuff over the weekend regarding ROS Melodic, there's a lot of bugs I've found over time that probably should be looked at. Also have you considered switching the catkin_make to Catkin build?

Rafcin commented 5 years ago

Also one thing that I think will be useful is adding RTABMAP and having it compile from scratch becuase it allows you to also use the Zed SDK vs when you install it through apt it doesn't have that enabled/pathway set.