Skip to content

「ROS2とPythonで作って学ぶAIロボット入門」の教材一式を提供するDockerイメージの作成

License

Notifications You must be signed in to change notification settings

YusakuNakajima/docker-ros2-desktop-ai-robot-book

 
 

Repository files navigation

コマンド

  • vcs import src < src/underlay.rosinstall
  • rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
  • colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
    • clean cache option --cmake-clean-cache

PC内環境でのURデモコマンド

demo1

ros2 launch ur_bringup ur_control.launch.py ur_type:=ur5e robot_ip:=192.168.56.42 use_fake_hardware:=true launch_rviz:=true
ros2 launch ur_bringup test_joint_trajectory_controller.launch.py

demo2

ros2 launch ur_bringup ur_control.launch.py ur_type:=ur5e robot_ip:=192.168.56.42 robot_controller:=scaled_joint_trajectory_controller use_fake_hardware:=true launch_rviz:=true
ros2 launch ur_bringup test_scaled_joint_trajectory_controller.launch.py

moveit demo

ros2 launch ur_bringup ur_control.launch.py ur_type:=ur5e robot_ip:=192.168.56.42 use_fake_hardware:=true launch_rviz:=false
ros2 launch ur_bringup ur_moveit.launch.py ur_type:=ur5e robot_ip:="192.168.56.42" use_fake_hardware:=true launch_rviz:=true

About

「ROS2とPythonで作って学ぶAIロボット入門」の教材一式を提供するDockerイメージの作成

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 27.9%
  • HTML 22.5%
  • Python 20.0%
  • Shell 12.0%
  • Jinja 7.8%
  • Vue 7.5%
  • Other 2.3%