-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Miki Kenta edited this page Aug 4, 2019
·
5 revisions
Welcome to the ubiquitous_display_description wiki!
- ubuntu16.04 + ROS kinetic
- ubuntu18.04 + ROS melodic
cd {your_ws}/src
git clone https://github.com/ais-lab/ubiquitous_display_description.git
cd ~/{your_ws}
catkin_make
cd {your_ws}/src
git clone https://github.com/ais-lab/ubiquitous_display_description.git
cd ubiquitous_display_description
git checkout develop-melodic
cd ~/{your_ws}
catkin_make
roslaunch ubiquitous_display_description ubiquitous_display_description.launch gui:=true
roslaunch ubiquitous_display_description ubiquitous_display_for_gazebo_description.launch gui:=true
-
xacroファイルからurdfファイルへの変換
$ roscd ubiquitous_display_description/robots
$ rosrun xacro xacro --inorder -o ubiquitous_display.urdf ubiquitous_display.urdf.xacro
-
youBot との連携
$ roslaunch youbot_driver_ros_interface youbot_driver_for_ud.launch
-
joint_state について
パンチルト機構の 2つのDynamixel を pantilt_joint_states
に,youBotを ud_base_joint_states
で rename した後,sourcelistに追加しています.
<rosparam param="source_list">["pantilt_joint_states","ud_base_joint_states"]</rosparam>