Skip to content

Commit

Permalink
Added fixes and switched back to rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Apr 20, 2024
1 parent e17914e commit df4dab3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/nouveau/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/robotic-decision-making-lab/blue:iron-desktop
FROM ghcr.io/robotic-decision-making-lab/blue:rolling-desktop

# Install ROS dependencies
# This is done in a previous stage, but we include it again here in case anyone wants to
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/nvidia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/robotic-decision-making-lab/blue:iron-desktop-nvidia
FROM ghcr.io/robotic-decision-making-lab/blue:rolling-desktop-nvidia

# Install ROS dependencies
# This is done in a previous stage, but we include it again here in case anyone wants to
Expand Down
2 changes: 1 addition & 1 deletion blue.repos
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories:
ardusub_driver:
type: git
url: https://github.com/Robotic-Decision-Making-Lab/ardusub_driver.git
version: develop
version: main

mobile_to_maritime:
type: git
Expand Down
4 changes: 0 additions & 4 deletions blue_demos/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<exec_depend>teleop_twist_keyboard</exec_depend>
<exec_depend>joy_teleop</exec_depend>
<exec_depend>joy_linux</exec_depend>
<exec_depend>auv_controllers</exec_depend>
<exec_depend>ardusub_bringup</exec_depend>
<exec_depend>blue_description</exec_depend>
<exec_depend>blue_bringup</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit df4dab3

Please sign in to comment.