feat: Added MPC for person tracking and separated llm agent into two controllers, one for each robot.#13
Draft
maeri18 wants to merge 26 commits intosnt-arg:mainfrom
Draft
feat: Added MPC for person tracking and separated llm agent into two controllers, one for each robot.#13maeri18 wants to merge 26 commits intosnt-arg:mainfrom
maeri18 wants to merge 26 commits intosnt-arg:mainfrom
Conversation
…t_suite into feat/person_tracker
… commands from the target person
Feat: robot_station version 1 The changes made include: First version of robot_station (CSS not finished) Uniformization of node names in files (especially launch files) Improving the drawing package of the person tracking plugin for better visuals Deleting package dependencies (node modules) and test ssh keys.
…and a central agent managing the controllers. Also fixed bugs in the person tracking package : Behavioural bugs in tracker nodes, and MPC for following_commands_node.
310e7aa to
1cb3cc5
Compare
…e rotation to avoid crashing to robot to obstacles while rotating for to find the target
…. Also modified llm_agent.py to support voice input and output.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR integrates changes mainly to the robot_agent, robot_bringup and person_tracking packages.
Fixes #(issue)
Type of change
Bug fix: In the person tracking package to integrate MPC for computing the control commands. The code was improved to use timestamps rather than integer counter for frames. Other behavioural bugs were fixed.
New feature : First draft version of the robot station, a web interface for intuitively managing the plugins and interacting with the robots + Support of image compression in the tello driver and image processing plugins.
Breaking change: The robot agent was splitted into two controller for each robot (tello and spot), with a central agent acting as an interface between the robot controllers and the LLM model. Similarly, the robot_bringup package was modified to have separate launch files for the spot and the Tello.
How Has This Been Tested?
The suite has been tested in real world scenarios with the Tello drone. The drone showed expected behaviours when running the plugins, but in some cases, the person tracking plugin fails to find the target after it was lost. One of the causes was temporary freeze in the object detection process.