You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script installs a baseline ROS environment. There are several tasks:
30
32
31
-
<ul>
32
-
<li>Enable repositories universe, multiverse, and restricted</li>
33
-
<li>Adds the ROS sources list</li>
34
-
<li>Sets the needed keys</li>
35
-
<li>Loads specified ROS packages, defaults to ros-melodic-base-ros if none specified</li>
36
-
<li>Initializes rosdep</li>
37
-
</ul>
33
+
* Enable repositories universe, multiverse, and restricted
34
+
* Adds the ROS sources list
35
+
* Sets the needed keys
36
+
* Loads specified ROS packages, defaults to ros-melodic-base-ros if none specified
37
+
* Initializes rosdep
38
+
* Sets up `ROS_MASTER_URI` and `ROS_IP` in the `~/.bashrc` file
39
+
40
+
_**Note:** You will need to check your `~/.bashrc` file to make sure the ROS_MASTER_URI and ROS_IP are setup correctly for your environment. During configuration, a best guess is made which should be considered a placeholder._
38
41
39
42
You can edit this file to add the ROS packages for your application.
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.
47
-
48
-
<em><b>Note:</b> 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:</em>
49
-
50
-
<pre>
51
-
$ sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116
52
-
</pre>
49
+
where _optionalWorkspaceName_ is the name and path of the workspace to be used. The default workspace name is `~/catkin_ws`.
53
50
54
51
55
52
## Release Notes
53
+
54
+
### September, 2021
55
+
* v1.1
56
+
* Tested on L4T 32.6.1 (JetPack 4.6)
57
+
* Update ROS GPG Key
58
+
* Setup ROS_IP more intelligently
59
+
* Setup ROS_MASTER_URI and ROS_IP in installROS script instead of setupCatkinWorkspace
60
+
* Script wrangling and cleanup
61
+
* Should be the same as JetsonHacks/installROS
62
+
56
63
<strong>October 2019</strong>
57
64
* vL4T32.2.1
58
65
* L4T 32.2.1 (JetPack 4.2.2)
@@ -74,7 +81,7 @@ $ sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116
74
81
## License
75
82
MIT License
76
83
77
-
Copyright (c) 2017-2019 JetsonHacks
84
+
Copyright (c) 2017-2021 JetsonHacks
78
85
79
86
Permission is hereby granted, free of charge, to any person obtaining a copy
80
87
of this software and associated documentation files (the "Software"), to deal
# If you experience issues connecting to the keyserver, you can try substituting hkp://pgp.mit.edu:80 or hkp://keyserver.ubuntu.com:80 in the previous command.
0 commit comments