-
Notifications
You must be signed in to change notification settings - Fork 2
TF Listener + Reset Wrapped #72
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
base: main
Are you sure you want to change the base?
Changes from all commits
b9032b8
c1dd622
2fdd912
94b8448
1b12bc0
cbd3ba3
da71b26
b2f5c99
55293b3
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 |
|---|---|---|
| @@ -1,5 +1,37 @@ | ||
| # Robot Description | ||
|
|
||
| ## ROS Installation | ||
| Make sure you are in the robot_description/ros directory. | ||
| ```bash | ||
| colcon build --symlink-install | ||
| source install/setup.sh | ||
| ``` | ||
|
|
||
| ## ROS Running | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add instructions for running |
||
| To launch the rviz node, run the following: | ||
| ```bash | ||
| ros2 launch robot_description newdisplay.launch.py urdf_path:=[absolute path to urdf] rviz_config:=[absolute path to rviz config] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file does not exist (newdisplay.launch.py). Was it commited? Please also provide "default" example with the bimanual urdf and config. |
||
| ``` | ||
| Test publishing a joint state and see it update the rviz (robot description defaults to listening at /joint_state) | ||
| ```bash | ||
| ros2 topic pub -r 10 /joint_states sensor_msgs/msg/JointState \ | ||
| "{header: {stamp: 'now', frame_id: ''}, | ||
| name: [ | ||
| 'left_panda_joint1','left_panda_joint2','left_panda_joint3','left_panda_joint4','left_panda_joint5','left_panda_joint6','left_panda_joint7', | ||
| 'left_F1M1','left_F1M2','left_F1M3','left_F1M4','left_F2M1','left_F2M2','left_F2M3','left_F2M4', 'left_F3M1','left_F3M2','left_F3M3','left_F3M4', | ||
| 'right_panda_joint1','right_panda_joint2','right_panda_joint3','right_panda_joint4','right_panda_joint5','right_panda_joint6','right_panda_joint7', | ||
| 'right_F1M1','right_F1M2','right_F1M3','right_F1M4', 'right_F2M1','right_F2M2','right_F2M3','right_F2M4', 'right_F3M1','right_F3M2','right_F3M3','right_F3M4' | ||
| ], | ||
| position: [ | ||
| 0.0, -0.7854, 0.0, -2.3562, 0.0, 1.5708, 0.7854, | ||
| 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, | ||
| 0.0, -0.7854, 0.0, -2.3562, 0.0, 1.5708, 0.7854, | ||
| 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 | ||
| ]}" | ||
|
|
||
| ``` | ||
|
|
||
| TODO: Fix joint name in tesollo urdf | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please delete this (was a note that is now out of date). |
||
|
|
||
| ## Notes | ||
| TODO: Make this into python package?? | ||
|
Comment on lines
36
to
37
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also delete this (was another node that is now out of date) |
||
|
|
||
This file was deleted.
This file was deleted.
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.
Please add example of requesting tf frame between to joints. For example:
ros2 run tf2_ros tf2_echo table left_delto_offset_link