Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency packages that need to be installed. #64

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

yeongkyuyoon
Copy link

@yeongkyuyoon yeongkyuyoon commented Jul 17, 2023

To bring up the TurtleBot3 Manipulator hardware, I needed to install the missing dependency package.

I added the following packages as build dependencies for the turtlebot3_manipulation_bringup package.

After installing the packages listed below, run sudo apt-get update && sudo apt-get dist-upgrade command to update the previously installed ROS packages to the latest versions.

sudo apt install ros-foxy-hardware-interface
sudo apt install ros-foxy-xacro
sudo apt install ros-foxy-imu-sensor-broadcaster
sudo apt install ros-foxy-diff-drive-controller
sudo apt install ros-foxy-position-controllers
sudo apt install ros-foxy-gripper-controllers
sudo apt install ros-foxy-joint-state-broadcaster
sudo apt install ros-foxy-joint-trajectory-controller
sudo apt install ros-foxy-controller-manager

Signed-off-by: yeongkyuyoon <yyk@robotis.com>
Signed-off-by: yeongkyuyoon <yyk@robotis.com>
@ROBOTIS-Will ROBOTIS-Will merged commit 15e567f into foxy-devel Jul 20, 2023
1 check passed
@yeongkyuyoon yeongkyuyoon deleted the hotfix-foxy-tb3-omx-add-dependency branch July 20, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants