Skip to content

Commit

Permalink
Add dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpolzin committed Feb 4, 2024
1 parent 9864a18 commit 9c8006b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-ros2-control \
ros-${ROS_DISTRO}-demo-nodes-cpp \
ros-${ROS_DISTRO}-demo-nodes-py \
ros-${ROS_DISTRO}-dynamixel-workbench-toolbox \
ros-${ROS_DISTRO}-robot-state-publisher \
ros-${ROS_DISTRO}-xacro \
ros-${ROS_DISTRO}-ros2-controllers \
&& rm -rf /var/lib/apt/lists/*

COPY ros_entrypoint.sh .
Expand Down
3 changes: 3 additions & 0 deletions helix_bringup/config/params.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dynamixel_joint_state_publisher:
ros__parameters:
use_local_topics: True
Empty file.
1 change: 0 additions & 1 deletion ros_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set -e
id -u ros &>/dev/null || adduser --quiet --disabled-password --gecos '' --uid ${UID:=1000} --uid ${GID:=1000} ros

source /opt/ros/${ROS_DISTRO}/setup.bash
source /colcon_ws/install/setup.bash

exec "$@"
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docker run -it --rm \
--env GID=$(id -g) \
--privileged \
--volume ./helix_bringup:/colcon_ws/src/helix_bringup \
--volume ./helix_description:/colcon_ws/src/helix_description \
--volume ./dynamixel_hardware:/colcon_ws/src/dynamixel_hardware \
ghcr.io/helix-robotics-ag/${REPOSITORY_NAME}:iron

0 comments on commit 9c8006b

Please sign in to comment.