Skip to content

Andy-Leo10/robot_ur3e_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot_ur3e_setup

git clone https://github.com/Andy-Leo10/robot_ur3e_setup.git

SIMULATED ROBOT

Start Moveit in Simulation

cd ~/ros2_ws/ ;colcon build --packages-select sim_moveit_config;source install/setup.bash
ros2 launch sim_moveit_config run_moveit.xml

Separating move group and rviz

cd ~/ros2_ws/ ;colcon build --packages-select sim_moveit_config;source install/setup.bash
ros2 launch sim_moveit_config move_group.launch.py
cd ~/ros2_ws/ ;source install/setup.bash
ros2 launch sim_moveit_config moveit_rviz.launch.py

REAL ROBOT

Start Moveit in Real Robot

cd ~/ros2_ws/ ;colcon build --packages-select real_moveit_config;source install/setup.bash
ros2 launch real_moveit_config run_moveit.xml

Separating move group and rviz

cd ~/ros2_ws/ ;colcon build --packages-select real_moveit_config;source install/setup.bash
ros2 launch real_moveit_config move_group.launch.py
cd ~/ros2_ws/ ;source install/setup.bash
ros2 launch real_moveit_config moveit_rviz.launch.py

More info

Other configurations for the arm

alt text alt text

ros2 launch moveit_setup_assistant setup_assistant.launch.py

Resources

Resources

Orientation Constraint (doesn't work):

alt text


About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published