Closed vinzenzm closed 2 weeks ago
This pull request introduces a new launch file, acting_debug.launch
, which facilitates the initiation of acting functionalities alongside a debug node in a robotics framework. It defines several parameters and incorporates nodes from both the acting
and perception
packages. Additionally, modifications are made to the Acting_Debug_Node
class to enhance position tracking and visualization. The documentation for testing acting components is also updated to provide clearer instructions and details about the new launch file and testing procedures.
File | Change Summary |
---|---|
code/acting/launch/acting_debug.launch |
New launch file added to initialize acting and debug nodes with parameters. |
code/acting/src/acting/Acting_Debug_Node.py |
Added instance variables for position tracking; updated trajectory z-coordinate handling. |
doc/acting/acting_testing.md |
Updated documentation for testing procedures, including details on acting_debug.launch . |
Acting_Debug_Node
and its integration within the robotics framework as outlined in the main PR.planning
🐰 In the land of code where rabbits play,
A launch file hops in to light the way.
With nodes a-buzz and positions in sight,
Debugging our acting, oh what a delight!
So gather 'round, let the testing commence,
For every small change makes perfect sense! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Checklist isn't fulfilled yet.
Added a new acting_debug launch file which launches only the necessary components for debugging. Updated the documentation for how to use the debugging node. Fixed a visual bug in the debug node where the trajectory was visualized wrongly.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Does this PR introduce a breaking change?
e.g. is old functionality not usable anymore
Most important changes
Which files functionalities are most important in this PR. On which part should the reviewer be focussed on?
Checklist:
Summary by CodeRabbit
New Features
acting_debug.launch
) for easier startup of acting and debugging components.Acting_Debug_Node
for improved handling and visualization of agent positions.Documentation
acting_testing.md
with clearer instructions for testing and tuning acting components, including new setup guides and operational details for theActing_Debug_Node
.