atinfinity / l4t-ros2-docker

This is a Dockerfile to make ROS 2 environment on Jetson device.
Apache License 2.0
34 stars 5 forks source link

Is sudo capability needed? #4

Closed brianlmerritt closed 1 year ago

brianlmerritt commented 1 year ago

Sorry to trouble you again, but is the ability to do sudo without password used for anything?

I have a fork and can remove myself, but was wondering if you have a specific use case or not.

Thanks if you have time to answer :D

atinfinity commented 1 year ago

@brianlmerritt In general, user should set a password for your account. I assumed that user uses this Dockerfile to build the development environment for prototype. So, it is structured this way to simplify the procedure. I' ll update at a later date.

brianlmerritt commented 1 year ago

Not a problem, just interested.