No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License Apache-2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/auromix/ros-llm.git
VCS Type git
VCS Version ros2-humble
Last Updated 2023-07-10
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The llm_model package provides a conversational interface using the OpenAI API through the implementation of the ChatGPT node.

Additional Links

No additional links.

Maintainers

  • hermanye

Authors

No additional authors.

llm_model

Package Description

The llm_model package is a ROS package that provides a conversational interface using the OpenAI API. The package includes a node called ChatGPTNode which interacts with the ChatGPT service to implement conversational interactions.

chatgpt.py

This file contains the implementation of the ChatGPTNode node, which is responsible for providing a conversational interface using the OpenAI API. The node implements the ChatGPT service callback function llm_callback, which is called whenever a client sends a request to the ChatGPT service.

The ChatGPTNode node also includes a client function function_call_client and a publisher output_publisher. The function_call_client function is used to call other functions using ROS Service, while the output_publisher publishes messages to a topic.

The chatgpt.py file also includes a function called add_message_to_history to update chat history records. The file writes chat history records to a JSON file using Python’s JSON library.

Overall, the chatgpt.py file provides a ROS-based conversational interface with the OpenAI API, allowing users to interact with a chatbot.

Usage

To test the turtle_robot.py file with robot node, use the following ROS command-line to publish a speed command that makes the turtlesim rotate:

ros2 service call /ChatGPT_service llm_interfaces/srv/ChatGPT '{request_text: "Let the turtlesim rotate counterclockwise at a great angular velocity of 50 rad/s and move forward at a certain linear velocity"}'

Reset the turtlesim

ros2 service call /ChatGPT_service llm_interfaces/srv/ChatGPT '{request_text: "I want the little turtle to go back to where it started."}'

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged llm_model at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.