-
Notifications
You must be signed in to change notification settings - Fork 47
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
Humble v1.5.0 Release #147
Conversation
lbr_demos/doc/lbr_demos.rst
Outdated
@@ -5,6 +5,9 @@ Demos for controlling the LBR through the Fast Robot Interface (FRI) from ROS 2. | |||
.. warning:: | |||
On the real robot, do always execute in ``T1`` mode first. | |||
|
|||
TODO: Differentiate demos through controllers |
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.
update this doc
lbr_fri_ros2/doc/lbr_fri_ros2.rst
Outdated
@@ -1,5 +1,7 @@ | |||
LBR FRI ROS 2 | |||
============= | |||
TODO: massive re-write of this section, since architecture has changed. |
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.
update this doc
lbr_bringup/doc/lbr_bringup.rst
Outdated
@@ -1,34 +1,7 @@ | |||
LBR Bringup | |||
=========== | |||
The ``lbr_fri_ros2_stack`` is designed for research **and** deployment. It runs standalone, with ``ros2_control``, and thus also with ``MoveIt 2``. Details are described in below sections | |||
TODO: Mention different controllers here already |
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.
update this doc
robot_name: Optional[Union[LaunchConfiguration, str]] = LaunchConfiguration( | ||
"robot_name", default="lbr" | ||
), | ||
tf: List[float] = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], |
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.
this transform does not work with moveit out of the box
hi @shengyangzhuang this PR now lives on the https://github.com/lbr-stack/lbr_fri_ros2_stack#quick-start there was an issue with the previous version that can trigger an unexpected motion. This issue is now fully fixed. |
This PR targets
1.5.0
. This will likely be the last majorhumble
release and should pave the way for ROS index binaries. Following PRs will aim atrolling
.Contributors
Related PRs
Issues Tracker
1.5.0
)Desired Changes
Add(would require source, which renders it redundant)${ROS_DISTRO}
to install instructionIntroduce node composition in launch filesto be done laterBlockers:
ros2_control
via composition: ros2_control_node via composition ros-controls/ros2_control#1261rviz2
via composition: rviz2 via composition ros2/rviz#1114ros2_control_node
: Read robot description from robot state publisherUse an event handler for robot state publisherLoadingrobot_description
from topic does not work as expected ros-controls/ros2_control#1262lbr_fri_msgs
lbr_fri_ros2
interface testslbr_bringup
, or intolaunch_mixins
, see https://github.com/mhubii/demo_launchworld
->lbr/world
app.launch.py
from demos in favor forros2_control
variant (v1.4.x
ros2_control
in readmegazebo_ros2_control
package inlbr.gazebo.xacro
lbr_fri_msgs
->lbr_fri_idl
(https://x.com/jdorfman/status/1655582823082782721?s=20