Skip to content

Releases: anubhavparas/nurse-bot

nursebot-v1.0

13 Dec 21:27
79fc803
Compare
Choose a tag to compare
  • Service-triggered guidance: the robot would be be able to guide anyone from one part of the hospital to another,
  • Service-triggered delivery: Carrying medicines, supplies, test samples, PPE kits, etc. from a pickup location to target location within the hospital.
  • All test cases are passing.
  • Complete wrapper over TIAGo controllers. Can be customized.

nursebot_phase2_release

06 Dec 20:50
1dcc4f0
Compare
Choose a tag to compare

The following are the implemented tasks for phase2 release.

  • Designed a command line UserInterface to interact with the user and send the task commands to the robot.
  • Added ROS Action for TaskActionServer and TaskActionClient.
  • Sending task commands from UserInterface to get the tasks done using ROS Action instead of publisher subscriber.
  • Making the app able to handle multiple task requests.

nursebot_phase1_release

29 Nov 20:31
94fe0e2
Compare
Choose a tag to compare
  • Created the template for the codebase
  • Added UML diagrams
  • Declared relevant classes to be used in the package
  • Added unit tests - rostest and gtest
  • Created stubs for the classes
  • Configuration for travis
  • Generated doxygen docs
  • Cpplint and cppcheck
  • Added launch files