-
Notifications
You must be signed in to change notification settings - Fork 182
Add installation simulation package for TB3 manipulation #1796
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
Changes from 1 commit
26f1271
96fcc36
a034698
b150858
96f0a28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,24 +8,24 @@ | |||||
|
|
||||||
| 1. Connect to the **TurtleBot3 SBC** using the ssh command below. | ||||||
| **[Remote PC]** | ||||||
| ```bash | ||||||
| $ ssh ubuntu@{IP_ADDRESS_OF_TURTLEBOT3} | ||||||
| ``` | ||||||
| ```bash | ||||||
| $ ssh ubuntu@{IP_ADDRESS_OF_TURTLEBOT3} | ||||||
| ``` | ||||||
| 2. Install the packages for TurtleBot3 Manipulation. | ||||||
| **[TurtleBot3 SBC]** | ||||||
| ```bash | ||||||
| $ sudo apt install ros-humble-hardware-interface ros-humble-xacro ros-humble-ros2-control ros-humble-ros2-controllers ros-humble-gripper-controllers | ||||||
| $ cd ~/turtlebot3_ws/src/ | ||||||
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git | ||||||
| $ cd ~/turtlebot3_ws && colcon build --symlink-install | ||||||
| ``` | ||||||
| ```bash | ||||||
| $ sudo apt install ros-humble-hardware-interface ros-humble-xacro ros-humble-ros2-control ros-humble-ros2-controllers ros-humble-gripper-controllers | ||||||
| $ cd ~/turtlebot3_ws/src/ | ||||||
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git | ||||||
|
||||||
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git | |
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[a034698]
Fixed
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to line 19, this git clone command might also contain a non-breaking space (U+00A0) after clone. This could lead to issues when users copy and paste the command.
Could you please check this line as well and ensure a standard space is used?
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git | |
| $ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[a034698]
Fixed
Uh oh!
There was an error while loading. Please reload this page.