-
Notifications
You must be signed in to change notification settings - Fork 281
Migrate to ROS2 and Add dual-arm manipulation for ALOHA #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AnnikaWU
wants to merge
42
commits into
leggedrobotics:main
Choose a base branch
from
AnnikaWU:ros2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* modify description name * add scripts to control robot
* modify description name * add scripts to control robot * update for benchmarking
* Disable non necessary build * ::Remove gnome debug from mobile manipulator launch file --------- Co-authored-by: Zhao, JieX <jiex.zhao@intel.com>
* Add default reviewers
* update build flow for ros2 * Add default reviewers (leggedrobotics#9) * Add default reviewers * Trigger CI on ros2 branch (leggedrobotics#10) * rosdep update with rosdistro * clear dir before build * add check to remove some directories --------- Co-authored-by: Yu, Yan <yu.yan@intel.com>
* remove ocs2_robotic_assets * change git action
updated ocs2_thirdparty to ros2 humble as the part of the ocs2 porting effort. Signed-off-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
delete the ignore file which is used for skipping build in the CI. --------- Signed-off-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
* ocs2_msgs: porting to ros2 humble rename msgs files and msg name to follow https://design.ros2.org/articles/interface_definition.html Signed-off-by: Austin Sun <austin.sun@intel.com>
* update docker image * add dockerfile * update * update dockerfile * update docker image * update * add code owner
Signed-off-by: Austin Sun <austin.sun@intel.com>
* update docker registry * update dns
updated this repo to ros2 hubmle as the part of the ocs2 porting effort. Signed-off-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
* add ocs2_robotic_assets * update * update checkout * update * update
updated this repo to ros2 hubmle as the part of the ocs2 porting effort. Signed-off-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
* ocs2_robotic_tools: porting to ros2 humble --------- Signed-off-by: Austin Sun <austin.sun@intel.com>
* Clean up the workflow file * Clean up missing changes
* port ocs2_mpc * remove lint target
* add MujocoRosUtils
* fix issue 41 * update
* Revise cmake and package * Update CMakeLists.txt * Update package.xml
* ocs2_pinocchio_interface: porting to ros2 humble Signed-off-by: Austin Sun <austin.sun@intel.com>
* ocs2_ddp: porting to ros2 humble Signed-off-by: Austin Sun <austin.sun@intel.com>
rebased this repo to ros2 hubmle as the part of the ocs2 porting effort. Signed-off-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
* ocs2_self_collision: porting to ros2 humble --------- Signed-off-by: Austin Sun <austin.sun@intel.com>
* porting ocs2_mobile_manipulator
…tics#46) * feat: Modify CMakeList.txt * feat: Modify package.xml * feat: Modify source and header files * fix: Remove COLCON_IGNORE * Update ocs2_pinocchio/ocs2_self_collision_visualization/include/ocs2_self_collision_visualization/GeometryInterfaceVisualization.h * Update ocs2_pinocchio/ocs2_self_collision_visualization/CMakeLists.txt * fix: Add URDF
* ocs2_mobile_manipulator_ros: porting to ros2 humble Signed-off-by: Austin Sun <austin.sun@intel.com>
Co-authored-by: RoboticsYY <yu.yan@intel.com>
* Enable kinova and pr2 example runable * Fix visualization issue for removed joints
* add single-arm aloha in mujoco simualtion * add dual-arm launch file and modify for dual-arm in mujoco simualtion * modify for general mpc and mrt node * modify for better compatibility * remove unnecessary modification and ros1 launch file for aloha * Update manipulator_aloha_dual_arm.launch.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main Commits: