Commit Graph

20 Commits

Author SHA1 Message Date
Sravan Balaji
5db44689b4 Attempt to Get Run_All.sh Working
- Remove ariac_ws from docker-compose
- Update home.md to indicate that GEAR is final simulation
- Update run_all.sh with comments and add sleep between commands
2020-04-27 10:09:13 -04:00
Derek Witcpalek
2b00967330 Added missing dependencies to dockerfile 2020-04-27 00:48:29 -04:00
Sravan Balaji
e2c9279a48 Dockerfile Updates
- Remove copying Eigen folder (no longer needed)
2020-04-25 05:29:57 -04:00
Sravan Balaji
3e1e47a3f6 Removing MoveIt Dependencies
- Fix gitignore not ignoring core files and add comments
- Remove MoveIt dependencies from Dockerfile
- Delete build.sh from ariac_ws since not using MoveIt configs
- Remove catkin_make clean from arm_test.sh
- Remove catkin_make clean and install from rrrobot_run.sh
2020-04-24 23:32:44 -04:00
Sravan Balaji
375c069318 Dockerfile Fix Dependency
- Copy Eigen folder inside /usr/include/eigen3 to /usr/include folder to fix dependency issue
2020-04-23 21:57:13 -04:00
Sravan Balaji
d5c597643d Merge branch 'GEAR' of https://github.com/EECS-467-W20-RRRobot-Project/RRRobot into GEAR
- Move new files into rrrobot_ws in root src folder
2020-04-20 18:54:17 -04:00
Sravan Balaji
d2f09fb729 Docker-Compose root src fix & New Catkin WS
- Change docker-compose to point to rrrobot_ws and ariac_ws in root src folder
- Add CMakeLists.txt for ariac_ws
2020-04-20 18:49:40 -04:00
Derek Witcpalek
299b0afc48 Working pipeline between model spawning and cv node 2020-04-20 18:33:40 -04:00
Sravan Balaji
5fd235d961 Dockerfile Update
- Add CV Model dependencies
- Add MoveIt dependencies
2020-04-19 19:35:36 -04:00
Derek Witcpalek
36f17ee3c4 Fixed file paths 2020-04-18 17:10:12 -04:00
Derek Witcpalek
02d03710b9 Moved things over to rrrobot_ws instead of rrrobot_src 2020-04-16 23:14:20 -04:00
Derek Witcpalek
d9e2073644 Merge branch 'arm_control' into GEAR 2020-04-16 20:59:12 -04:00
Sravan Balaji
aa19a69917 Rename Folder, Remove Submodules, & GEAR Container
- Update gitignore to ignore build, devel, and install folders in rrrobot_ws
- Remove git submodules
- Rename rrrobot_src to rrrobot_ws indicating that this is a catkin workspace
- Create GEAR docker container
- Move GEAR specific documentation to its own page
- Add link to overleaf report on home page
- Add tips & tricks section to home page
2020-04-13 00:59:15 -04:00
Sravan Balaji
75f0d553fe Remove Submodule & Fix Dockerfile
- Remove gazebo source submodule
- Fix dockerfile to use sudo to install ariac3 package
- Remove instructions related to submodule
- Remove sourcing setup.bash in workspace from instructions
2020-04-12 14:45:24 -04:00
Derek Witcpalek
ef26d8ffef Working arm movement to specific pose (x,y,z,roll,pitch,yaw). There are a lot of other changes too.
-Removed gravity (temporary, I hope). I was struggling to get inverse dynamics working correctly to provide a torque to compensate for gravity. Eventually, I think we want to have a PID, plus gravity compensation.
  -Created a demo world with setpoints that the robot heads to.
  -Arm kinematic representation is working.
  -PID control of each joint is working to a basic extent. Some segments are more responsive than others.

Still to do:
  -reading in SDF should be more robust, and should support all joint types
  -better control
  -obstacle avoidance in arm movement path
  -control with gravity
  -arm joint limits, and shortest path to angle (ie considers that theta wraps at 2 pi
2020-04-12 14:18:01 -04:00
Sravan Balaji
60bc79aea5 Warehouse Documentation & Docker
- Add instructions for running warehouse simulation to README
- Create new warehouse docker service based on gazebo service
- Add new warehouse Dockerfile with commands for installing GEAR
2020-04-12 11:51:52 -04:00
Sravan Balaji
faf12547ca Docker-Compose -> Docker_Env Folder
- Move docker-compose back to docker_env folder
- Update relative paths to Dockerfiles and volume mounts
2020-04-05 15:37:13 -04:00
Derek Witcpalek
4f4a07e4f9 Fixed volumes in docker-compose.yml for gazebo Dockerfile 2020-04-05 13:51:44 -04:00
Derek Witcpalek
9050681d95 Clean up & commenting 2020-04-03 22:42:55 -04:00
Derek Witcpalek
bf55093420 Splits project into a docker environment folder and source code folder (for development). This change is mostly just renaming and moving files, but there are some changes to the gazebo Dockerfile to include all dependencies required for final development. 2020-04-03 16:50:47 -04:00