All Projects → jetsonhacks → Installrostx2

jetsonhacks / Installrostx2

Licence: mit
Install Robot Operating System (ROS) on NVIDIA Jetson TX2

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Installrostx2

Turtlebot exploration 3d
Autonomous Exploration package for a Turtulebot equiped with RGBD Sensor(Kinect, Xtion)
Stars: ✭ 109 (-9.92%)
Mutual labels:  ros
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1450.41%)
Mutual labels:  ros
Robot blockly
A simple way to program ROS robots using blockly.
Stars: ✭ 115 (-4.96%)
Mutual labels:  ros
Utbm robocar dataset
EU Long-term Dataset with Multiple Sensors for Autonomous Driving
Stars: ✭ 109 (-9.92%)
Mutual labels:  ros
Bebop autonomy
ROS driver for Parrot Bebop Drones 1.0 & 2.0
Stars: ✭ 111 (-8.26%)
Mutual labels:  ros
Dolly
🤖🐑 It's a sheep, it's a dolly, it's a following robot. Dolly was born to be cloned.
Stars: ✭ 113 (-6.61%)
Mutual labels:  ros
Vim Ros
Vim plugin for ROS development
Stars: ✭ 106 (-12.4%)
Mutual labels:  ros
Fast 3d Pointcloud Segmentation
Fast 3D point cloud segmentation using supervoxels with geometry and color for 3D scene understanding
Stars: ✭ 122 (+0.83%)
Mutual labels:  ros
Robotiq
Robotiq packages (http://wiki.ros.org/robotiq)
Stars: ✭ 110 (-9.09%)
Mutual labels:  ros
Arm Vo
Efficient monocular visual odometry for ground vehicles on ARM processors
Stars: ✭ 115 (-4.96%)
Mutual labels:  ros
Robotics setup
Setup Ubuntu 18.04, 16.04 and 14.04 with machine learning and robotics software plus user configuration. Includes ceres tensorflow ros caffe vrep eigen cudnn and cuda plus many more.
Stars: ✭ 110 (-9.09%)
Mutual labels:  ros
Exotica
Extensible Optimization Framework
Stars: ✭ 111 (-8.26%)
Mutual labels:  ros
Mesh navigation
ROS Mesh Navigation Bundle
Stars: ✭ 114 (-5.79%)
Mutual labels:  ros
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+1395.87%)
Mutual labels:  ros
Se2clam
SE(2)-Constrained Localization and Mapping by Fusing Odometry and Vision (IEEE Transactions on Cybernetics 2019)
Stars: ✭ 116 (-4.13%)
Mutual labels:  ros
Ti mmwave rospkg
TI mmWave radar ROS driver (with sensor fusion and hybrid)
Stars: ✭ 108 (-10.74%)
Mutual labels:  ros
Stereo dense reconstruction
Dense 3D reconstruction from stereo (using LIBELAS)
Stars: ✭ 113 (-6.61%)
Mutual labels:  ros
Rosbag.js
ROS bag file reader for JavaScript 👜
Stars: ✭ 122 (+0.83%)
Mutual labels:  ros
Ros2learn
ROS 2 enabled Machine Learning algorithms
Stars: ✭ 119 (-1.65%)
Mutual labels:  ros
Ros seminar
Lecture and Reference Material
Stars: ✭ 114 (-5.79%)
Mutual labels:  ros

installROSTX2

Install Robot Operating System (ROS) on NVIDIA Jetson TX2

These scripts will install Robot Operating System (ROS) on the NVIDIA Jetson TX2 development kit.

For L4T 28.2 (JetPack 3.2)

See releases or tags for earlier versions.

The script is based on the Ubuntu ARM install of ROS Kinetic: http://wiki.ros.org/kinetic/Installation/Ubuntu

Maintainer of ARM builds for ROS is http://answers.ros.org/users/1034/ahendrix/

There are two scripts:

installROS.sh

Usage: ./installROS.sh  [[-p package] | [-h]]
 -p | --package <packagename>  ROS package to install
                               Multiple Usage allowed
                               The first package should be a base package. One of the following:
                                 ros-kinetic-ros-base
                                 ros-kinetic-desktop
                                 ros-kinetic-desktop-full
 

Default is ros-kinetic-ros-base if no packages are specified.

Example Usage:

$ ./installROS.sh -p ros-kinetic-desktop -p ros-kinetic-rgbd-launch

This script installs a baseline ROS environment. There are several tasks:

  • Enable repositories universe, multiverse, and restricted
  • Adds the ROS sources list
  • Sets the needed keys
  • Loads specified ROS packages, defaults to ros-kinetic-base-ros if none specified
  • Initializes rosdep

You can edit this file to add the ROS packages for your application.

setupCatkinWorkspace.sh Usage:

$ ./setupCatkinWorkspace.sh [optionalWorkspaceName]

where optionalWorkspaceName is the name of the workspace to be used. The default workspace name is catkin_ws. This script also sets up some ROS environment variables. Refer to the script for details.

Note: On June 7, 2019 the GPG key for ROS was changed due to security issues. If you have ROS installed on your system before this, you should delete the GPG key:

$ sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116

Release Notes

June 2019

  • L4T 28.2
  • Update GPG Key for ROS server

April 2018

  • L4T 28.2

November 2017

  • L4T 28.1

March 2017

  • Initial Release
  • L4T 27.1

License

MIT License

Copyright (c) 2017-2018 Jetsonhacks

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].