Skip to content

Commit

Permalink
set up ros better
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Feb 12, 2024
1 parent c65ae52 commit 22b7659
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ colcon build

#cd /home/lcas/ws
#colcon build
echo "source /opt/ros/lcas/install/setup.bash" >> ~/.bashrc
echo "source /opt/ros/lcas/install/setup.bash" >> /etc/bash.bashrc

16 changes: 8 additions & 8 deletions .devcontainer/on_limo/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
// Use "dockerFile tag to build container using Dockerfile, or image tag to build using prebuilt image
// "dockerFile": "Dockerfile",
//"image": "westonrobot/limo_ros:humble_22082023",
"name": "limo_ros2",
"name": "limo_ros2_arm",

"build": {
"dockerfile": "../Dockerfile",
"context": "..",
"args": {
"WORKSPACE": "${containerWorkspaceFolder}"
}
},
// "build": {
// "dockerfile": "../Dockerfile",
// "context": "..",
// "args": {
// "WORKSPACE": "${containerWorkspaceFolder}"
// }
// },
"image": "lcas.lincoln.ac.uk/lcas/limo_ros_arm64:humble",
"remoteUser": "ros",
"runArgs": [
Expand Down

0 comments on commit 22b7659

Please sign in to comment.