Skip to content

Commit

Permalink
Add panda_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangGiang93 committed Nov 22, 2024
1 parent 7511cbc commit 9c74a5d
Show file tree
Hide file tree
Showing 25 changed files with 3,758 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ for var in "${vars[@]}"; do
# Check if ROS2 or ROS1 exists
if [ -f "/opt/ros/noetic/setup.bash" ]; then
source /opt/ros/noetic/setup.bash && source $MULTIVERSE_PATH/../multiverse_ws/devel/setup.bash
elif [ -f "/opt/ros/jazzy/setup.bash" ]; then
source /opt/ros/jazzy/setup.bash && source $MULTIVERSE_PATH/../multiverse_ws2/install/setup.bash
else
echo "Warning: ROS not found."
fi
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Blender 4.2.0 MTL File: 'None'
# www.blender.org
Loading

0 comments on commit 9c74a5d

Please sign in to comment.