Skip to content

Commit

Permalink
Update src/rai_extensions/rai_nomad/rai_nomad/nomad.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Majek <[email protected]>
  • Loading branch information
knicked and maciejmajek authored Sep 16, 2024
1 parent a4df68f commit b1a4888
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/rai_extensions/rai_nomad/rai_nomad/nomad.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# The contents of this file include code from (https://github.com/robodhruv/visualnav-transformer) as well as fork (https://github.com/RobotecAI/visualnav-transformer-ros2) with the following license:
# MIT License

# Copyright (c) 2023 Dhruv Shah, Ajay Sridhar, Nitish Dashora, Kyle Stachowicz, Kevin Black, Noriaki Hirose, Sergey Levine

# 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.

import os
from typing import Tuple
Expand Down

0 comments on commit b1a4888

Please sign in to comment.