You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reverted to in-front staging location, added a cartesian motion to mouth
* MoveToMouth and MoveFromMouth works well in sim
* Add cleanup to turn watchdog listener on to MoveToRestingPosition and MoveAbovePlate
* Added ability to specific separate orientaiton constraints for staging location vs end config for MoveFromMouth
* Added velocity scaling to MoveFromMouth
* Made cartesian motions avoid collision
* Updated README.md
* Move the staging location down, adjust the planning scene based on the real table location
* Added ability to set pipeline id
* Added ability to set acceleration scaling
* Add velocity scaling to cartesian planning
* Formatting and linting
* Added more granular control for cartesian planning
* Fix cartesian velocity scaling
* Linting
* Fix the MoveFromMouth staging location to be the new lower staging location
* Added a min distance to use a detected face
* Final polishing
* Fix face detection out-of-bounds bug
* Remove unnecessary ReentrantCallbackGroup
* Make toggle collision object asynch
* Linting
- Install the code to command the real robot ([instructions here](https://github.com/personalrobotics/ada_ros2/blob/main/README.md))
11
-
- Git clone the [PRL fork of pymoveit (branch: `amaln/allowed_collision_matrix`)](https://github.com/personalrobotics/pymoveit2) and the [PRL fork of py_trees_ros (branch: `amaln/service_client`)](https://github.com/personalrobotics/py_trees_ros/tree/amaln/service_client) into your ROS2 workspace's `src` folder.
11
+
- Git clone the [PRL fork of pymoveit (branch: `amaln/cartesian_allow_collision`)](https://github.com/personalrobotics/pymoveit2/tree/amaln/cartesian_avoid_collision) and the [PRL fork of py_trees_ros (branch: `amaln/service_client`)](https://github.com/personalrobotics/py_trees_ros/tree/amaln/service_client) into your ROS2 workspace's `src` folder.
2. Real nodes: Follow the instructions in the [`ada_feeding_perception` README](https://github.com/personalrobotics/ada_feeding/blob/ros2-devel/ada_feeding_perception/README.md#usage)
24
-
5. Run the action servers: `ros2 launch ada_feeding ada_feeding_launch.xml`
24
+
5.Ensure the e-stop is plugged in. Run the action servers: `ros2 launch ada_feeding ada_feeding_launch.xml`
0 commit comments