Skip to content

Releases: RoboCoachTechnologies/ROScribe

Version 0.1.0

22 Apr 23:10
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
v0.1.0

v0.1.0

Release v0.0.4

22 Nov 02:08
4df5c8f
Compare
Choose a tag to compare

What's Changed

  • Knowledge extraction:

    • Scripts for automatic extraction of ROS package documentation given your choice of ROS version
    • Build a vector database over ROS Index
  • Retrieval augmented generation (RAG) capabilities for ROScribe:

    • Now ROScribe has access to the most recent open-source ROS repositories that can be found on ROS Index
    • ROScribe can be called as an AI agent that assists you with finding the relevant ROS packages for your project
    • Use roscribe-rag to run the RAG agent

Release v0.0.3

26 Sep 04:20
62d81cb
Compare
Choose a tag to compare

What's Changed

  • ROS2 integration:
    • Now ROScribe supports both ROS1 and ROS2.
    • Code generation for ROS2 uses rclpy instead of rospy
    • Installation scripts for ROS2 use setup.py and setup.cfg instead of CMakeLists.txt.

Release v0.0.2

10 Sep 07:14
7b6c331
Compare
Choose a tag to compare

Inaugural public release.