Skip to content

jmgandarias/uma_arm_description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo with the description package of the UMA arm

To launch it:

Launch the model only

ros2 launch uma_arm_description uma_arm.launch.py 
ros2 run joint_state_publisher_gui joint_state_publisher_gui 
rviz2
ros2 launch gazebo_ros gazebo.launch.py 

Launch the model in Gazebo

ros2 launch uma_arm_description uma_arm_sim.launch.py 

Set "Joint Trajectory"

ros2 topic pub -1 /set_joint_trajectory trajectory_msgs/msg/JointTrajectory  '{header: {frame_id: world}, joint_names: [joint_1, joint_2], points: [  {positions: {0.8,0.6}} ]}'

Upgrade Gazebo to use ros2 control

Install

sudo  apt install ros-foxy-ros2-control ros-foxy-ros2-controllers ros-foxy-gazebo-ros2-control

Launch

ros2 launch uma_arm_description uma_arm.launch.py 
ros2 launch uma_arm_description uma_arm_sim.launch.py 
ros2 run controller_manager spawner.py effort_controller

About

Repo with the description package of the UMA arm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published