-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
e474f37
removed launch redundancy
mhubii 29dfa20
RViz -> RViZ
mhubii 3864a9d
RViZ -> RViz
mhubii 7ff671e
read robot description from robot state publisher
mhubii a4a331e
added color scheme
mhubii a11c5ce
improved log
mhubii ef2d53c
updated namespace
mhubii d25bf2f
added comment
mhubii 1c9dabb
replaced foxglove with rviz
mhubii 1e200b5
documentation update
mhubii e3ed295
added re-write hints
mhubii f41901b
added world robot transform
mhubii 79ad6b3
added connection check on rclcpp::ok exit
mhubii 753e081
changed to info
mhubii 68ce728
removed typo
mhubii 96c1994
adding ros2 control node event handler https://github.com/ros-control…
mhubii 5d460b0
added stream for simpler logs
mhubii 6333ac9
FAIL -> ERROR
mhubii e02444b
added demos
mhubii acb0157
updated mail
mhubii a050f68
added improved error handling
mhubii 72d1290
improved error output
mhubii 492a9fd
added control mode to on state change
mhubii ff451a7
removed control mode output from state change
mhubii 8113222
removed event handler ros2_control_node
mhubii 4aab14f
merge humble
mhubii 460543a
updated header
mhubii c276753
added draft
mhubii 84bda8f
fixed readme
mhubii 64b5521
Merge branch 'humble' into dev-humble-launch
mhubii c8ac049
Merge branch 'humble' into dev-humble-fri-msgs
mhubii a26d314
added linting
mhubii 1dd97f7
formatted https://github.com/lbr-stack/lbr_fri_ros2_stack/pull/147
mhubii 8444ff2
Merge branch 'humble' into dev-humble-launch
mhubii f26b518
udpated doc
mhubii ceee114
Merge branch 'humble' into dev-humble-launch
mhubii 1ec871e
added a source
mhubii e3fd16f
re-named demos in accordance to ros 2 control
mhubii 1eef8bd
added a note
mhubii 2554ff4
Merge branch 'humble' into dev-humble-launch
mhubii 45354ec
demo re-structure
mhubii 1a4cb51
cartesian impedance control draft
mhubii 92b1c99
updated robot description source
mhubii ac7b6de
updated demos
mhubii 0b82943
fixed formatting
mhubii 14e8a7c
added new prefixes
mhubii 5c20aa8
velocity limit check via previous position
mhubii 79f8e32
Merge branch 'humble' into dev-humble-fri-msgs
mhubii e6d4821
Merge branch 'dev-humble-fri-msgs' into dev-humble-launch
mhubii 2f74b03
delet app, msgs, fri_vendor
mhubii ee70180
updated repos
mhubii 62f76ae
fixed link
mhubii 3b3cee0
added fri-1.11
mhubii 2a6f58e
centralized launch mixins
mhubii 053a69c
support fri 2.x
mhubii 2911a86
user warning
mhubii 4f99e92
added commanding active condition
mhubii 754161c
catch rclcpp::ok
mhubii ff8582b
fri 2.x support
mhubii dd17a0e
init catch
mhubii 749edf2
added initial client command mode de-couple
mhubii d57a5a5
added some more temporary examples
mhubii 7e9ee55
fri 2.x support
mhubii ae1616e
updated system interface for new clients
mhubii 971eac1
fixed nan init
mhubii da5ece7
fri 2.x support
mhubii 2c6ac59
remove temporary tests from build
mhubii d7b7497
fri 2.x support
mhubii 9f95c41
msgs -> idl
mhubii f7d1c58
update docker for new fri source
mhubii 54a905a
new sensor source
mhubii 769ae8e
moved urdf parameters to yaml
mhubii 1a89992
.urdf.xacro -> .xacro (redundancy)
mhubii 8591808
updated tests
mhubii 8f06496
fixed open loop
mhubii 47e2e35
updated admittance params
mhubii 7de7e77
initial doc re-structure
mhubii 2ff0716
clean up references
mhubii 3f1136d
clean titles
mhubii 115035d
trigger build test commit
mhubii 87c2f78
webhhok test commit
mhubii 2ba408d
removed redundant quick start
mhubii 8100e25
updated doc
mhubii 5a4fd86
updating doc
mhubii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. update this doc |
||
TODO: indicate which demos run in simulation and which on the real robot | ||
|
||
LBR Demos FRI ROS 2 | ||
------------------- | ||
.. note:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. update this doc |
||
|
||
The ``lbr_fri_ros2`` package provides a ROS 2 interface for the KUKA LBRs. It is designed to run stand-alone **and** within ``ros2_control``. | ||
|
||
Quick Start | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 15 additions & 2 deletions
17
...i_ros2/include/lbr_fri_ros2/enum_maps.hpp → ..._ros2/include/lbr_fri_ros2/formatting.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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