Skip to content

A template for ROS2 development and deployment on NVIDIA Jetson

License

Notifications You must be signed in to change notification settings

Factor-Robotics/jetson_ros2_workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetson_ros2_workspace

A template for ROS2 development and deployment on NVIDIA Jetson

Enable Docker Default Runtime:

  • Add "default-runtime": "nvidia" to your /etc/docker/daemon.json $ vi /etc/docker/daemon.json
    {
        "runtimes": {
            "nvidia": {
                "path": "nvidia-container-runtime",
                "runtimeArgs": []
            }
        },
        "default-runtime": "nvidia"
    }
    
  • Restart docker or Reboot system $ sudo systemctl restart docker

About

A template for ROS2 development and deployment on NVIDIA Jetson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published