https://github.com/hebirobotics/environmental_robots
ROS nodes for environmental test rovers, fork of CMU project
https://github.com/hebirobotics/environmental_robots
Last synced: over 1 year ago
JSON representation
ROS nodes for environmental test rovers, fork of CMU project
- Host: GitHub
- URL: https://github.com/hebirobotics/environmental_robots
- Owner: HebiRobotics
- Created: 2022-11-08T19:21:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T19:16:18.000Z (over 2 years ago)
- Last Synced: 2025-01-29T10:30:25.643Z (over 1 year ago)
- Language: Python
- Size: 55.2 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gps_navigation
The gps_navigation package contains the source code for waypoint navigation and GUI.
To launch: please run `roslaunch gps_naviation navigate_no_rviz.launch`
The following files in the src are used:
gps_user_location.py:
It both parses the locations.csv to extract the coordinate information. It can also take the input from the user and store the coordinate in the locations.csv file so that it can be easily accessed in the future
gps_user_input.py:
The main GUI that uses PyQT as the library that displays the regional map. It allows the user to place pins on the map, control pxrf, monitor robot status, etc
gps_navigation.py:
The main controller for waypoint navigation. It includes both LQR and PID controllers. Currently only PID controller is used. LQR controller is not well tuned.