mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-21 15:52:46 +00:00
KDL Planning Implementation
Co-authored-by: dwitcpa <dwitcpa@umich.edu> - Add PCL, Eigen3, KDL dependencies to CMakeLists.txt - Clean up and fix typos in topic_names.h - Add KDL implementation of arm_controller_node - Fix small typo in depth_camera_node.cpp - Fix small typo in rrrobot_node.cpp - Add instructions for building RRRobot package and running node
This commit is contained in:
18
docs/gear.md
18
docs/gear.md
@@ -83,3 +83,21 @@ rostopic pub /ariac/arm1/arm/command trajectory_msgs/JointTrajectory "{joint_
|
||||
positions: [0.0, 3.14, -1.570, 2.14, 3.27, -1.51, 0.0]}, \
|
||||
]}" -1
|
||||
```
|
||||
|
||||
## Running Full Simulation
|
||||
|
||||
### ARIAC Environment
|
||||
|
||||
- `cd /app/rrrobot_ws/src/rrrobot/scripts`
|
||||
- `./rrrobot_run.sh`
|
||||
|
||||
### Build RRRobot Package
|
||||
|
||||
- `cd /app/rrrobot_ws`
|
||||
- `catkin_make clean`
|
||||
- `catkin_make`
|
||||
- `source devel/setup.bash`
|
||||
|
||||
### Arm Controller Node
|
||||
|
||||
- `rosrun rrrobot arm_controller_node`
|
||||
|
Reference in New Issue
Block a user